Forgive me if this is in the wrong section.
I installed an Apache server in WinXP home with PHP. I did all the configuration, and I got <?php phpinfo(); ?> to work correctly, assuring that PHP is working. But my problem is, I want to install sphpblog (beta) (for testing offline) but when I run the index.php (for installing), all I get is a blank screen. When I view the source, <html><body></body></html> is all that displays. On a server that is hosting me online, everything works fine. It's just on my offline home computer it doesn't work.
Any help would be greatly appreciated.
[Solved] PHP problem with Apache Server
Moderator: General Moderators
[Solved] PHP problem with Apache Server
Last edited by caladbolg on Fri Nov 26, 2004 11:08 am, edited 1 time in total.
Thanks for bringing error logging to my attention. For some reason, I was not able to turn on display_error. I changed 'display_error = Off' to 'display_error = On' in php.ini and restarted the server, but going to phpinfo(), it wasn't enabled. I restarted my computer as well as restarting the server with no change. (I also turned that other display_error_somethingelse = On without a change for that either).
I was able to get the server log file and found some errors with the scripts and file not found stuff.
I was able to get the server log file and found some errors with the scripts and file not found stuff.