0
SQLSTATE[HY000] [2002] No such file or directory
backtrace [ show / hide ]
#0 /vol2/http/zchrudniki/meng/library/Application.php:415
413
        if (isset($cfg->name)) {
414
            try {
415
                DB::init($cfg->name$cfg->user$cfg->pass$cfg->host, isset($cfg->driver) ? $cfg->driver null);
416
                unset($cfg->name$cfg->user$cfg->pass$cfg->host$cfg->driver);
417
            } catch (DB_Exception $e) {
#1 /vol2/http/zchrudniki/meng/library/Application.php:378
376
        
377
        foreach (self::$_configData as $method => $args) {
378
            self::$method($args);
379
        }
380
    }
#2 /vol2/http/zchrudniki/meng/library/Application.php:824
822
            }
823
            
824
            self::applyConfig();
825
        } catch (RuntimeException $e) {
826
            self::handleException($e);
#3 /vol2/http/zchrudniki/meng/library/Application.php:836
834
        #Log::setStorage(new Log_Storage_Null);
835
        
836
        self::init();
837
        
838
        $module self::getCurrentModule();
#4 /vol2/http/zchrudniki/www.zchrudniki.com.pl/index.php:8
6
try {
7
    Application::setDefaultModule('page');
8
    Application::run();
9
} catch (Exception $e) {
10
    Application::handleException($e);
Array
(
    [0] => Array
        (
            [file] => /vol2/http/zchrudniki/meng/library/Application.php
            [line] => 415
            [function] => init
            [class] => DB
            [type] => ::
            [args] => Array
                (
                    [0] => rudniki
                    [1] => rudniki
                    [2] => Rluks@RIJR^a
                    [3] => localhost
                    [4] => 
                )

        )

    [1] => Array
        (
            [file] => /vol2/http/zchrudniki/meng/library/Application.php
            [line] => 378
            [function] => _int_init_db
            [class] => Application
            [type] => ::
            [args] => Array
                (
                    [0] => stdClass Object
                        (
                            [host] => localhost
                            [user] => rudniki
                            [pass] => Rluks@RIJR^a
                            [name] => rudniki
                        )

                )

        )

    [2] => Array
        (
            [file] => /vol2/http/zchrudniki/meng/library/Application.php
            [line] => 824
            [function] => applyConfig
            [class] => Application
            [type] => ::
            [args] => Array
                (
                )

        )

    [3] => Array
        (
            [file] => /vol2/http/zchrudniki/meng/library/Application.php
            [line] => 836
            [function] => init
            [class] => Application
            [type] => ::
            [args] => Array
                (
                )

        )

    [4] => Array
        (
            [file] => /vol2/http/zchrudniki/www.zchrudniki.com.pl/index.php
            [line] => 8
            [function] => run
            [class] => Application
            [type] => ::
            [args] => Array
                (
                )

        )

)