MySqlIException
Connection to database failed: Access denied for user 'incluziune'@'localhost' (using password: YES)
WebSite::Init('')
File: /home/incluziune/html/Library/Core/App.php, Line: 9
<?php
4. public static $IE;
5.
6. private function __construct() {}
7.
8. public static function Init($configFIle = null) {
9. parent::Init($configFIle);
10.
11. // Allow for multiple subdomains
12.// ini_set('session.cookie_domain', $_SERVER['SERVER_NAME']);
13.
14. // start the session
?>
App::Init()
File: /home/incluziune/html/Library/Core/App.php, Line: 59
<?php
54. }
55. }
56.
57. public static function Run() {
58. try {
59. self::Init();
60. parent::Run();
61. self::$CurrentPage = self::GetCurrentPage();
62. echo self::$CurrentPage->Display();
63. } catch(Exception $ex) {
64. echo Application::TraceException($ex);
?>
App::Run()
File: /home/incluziune/html/index.php, Line: 4
<?php
1.<?php
2.require_once 'config.php'; // configuration options
3.require_once 'Library/Library.php'; // required classes
4.App::Run(); // do stuff
?>