3
My case is on databasefactory.php in directory class/database, and the error is on line 34:
if (!$instance->connect()) {
trigger_error("Unable to connect to database", E_USER_ERROR);
}
do you where "trigger_error" call is performed!
when encounter this error apper a page with a link to xoops' wiki page, do you know where I can change this error page.