Thread: blank page
View Single Post
Old 12-03-2004, 03:58 AM   #3
olivier
Green Mole
 
Join Date: Dec 2004
Posts: 17
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