HY000
SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine
backtrace [ show / hide ]
#0 /vol2/http/zchrudniki/meng/library/DB.php:101
99
            throw new DB_Exception('Database driver was not initialized yet.');
100
        
101
        return self::$db->query($query)->fetchAll($type);
102
    }
103
    
#1 /vol2/http/zchrudniki/meng/library/DB/Schema.php:22
20
        $this->required_fields = array();
21
        
22
        $schema DB::fetchAll(sprintf('DESCRIBE `%s`'$this->table), PDO::FETCH_OBJ);
23
        
24
        foreach ($schema as $item
#2 /vol2/http/zchrudniki/meng/library/DB/Model.php:531
529
    protected function loadSchema()
530
    {
531
        $this->schema = new DB_Schema($this->table);
532
    }
533
    
#3 /vol2/http/zchrudniki/meng/library/DB/Model.php:116
114
        if (null !== $table) {
115
            $this->table $table;
116
            $this->loadSchema();
117
        }
118
        
#4 /vol2/http/zchrudniki/meng/library/Config.php:13
11
        
12
        try {
13
            $table = new DB_Model($map['table']);
14
        } catch (PDOException $e) {
15
            if ('42S02' === $e->getCode()) {
#5 /vol2/http/zchrudniki/meng/library/Application.php:441
439
        }
440
        
441
        Reg::set('config', new Config);
442
    }
443
    
#6 /vol2/http/zchrudniki/meng/library/Application.php:378
376
        
377
        foreach (self::$_configData as $method => $args) {
378
            self::$method($args);
379
        }
380
    }
#7 /vol2/http/zchrudniki/meng/library/Application.php:824
822
            }
823
            
824
            self::applyConfig();
825
        } catch (RuntimeException $e) {
826
            self::handleException($e);
#8 /vol2/http/zchrudniki/meng/library/Application.php:836
834
        #Log::setStorage(new Log_Storage_Null);
835
        
836
        self::init();
837
        
838
        $module self::getCurrentModule();
#9 /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/DB.php
            [line] => 101
            [function] => query
            [class] => PDO
            [type] => ->
            [args] => Array
                (
                    [0] => DESCRIBE `config`
                )

        )

    [1] => Array
        (
            [file] => /vol2/http/zchrudniki/meng/library/DB/Schema.php
            [line] => 22
            [function] => fetchAll
            [class] => DB
            [type] => ::
            [args] => Array
                (
                    [0] => DESCRIBE `config`
                    [1] => 5
                )

        )

    [2] => Array
        (
            [file] => /vol2/http/zchrudniki/meng/library/DB/Model.php
            [line] => 531
            [function] => __construct
            [class] => DB_Schema
            [type] => ->
            [args] => Array
                (
                    [0] => config
                )

        )

    [3] => Array
        (
            [file] => /vol2/http/zchrudniki/meng/library/DB/Model.php
            [line] => 116
            [function] => loadSchema
            [class] => DB_Model
            [type] => ->
            [args] => Array
                (
                )

        )

    [4] => Array
        (
            [file] => /vol2/http/zchrudniki/meng/library/Config.php
            [line] => 13
            [function] => __construct
            [class] => DB_Model
            [type] => ->
            [args] => Array
                (
                    [0] => config
                )

        )

    [5] => Array
        (
            [file] => /vol2/http/zchrudniki/meng/library/Application.php
            [line] => 441
            [function] => __construct
            [class] => Config
            [type] => ->
            [args] => Array
                (
                )

        )

    [6] => Array
        (
            [file] => /vol2/http/zchrudniki/meng/library/Application.php
            [line] => 378
            [function] => _int_init_db
            [class] => Application
            [type] => ::
            [args] => Array
                (
                    [0] => stdClass Object
                        (
                        )

                )

        )

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

        )

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

        )

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

        )

)