PDA

View Full Version : Blank Page with FreeBSD 4.7


Barcelo
03-03-2005, 02:35 PM
Hello,

I get a blank page without any error messages when trying to access search.php
I also got an blank page after submitting the install.php. I entered the mysql
data manually in the connect.php.

System:

FreeBSD 4.7
PHP Version 4.3.2
Apache/1.3.27
MySQL 3.23.56

Can anyone help me with that problem?

Thank you
Oliver

Charter
03-04-2005, 03:11 AM
There was a similar issue posted in this (http://www.phpdig.net/forum/showthread.php?t=1567) thread and a followup thread here (http://www.phpdig.net/forum/showthread.php?t=1831). When you look at your httpd.log file, what HTTP status code do you get when trying to access install.php or search.php: 200, 301, 302, 401, 403, 404? Also, if you set error_reporting(E_ALL); at the top of config.php, does anything print onsceen when trying to access install.php or search.php?