"Hello" doesn't work.

Trouble during PacsOne Server installations
Post Reply
PegaSuss79
"Hello" doesn't work.

Post by PegaSuss79 » Wed Feb 23, 2005 8:43 am

When I do this test: http://localhost/pacsone/Hello.php I just get:
<?
session_start();

echo "My name is: " . $_REQUEST['myName'];
echo "";

phpinfo();
?>

I have followed the instructions in the manual and looked it over >ten times and I can't find the problem.
When I use an older version of PHP (4) and MYSQL(4.0) it works directly.
I don't get any errors when I restart the apache.
What should I do any suggestions?
I use:
Win 2000
MySQL 4.1.10
php 5.0.3
apache 2.0.52

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

Post by pacsone » Wed Feb 23, 2005 1:31 pm

Your HTTPD.CONF is missing the line for PHP script type.

Another user has almost the identical setup and here's the trouble-shoting details for fixing that issue:

http://www.pacsone.net/forum/viewtopic.php?t=194

Post Reply