Bootstrap trace array(19) {
  [0] => array(6) {
    ["file"] => string(65) "/sites/belarushotels.by/application/library/Zend/Db/Statement.php"
    ["line"] => int(303)
    ["function"] => string(8) "_execute"
    ["class"] => string(21) "Zend_Db_Statement_Pdo"
    ["type"] => string(2) "->"
    ["args"] => array(1) {
      [0] => array(0) {
      }
    }
  }
  [1] => array(6) {
    ["file"] => string(72) "/sites/belarushotels.by/application/library/Zend/Db/Adapter/Abstract.php"
    ["line"] => int(479)
    ["function"] => string(7) "execute"
    ["class"] => string(17) "Zend_Db_Statement"
    ["type"] => string(2) "->"
    ["args"] => array(1) {
      [0] => array(0) {
      }
    }
  }
  [2] => array(6) {
    ["file"] => string(76) "/sites/belarushotels.by/application/library/Zend/Db/Adapter/Pdo/Abstract.php"
    ["line"] => int(238)
    ["function"] => string(5) "query"
    ["class"] => string(24) "Zend_Db_Adapter_Abstract"
    ["type"] => string(2) "->"
    ["args"] => array(2) {
      [0] => string(24) "DESCRIBE `site_settings`"
      [1] => array(0) {
      }
    }
  }
  [3] => array(6) {
    ["file"] => string(73) "/sites/belarushotels.by/application/library/Zend/Db/Adapter/Pdo/Mysql.php"
    ["line"] => int(169)
    ["function"] => string(5) "query"
    ["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
    ["type"] => string(2) "->"
    ["args"] => array(1) {
      [0] => string(24) "DESCRIBE `site_settings`"
    }
  }
  [4] => array(6) {
    ["file"] => string(70) "/sites/belarushotels.by/application/library/Zend/Db/Table/Abstract.php"
    ["line"] => int(836)
    ["function"] => string(13) "describeTable"
    ["class"] => string(25) "Zend_Db_Adapter_Pdo_Mysql"
    ["type"] => string(2) "->"
    ["args"] => array(2) {
      [0] => string(13) "site_settings"
      [1] => NULL
    }
  }
  [5] => array(6) {
    ["file"] => string(70) "/sites/belarushotels.by/application/library/Zend/Db/Table/Abstract.php"
    ["line"] => int(858)
    ["function"] => string(14) "_setupMetadata"
    ["class"] => string(22) "Zend_Db_Table_Abstract"
    ["type"] => string(2) "->"
    ["args"] => array(0) {
    }
  }
  [6] => array(6) {
    ["file"] => string(70) "/sites/belarushotels.by/application/library/Zend/Db/Table/Abstract.php"
    ["line"] => int(898)
    ["function"] => string(8) "_getCols"
    ["class"] => string(22) "Zend_Db_Table_Abstract"
    ["type"] => string(2) "->"
    ["args"] => array(0) {
    }
  }
  [7] => array(6) {
    ["file"] => string(70) "/sites/belarushotels.by/application/library/Zend/Db/Table/Abstract.php"
    ["line"] => int(983)
    ["function"] => string(16) "_setupPrimaryKey"
    ["class"] => string(22) "Zend_Db_Table_Abstract"
    ["type"] => string(2) "->"
    ["args"] => array(0) {
    }
  }
  [8] => array(6) {
    ["file"] => string(68) "/sites/belarushotels.by/application/library/Zend/Db/Table/Select.php"
    ["line"] => int(100)
    ["function"] => string(4) "info"
    ["class"] => string(22) "Zend_Db_Table_Abstract"
    ["type"] => string(2) "->"
    ["args"] => array(0) {
    }
  }
  [9] => array(6) {
    ["file"] => string(68) "/sites/belarushotels.by/application/library/Zend/Db/Table/Select.php"
    ["line"] => int(78)
    ["function"] => string(8) "setTable"
    ["class"] => string(20) "Zend_Db_Table_Select"
    ["type"] => string(2) "->"
    ["args"] => array(1) {
      [0] => object(Settings)#231 (18) {
        ["_name":protected] => string(13) "site_settings"
        ["_primary":protected] => array(1) {
          [1] => string(4) "name"
        }
        ["_definition":protected] => NULL
        ["_definitionConfigName":protected] => NULL
        ["_db":protected] => object(Zend_Db_Adapter_Pdo_Mysql)#20 (12) {
          ["_pdoType":protected] => string(5) "mysql"
          ["_numericDataTypes":protected] => array(16) {
            [0] => int(0)
            [1] => int(1)
            [2] => int(2)
            ["INT"] => int(0)
            ["INTEGER"] => int(0)
            ["MEDIUMINT"] => int(0)
            ["SMALLINT"] => int(0)
            ["TINYINT"] => int(0)
            ["BIGINT"] => int(1)
            ["SERIAL"] => int(1)
            ["DEC"] => int(2)
            ["DECIMAL"] => int(2)
            ["DOUBLE"] => int(2)
            ["DOUBLE PRECISION"] => int(2)
            ["FIXED"] => int(2)
            ["FLOAT"] => int(2)
          }
          ["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
          ["_config":protected] => array(8) {
            ["host"] => string(9) "localhost"
            ["username"] => string(11) "prod_hotels"
            ["password"] => string(12) "b8NQw{uVYi{9"
            ["dbname"] => string(11) "prod_hotels"
            ["charset"] => NULL
            ["persistent"] => bool(false)
            ["options"] => array(3) {
              ["caseFolding"] => int(0)
              ["autoQuoteIdentifiers"] => bool(true)
              ["fetchMode"] => int(2)
            }
            ["driver_options"] => array(0) {
            }
          }
          ["_fetchMode":protected] => int(2)
          ["_profiler":protected] => object(Zend_Db_Profiler)#21 (4) {
            ["_queryProfiles":protected] => array(0) {
            }
            ["_enabled":protected] => bool(false)
            ["_filterElapsedSecs":protected] => NULL
            ["_filterTypes":protected] => NULL
          }
          ["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
          ["_connection":protected] => object(PDO)#22 (0) {
          }
          ["_caseFolding":protected] => int(0)
          ["_autoQuoteIdentifiers":protected] => bool(true)
          ["_allowSerialization":protected] => bool(true)
          ["_autoReconnectOnUnserialize":protected] => bool(false)
        }
        ["_schema":protected] => NULL
        ["_cols":protected] => NULL
        ["_identity":protected] => int(1)
        ["_sequence":protected] => bool(true)
        ["_metadata":protected] => array(0) {
        }
        ["_metadataCache":protected] => NULL
        ["_metadataCacheInClass":protected] => bool(true)
        ["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
        ["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
        ["_referenceMap":protected] => array(0) {
        }
        ["_dependentTables":protected] => array(0) {
        }
        ["_defaultSource":protected] => string(11) "defaultNone"
        ["_defaultValues":protected] => array(0) {
        }
      }
    }
  }
  [10] => array(6) {
    ["file"] => string(70) "/sites/belarushotels.by/application/library/Zend/Db/Table/Abstract.php"
    ["line"] => int(1019)
    ["function"] => string(11) "__construct"
    ["class"] => string(20) "Zend_Db_Table_Select"
    ["type"] => string(2) "->"
    ["args"] => array(1) {
      [0] => object(Settings)#231 (18) {
        ["_name":protected] => string(13) "site_settings"
        ["_primary":protected] => array(1) {
          [1] => string(4) "name"
        }
        ["_definition":protected] => NULL
        ["_definitionConfigName":protected] => NULL
        ["_db":protected] => object(Zend_Db_Adapter_Pdo_Mysql)#20 (12) {
          ["_pdoType":protected] => string(5) "mysql"
          ["_numericDataTypes":protected] => array(16) {
            [0] => int(0)
            [1] => int(1)
            [2] => int(2)
            ["INT"] => int(0)
            ["INTEGER"] => int(0)
            ["MEDIUMINT"] => int(0)
            ["SMALLINT"] => int(0)
            ["TINYINT"] => int(0)
            ["BIGINT"] => int(1)
            ["SERIAL"] => int(1)
            ["DEC"] => int(2)
            ["DECIMAL"] => int(2)
            ["DOUBLE"] => int(2)
            ["DOUBLE PRECISION"] => int(2)
            ["FIXED"] => int(2)
            ["FLOAT"] => int(2)
          }
          ["_defaultStmtClass":protected] => string(21) "Zend_Db_Statement_Pdo"
          ["_config":protected] => array(8) {
            ["host"] => string(9) "localhost"
            ["username"] => string(11) "prod_hotels"
            ["password"] => string(12) "b8NQw{uVYi{9"
            ["dbname"] => string(11) "prod_hotels"
            ["charset"] => NULL
            ["persistent"] => bool(false)
            ["options"] => array(3) {
              ["caseFolding"] => int(0)
              ["autoQuoteIdentifiers"] => bool(true)
              ["fetchMode"] => int(2)
            }
            ["driver_options"] => array(0) {
            }
          }
          ["_fetchMode":protected] => int(2)
          ["_profiler":protected] => object(Zend_Db_Profiler)#21 (4) {
            ["_queryProfiles":protected] => array(0) {
            }
            ["_enabled":protected] => bool(false)
            ["_filterElapsedSecs":protected] => NULL
            ["_filterTypes":protected] => NULL
          }
          ["_defaultProfilerClass":protected] => string(16) "Zend_Db_Profiler"
          ["_connection":protected] => object(PDO)#22 (0) {
          }
          ["_caseFolding":protected] => int(0)
          ["_autoQuoteIdentifiers":protected] => bool(true)
          ["_allowSerialization":protected] => bool(true)
          ["_autoReconnectOnUnserialize":protected] => bool(false)
        }
        ["_schema":protected] => NULL
        ["_cols":protected] => NULL
        ["_identity":protected] => int(1)
        ["_sequence":protected] => bool(true)
        ["_metadata":protected] => array(0) {
        }
        ["_metadataCache":protected] => NULL
        ["_metadataCacheInClass":protected] => bool(true)
        ["_rowClass":protected] => string(17) "Zend_Db_Table_Row"
        ["_rowsetClass":protected] => string(20) "Zend_Db_Table_Rowset"
        ["_referenceMap":protected] => array(0) {
        }
        ["_dependentTables":protected] => array(0) {
        }
        ["_defaultSource":protected] => string(11) "defaultNone"
        ["_defaultValues":protected] => array(0) {
        }
      }
    }
  }
  [11] => array(6) {
    ["file"] => string(70) "/sites/belarushotels.by/application/library/Zend/Db/Table/Abstract.php"
    ["line"] => int(1372)
    ["function"] => string(6) "select"
    ["class"] => string(22) "Zend_Db_Table_Abstract"
    ["type"] => string(2) "->"
    ["args"] => array(0) {
    }
  }
  [12] => array(6) {
    ["file"] => string(55) "/sites/belarushotels.by/application/models/Settings.php"
    ["line"] => int(26)
    ["function"] => string(8) "fetchAll"
    ["class"] => string(22) "Zend_Db_Table_Abstract"
    ["type"] => string(2) "->"
    ["args"] => array(0) {
    }
  }
  [13] => array(6) {
    ["file"] => string(80) "/sites/belarushotels.by/application/modules/main/controllers/IndexController.php"
    ["line"] => int(10)
    ["function"] => string(14) "getAllSettings"
    ["class"] => string(8) "Settings"
    ["type"] => string(2) "->"
    ["args"] => array(0) {
    }
  }
  [14] => array(6) {
    ["file"] => string(70) "/sites/belarushotels.by/application/library/Zend/Controller/Action.php"
    ["line"] => int(133)
    ["function"] => string(4) "init"
    ["class"] => string(15) "IndexController"
    ["type"] => string(2) "->"
    ["args"] => array(0) {
    }
  }
  [15] => array(6) {
    ["file"] => string(83) "/sites/belarushotels.by/application/library/Zend/Controller/Dispatcher/Standard.php"
    ["line"] => int(281)
    ["function"] => string(11) "__construct"
    ["class"] => string(22) "Zend_Controller_Action"
    ["type"] => string(2) "->"
    ["args"] => array(3) {
      [0] => object(Zend_Controller_Request_Http)#123 (15) {
        ["_paramSources":protected] => array(2) {
          [0] => string(4) "_GET"
          [1] => string(5) "_POST"
        }
        ["_requestUri":protected] => string(31) "/en/map/city/zelva/sortrating/d"
        ["_baseUrl":protected] => string(0) ""
        ["_basePath":protected] => NULL
        ["_pathInfo":protected] => string(31) "/en/map/city/zelva/sortrating/d"
        ["_params":protected] => array(6) {
          ["lang"] => string(2) "en"
          ["cityId"] => string(5) "zelva"
          ["sortrating"] => string(1) "d"
          ["module"] => string(4) "main"
          ["controller"] => string(5) "index"
          ["action"] => string(21) "hotels-all-google-map"
        }
        ["_rawBody":protected] => NULL
        ["_aliases":protected] => array(0) {
        }
        ["_dispatched":protected] => bool(true)
        ["_module":protected] => string(4) "main"
        ["_moduleKey":protected] => string(6) "module"
        ["_controller":protected] => string(5) "index"
        ["_controllerKey":protected] => string(10) "controller"
        ["_action":protected] => string(21) "hotels-all-google-map"
        ["_actionKey":protected] => string(6) "action"
      }
      [1] => object(Zend_Controller_Response_Http)#124 (8) {
        ["_body":protected] => array(0) {
        }
        ["_exceptions":protected] => array(0) {
        }
        ["_headers":protected] => array(0) {
        }
        ["_headersRaw":protected] => array(0) {
        }
        ["_httpResponseCode":protected] => int(200)
        ["_isRedirect":protected] => bool(false)
        ["_renderExceptions":protected] => bool(false)
        ["headersSentThrowsException"] => bool(true)
      }
      [2] => array(0) {
      }
    }
  }
  [16] => array(6) {
    ["file"] => string(69) "/sites/belarushotels.by/application/library/Zend/Controller/Front.php"
    ["line"] => int(954)
    ["function"] => string(8) "dispatch"
    ["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
    ["type"] => string(2) "->"
    ["args"] => array(2) {
      [0] => object(Zend_Controller_Request_Http)#123 (15) {
        ["_paramSources":protected] => array(2) {
          [0] => string(4) "_GET"
          [1] => string(5) "_POST"
        }
        ["_requestUri":protected] => string(31) "/en/map/city/zelva/sortrating/d"
        ["_baseUrl":protected] => string(0) ""
        ["_basePath":protected] => NULL
        ["_pathInfo":protected] => string(31) "/en/map/city/zelva/sortrating/d"
        ["_params":protected] => array(6) {
          ["lang"] => string(2) "en"
          ["cityId"] => string(5) "zelva"
          ["sortrating"] => string(1) "d"
          ["module"] => string(4) "main"
          ["controller"] => string(5) "index"
          ["action"] => string(21) "hotels-all-google-map"
        }
        ["_rawBody":protected] => NULL
        ["_aliases":protected] => array(0) {
        }
        ["_dispatched":protected] => bool(true)
        ["_module":protected] => string(4) "main"
        ["_moduleKey":protected] => string(6) "module"
        ["_controller":protected] => string(5) "index"
        ["_controllerKey":protected] => string(10) "controller"
        ["_action":protected] => string(21) "hotels-all-google-map"
        ["_actionKey":protected] => string(6) "action"
      }
      [1] => object(Zend_Controller_Response_Http)#124 (8) {
        ["_body":protected] => array(0) {
        }
        ["_exceptions":protected] => array(0) {
        }
        ["_headers":protected] => array(0) {
        }
        ["_headersRaw":protected] => array(0) {
        }
        ["_httpResponseCode":protected] => int(200)
        ["_isRedirect":protected] => bool(false)
        ["_renderExceptions":protected] => bool(false)
        ["headersSentThrowsException"] => bool(true)
      }
    }
  }
  [17] => array(6) {
    ["file"] => string(56) "/sites/belarushotels.by/application/system/Bootstrap.php"
    ["line"] => int(146)
    ["function"] => string(8) "dispatch"
    ["class"] => string(21) "Zend_Controller_Front"
    ["type"] => string(2) "->"
    ["args"] => array(0) {
    }
  }
  [18] => array(6) {
    ["file"] => string(45) "/sites/belarushotels.by/public_html/index.php"
    ["line"] => int(8)
    ["function"] => string(5) "start"
    ["class"] => string(9) "Bootstrap"
    ["type"] => string(2) "::"
    ["args"] => array(0) {
    }
  }
}
URL: /en/map/city/zelva/sortrating/d

File: /sites/belarushotels.by/application/library/Zend/Db/Statement/Pdo.php
Line: 234
Message: SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine

Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/sites/belarushotels.by/application/.sessions/) in Unknown on line 0