Forum Home
Press F1
 
Thread ID: 87780 2008-03-03 23:20:00 PHP trouble Mateo1981 (12187) Press F1
Post ID Timestamp Content User
646014 2008-03-03 23:20:00 Hi Im having a problem with php, I create a test page using the
<?php
phpinfo();
?>
function and it comes up a blank page. localhost returns a "it Works",
when i start apache it says:
"[warn] php module is already loaded skipping

[warn] php module is already loaded skipping"


Im using WAMP. Can anyone help?
Mateo1981 (12187)
646015 2008-03-04 05:07:00 Check the error logs, I assume under "WAMP/logs" (wherever it is installed). sal (67)
646016 2008-03-04 05:37:00 I did a fresh install of apche2.2 and php5, and didn't modify the default settings that 16bytes.com ows.html said to do
and It works fine with localhost everytime but http: comes up: 400 Bad Request
Your browser sent a request that this server could not understand.

Im using the apache cgi install which is probably why i dont get the "[warn] php module is already loaded skipping

[warn] php module is already loaded skipping" anymore.

and
<?php
phpinfo();
?> is the only code.
Mateo1981 (12187)
1