An error occurred in /home/tromet/sites/tromet-www01/public_html/symphony/lib/toolkit/class.mysql.php around line 277
'database' => $database
);
MySQL::$_connection['id'] = mysql_connect(
MySQL::$_connection['host'] . ":" . MySQL::$_connection['port'], MySQL::$_connection['user'], MySQL::$_connection['pass']
);
if(!$this->isConnected() || (!is_null($database) && !mysql_select_db(MySQL::$_connection['database'], MySQL::$_connection['id']))) {
$this->__error();
}
[:0] GenericErrorHandler::handler();[/home/tromet/sites/tromet-www01/public_html/symphony/lib/toolkit/class.mysql.php:277] mysql_connect();[/home/tromet/sites/tromet-www01/public_html/symphony/lib/core/class.symphony.php:263] MySQL->connect();[/home/tromet/sites/tromet-www01/public_html/symphony/lib/core/class.symphony.php:130] Symphony->initialiseDatabase();[/home/tromet/sites/tromet-www01/public_html/symphony/lib/core/class.frontend.php:53] Symphony->__construct();[/home/tromet/sites/tromet-www01/public_html/symphony/lib/core/class.frontend.php:35] Frontend->__construct();[/home/tromet/sites/tromet-www01/public_html/index.php:13] Frontend::instance();[/home/tromet/sites/tromet-www01/public_html/index.php:25] renderer();