Thread: blank page
View Single Post
Old 12-03-2004, 04:07 AM   #4
olivier
Green Mole
 
Join Date: Dec 2004
Posts: 17
And no error message like "Path not recognized"

Same thing for the search.php file. I have no error message, just a blank screen.

Quote:
Originally Posted by olivier
My config.php now look like this:

define('ABSOLUTE_SCRIPT_PATH','/usr/local/www/data/phpdig'); // full path up to but not including admin dir, no end slash
Set $relative_script_path = '/usr/local/www/data/phpdig';

if ((!isset($relative_script_path)) || (($relative_script_path != ".") &&
($relative_script_path != "..") && ($relative_script_path != ABSOLUTE_SCRIPT_PATH))) {
echo "\n\nPath not recognized!\n\n";
exit();
}

But I have still my blank screen...
olivier is offline   Reply With Quote