fatal error message fatal error message
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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-