MESSAGE: An unexpected error has occurred
TYPE: Error
FILE: /home/vhosts/adl.it/httpdocs/Classes/Base.php
LINE: 54
SOURCE CONTEXT:

49 $dsn = Base::getDsn();
50 // test connection to db
51 $conn = & DB::connect($dsn);
52 if (DB::isError($conn)) {
53 //Base::raiseError($conn, PEAR_ERROR_DIE, __FILE__, __LINE__);
54 Base::raiseError('An unexpected error has occurred', PEAR_ERROR_DIE, __FILE__, __LINE__);
55 }
56 $conn->setFetchMode(DB_FETCHMODE_ASSOC);
57 $GLOBALS['BASE']['DB_CONN'] = &$conn;
58 }
59 } else {


Sorry you request can not be processed now. Try again later