problem with intallation of pacs one basic

Trouble during PacsOne Server installations
Post Reply
fanweik
Posts:1
Joined:Tue Oct 20, 2009 2:46 pm
problem with intallation of pacs one basic

Post by fanweik » Tue Oct 20, 2009 3:00 pm

hello,
I have installed the latest pacs one basic on my windows XP by following the steps in install.pdf. And with our own test tools we found it worked fine. But I can't access it in WEB. When I typed in http://localhost/pacsone/hello.php", I could not see anything on screen. The apache log file also tells nothing wrong. Meanwhile I tried other php files under pacsone/php, none of them funtioned, either returned Error code 500, or said some thing was wrong. For example by loading contrast.php, the apache log said this line had problem "$path = urldecode($_POST['path']);", apache complaint nothing by load display.php, but on screen I have seen the php code and buttons chaoticly displayed on screen. Because I am not so familiar with PHP, I ask for help.
The version of mysql on my PC is 4.0.26,
Apache: 2.2.14
PHP: 5.2.11

Thanks in advance

Wei

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Tue Oct 20, 2009 4:55 pm

If you can't get the test page (http://localhost/pacsone/Hello.php) displayed, then the problem is with Apache and PHP as PacsOne is not involved yet at this point.

You should first check if Apache is functional by accessing the following test URL from your browser:

http://localhost/

Your browser should display something like "It Works!". If so, then check your Apache configuration file httpd.conf against the instructions in the PacsOne Server Installation Guide, and make sure:

1. The pacsone Alias is configured properly.
2. You are loading the correct PHP module for Apache, e.g., "php5apache2_2.dll".

If everything above looks fine, then you can access the PHP test page (http://localhost/pacsone/Hello.php) again from your browser, then check the Apache error log to see where the problem was.

Post Reply