PDA


View Full Version : Help on install


hawgjaw
11-27-2005, 03:44 AM
I have tried to install and im getting this error any idea what to do to fix this?{Warning: file_get_contents(/home/funhouse/domains/hackhawgsfunhouse.com/public_html/includes/database_error_page.html): failed to open stream: No such file or directory in /includes/class_core.php on line 912} Here is the line in ? hope this helps--- // display hidden error message
$message = "\r\n<!--\r\n" . htmlspecialchars_uni($message) . "\r\n-->\r\n";
}

eval('$message = "' . str_replace('"', '\"', file_get_contents(DIR . '/includes/database_error_page.html')) . '";');
die($message);
}
}
}

KW802
11-27-2005, 03:30 PM
Where & when exactly are you getting that message?

hawgjaw
11-27-2005, 05:27 PM
I have the vbadvanced installed and when I try and go to the cmps_index.php thats what I get.