PDA

View Full Version : cant bring up my site-getting error messages


Bizfinder
05-03-2007, 10:35 PM
Warning: loadclass(/home/bizfinde/public_htmlincludes/classes/DirDebug.php): failed to open stream: No such file or directory in /home/bizfinde/public_html/includes/config.inc.php on line 60

Fatal error: loadclass(): Failed opening required '/home/bizfinde/public_htmlincludes/classes/DirDebug.php' (include_path='.:/usr/local/lib/php') in /home/bizfinde/public_html/includes/config.inc.php on line 60

A ticket has been put in the system- need fixed ASAP

Jim

Sergey Ten
05-04-2007, 04:17 AM
Hello Jim,

Try the following:

[ Open your includes/config.inc.php ]
[ Find code ]


define("ROOT", $_SERVER['DOCUMENT_ROOT']);


[ Replace with ]


define("ROOT", $_SERVER['DOCUMENT_ROOT'].DS);


[ Save change ]