hi
due to too many visits my page is sometimes down, because my host set an maximum for database accesses.
i like to inform my visitors with my own text. so i need to know where i can change the "Fatal error" message?
Probably in include/init.inc.php
thank u for ur fast answer nibbler, but in the init.inc.php i did not find this error message.
on my page just appears: "Fatal error"
Might be in include/functions.inc.php
// Simple output if theme file is not loaded
if(!function_exists('pageheader')){
echo 'Fatal error :<br />'.$msg_text;
exit;
}
Better to move to a host that can support your traffic though.
thanks!
thats what i searched for!!
-solved-