View Single Post
Old 08-27-2004, 02:54 PM   #5
WebDiva 2.0
Former Member
 
Join Date: Aug 2004
Posts: 18
This is what lives in the first if statement of config file:
Code:
define('ABSOLUTE_SCRIPT_PATH','/home/webdiva/public_html/phpDig'); 
// full path up to but not including admin dir, no end slash

if ((!isset($relative_script_path)) || (($relative_script_path != "/home/webdiva/public_html/phpDig") && 
($relative_script_path != "..") && ($relative_script_path != ABSOLUTE_SCRIPT_PATH))) {
  // echo "\n\nPath not recognized!\n\n";
  exit();
}
I still get error msg saying "cannot connect to database check connection file"

Do you have any idea why this is? I'd really like to index "something" but even so far I cannot do that.
WebDiva 2.0 is offline   Reply With Quote