fatal error message fatal error message
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

fatal error message

Started by KekimaN, February 17, 2007, 09:32:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

KekimaN

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?

Nibbler

Probably in include/init.inc.php

KekimaN

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"

Nibbler

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.

KekimaN

thanks!

thats what i searched for!!

-solved-