Bootstrap trace array(22) {
  [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(480)
    ["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(586) "SELECT `s`.*, `transl`.*, `c`.*, `p`.*, `tariff`.`tariffPrice` AS `suitesPrice` FROM `hotels_suites` AS `s`
 LEFT JOIN `site_translates` AS `transl` ON transl.translateName = s.suitesDescriptionName And transl.translateLang = "en"
 LEFT JOIN `hotels_hotel_currency` AS `c` ON c.hotelId = s.hotelId
 LEFT JOIN `hotels_suites_published` AS `p` ON p.publishedId = s.publishedId
 LEFT JOIN `hotels_suites_tariff` AS `tariff` ON tariff.suitesId = s.suitesId WHERE (s.hotelId = (?)) AND (s.publishedId <> 0) AND (tariff.tariffDefault = 1) ORDER BY `s`.`suitesPriority` ASC, `s`.`suitesId` ASC"
      [1] => array(0) {
      }
    }
  }
  [3] => array(6) {
    ["file"] => string(62) "/sites/belarushotels.by/application/library/Zend/Db/Select.php"
    ["line"] => int(711)
    ["function"] => string(5) "query"
    ["class"] => string(28) "Zend_Db_Adapter_Pdo_Abstract"
    ["type"] => string(2) "->"
    ["args"] => array(1) {
      [0] => object(Zend_Db_Select)#182 (4) {
        ["_bind":protected] => array(0) {
        }
        ["_adapter":protected] => object(Zend_Db_Adapter_Pdo_Mysql)#21 (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)#22 (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)#23 (0) {
          }
          ["_caseFolding":protected] => int(0)
          ["_autoQuoteIdentifiers":protected] => bool(true)
          ["_allowSerialization":protected] => bool(true)
          ["_autoReconnectOnUnserialize":protected] => bool(false)
        }
        ["_parts":protected] => array(11) {
          ["distinct"] => bool(false)
          ["columns"] => array(5) {
            [0] => array(3) {
              [0] => string(1) "s"
              [1] => string(1) "*"
              [2] => NULL
            }
            [1] => array(3) {
              [0] => string(6) "transl"
              [1] => string(1) "*"
              [2] => NULL
            }
            [2] => array(3) {
              [0] => string(1) "c"
              [1] => string(1) "*"
              [2] => NULL
            }
            [3] => array(3) {
              [0] => string(1) "p"
              [1] => string(1) "*"
              [2] => NULL
            }
            [4] => array(3) {
              [0] => string(6) "tariff"
              [1] => string(11) "tariffPrice"
              [2] => string(11) "suitesPrice"
            }
          }
          ["union"] => array(0) {
          }
          ["from"] => array(5) {
            ["s"] => array(4) {
              ["joinType"] => string(4) "from"
              ["schema"] => NULL
              ["tableName"] => string(13) "hotels_suites"
              ["joinCondition"] => NULL
            }
            ["transl"] => array(4) {
              ["joinType"] => string(9) "left join"
              ["schema"] => NULL
              ["tableName"] => string(15) "site_translates"
              ["joinCondition"] => string(78) "transl.translateName = s.suitesDescriptionName And transl.translateLang = "en""
            }
            ["c"] => array(4) {
              ["joinType"] => string(9) "left join"
              ["schema"] => NULL
              ["tableName"] => string(21) "hotels_hotel_currency"
              ["joinCondition"] => string(21) "c.hotelId = s.hotelId"
            }
            ["p"] => array(4) {
              ["joinType"] => string(9) "left join"
              ["schema"] => NULL
              ["tableName"] => string(23) "hotels_suites_published"
              ["joinCondition"] => string(29) "p.publishedId = s.publishedId"
            }
            ["tariff"] => array(4) {
              ["joinType"] => string(9) "left join"
              ["schema"] => NULL
              ["tableName"] => string(20) "hotels_suites_tariff"
              ["joinCondition"] => string(28) "tariff.suitesId = s.suitesId"
            }
          }
          ["where"] => array(3) {
            [0] => string(17) "(s.hotelId = (?))"
            [1] => string(24) "AND (s.publishedId <> 0)"
            [2] => string(30) "AND (tariff.tariffDefault = 1)"
          }
          ["group"] => array(0) {
          }
          ["having"] => array(0) {
          }
          ["order"] => array(2) {
            [0] => array(2) {
              [0] => string(16) "s.suitesPriority"
              [1] => string(3) "ASC"
            }
            [1] => array(2) {
              [0] => string(10) "s.suitesId"
              [1] => string(3) "ASC"
            }
          }
          ["limitcount"] => NULL
          ["limitoffset"] => NULL
          ["forupdate"] => bool(false)
        }
        ["_tableCols":protected] => array(0) {
        }
      }
    }
  }
  [4] => array(6) {
    ["file"] => string(53) "/sites/belarushotels.by/application/models/Suites.php"
    ["line"] => int(129)
    ["function"] => string(5) "query"
    ["class"] => string(14) "Zend_Db_Select"
    ["type"] => string(2) "->"
    ["args"] => array(0) {
    }
  }
  [5] => array(6) {
    ["file"] => string(80) "/sites/belarushotels.by/application/modules/main/controllers/IndexController.php"
    ["line"] => int(295)
    ["function"] => string(33) "getSuitesPublicDataWithTranslates"
    ["class"] => string(6) "Suites"
    ["type"] => string(2) "->"
    ["args"] => array(2) {
      [0] => string(7) "hotelId"
      [1] => NULL
    }
  }
  [6] => array(6) {
    ["file"] => string(70) "/sites/belarushotels.by/application/library/Zend/Controller/Action.php"
    ["line"] => int(516)
    ["function"] => string(20) "hotelRoomsListAction"
    ["class"] => string(15) "IndexController"
    ["type"] => string(2) "->"
    ["args"] => array(0) {
    }
  }
  [7] => array(6) {
    ["file"] => string(83) "/sites/belarushotels.by/application/library/Zend/Controller/Dispatcher/Standard.php"
    ["line"] => int(308)
    ["function"] => string(8) "dispatch"
    ["class"] => string(22) "Zend_Controller_Action"
    ["type"] => string(2) "->"
    ["args"] => array(1) {
      [0] => string(20) "hotelRoomsListAction"
    }
  }
  [8] => array(6) {
    ["file"] => string(71) "/sites/belarushotels.by/application/library/Zend/View/Helper/Action.php"
    ["line"] => int(135)
    ["function"] => string(8) "dispatch"
    ["class"] => string(35) "Zend_Controller_Dispatcher_Standard"
    ["type"] => string(2) "->"
    ["args"] => array(2) {
      [0] => object(Zend_Controller_Request_Http)#66 (15) {
        ["_paramSources":protected] => array(2) {
          [0] => string(4) "_GET"
          [1] => string(5) "_POST"
        }
        ["_requestUri":protected] => string(29) "/en/hotels/smolevichi/ozerniy"
        ["_baseUrl":protected] => string(0) ""
        ["_basePath":protected] => NULL
        ["_pathInfo":protected] => string(29) "/en/hotels/smolevichi/ozerniy"
        ["_params":protected] => array(0) {
        }
        ["_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(16) "hotel-rooms-list"
        ["_actionKey":protected] => string(6) "action"
      }
      [1] => object(Zend_Controller_Response_Http)#65 (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)
      }
    }
  }
  [9] => array(6) {
    ["file"] => string(66) "/sites/belarushotels.by/application/library/Zend/View/Abstract.php"
    ["line"] => int(349)
    ["function"] => string(6) "action"
    ["class"] => string(23) "Zend_View_Helper_Action"
    ["type"] => string(2) "->"
    ["args"] => array(4) {
      [0] => string(16) "hotel-rooms-list"
      [1] => string(5) "index"
      [2] => string(4) "main"
      [3] => array(1) {
        ["hid"] => NULL
      }
    }
  }
  [10] => array(6) {
    ["file"] => string(80) "/sites/belarushotels.by/application/modules/main/views/scripts/index/hotel.phtml"
    ["line"] => int(182)
    ["function"] => string(6) "__call"
    ["class"] => string(18) "Zend_View_Abstract"
    ["type"] => string(2) "->"
    ["args"] => array(2) {
      [0] => string(6) "action"
      [1] => array(4) {
        [0] => string(16) "hotel-rooms-list"
        [1] => string(5) "index"
        [2] => string(4) "main"
        [3] => array(1) {
          ["hid"] => NULL
        }
      }
    }
  }
  [11] => array(4) {
    ["file"] => string(57) "/sites/belarushotels.by/application/library/Zend/View.php"
    ["line"] => int(157)
    ["args"] => array(1) {
      [0] => string(80) "/sites/belarushotels.by/application/modules/main/views/scripts/index/hotel.phtml"
    }
    ["function"] => string(7) "include"
  }
  [12] => array(6) {
    ["file"] => string(66) "/sites/belarushotels.by/application/library/Zend/View/Abstract.php"
    ["line"] => int(888)
    ["function"] => string(4) "_run"
    ["class"] => string(9) "Zend_View"
    ["type"] => string(2) "->"
    ["args"] => array(1) {
      [0] => string(80) "/sites/belarushotels.by/application/modules/main/views/scripts/index/hotel.phtml"
    }
  }
  [13] => array(6) {
    ["file"] => string(90) "/sites/belarushotels.by/application/library/Zend/Controller/Action/Helper/ViewRenderer.php"
    ["line"] => int(912)
    ["function"] => string(6) "render"
    ["class"] => string(18) "Zend_View_Abstract"
    ["type"] => string(2) "->"
    ["args"] => array(1) {
      [0] => NULL
    }
  }
  [14] => array(6) {
    ["file"] => string(90) "/sites/belarushotels.by/application/library/Zend/Controller/Action/Helper/ViewRenderer.php"
    ["line"] => int(933)
    ["function"] => string(12) "renderScript"
    ["class"] => string(42) "Zend_Controller_Action_Helper_ViewRenderer"
    ["type"] => string(2) "->"
    ["args"] => array(2) {
      [0] => string(17) "index/hotel.phtml"
      [1] => NULL
    }
  }
  [15] => array(6) {
    ["file"] => string(70) "/sites/belarushotels.by/application/library/Zend/Controller/Action.php"
    ["line"] => int(212)
    ["function"] => string(6) "render"
    ["class"] => string(42) "Zend_Controller_Action_Helper_ViewRenderer"
    ["type"] => string(2) "->"
    ["args"] => array(3) {
      [0] => string(5) "hotel"
      [1] => NULL
      [2] => bool(false)
    }
  }
  [16] => array(6) {
    ["file"] => string(80) "/sites/belarushotels.by/application/modules/main/controllers/IndexController.php"
    ["line"] => int(280)
    ["function"] => string(6) "render"
    ["class"] => string(22) "Zend_Controller_Action"
    ["type"] => string(2) "->"
    ["args"] => array(1) {
      [0] => string(5) "hotel"
    }
  }
  [17] => array(6) {
    ["file"] => string(70) "/sites/belarushotels.by/application/library/Zend/Controller/Action.php"
    ["line"] => int(516)
    ["function"] => string(11) "hotelAction"
    ["class"] => string(15) "IndexController"
    ["type"] => string(2) "->"
    ["args"] => array(0) {
    }
  }
  [18] => array(6) {
    ["file"] => string(83) "/sites/belarushotels.by/application/library/Zend/Controller/Dispatcher/Standard.php"
    ["line"] => int(308)
    ["function"] => string(8) "dispatch"
    ["class"] => string(22) "Zend_Controller_Action"
    ["type"] => string(2) "->"
    ["args"] => array(1) {
      [0] => string(11) "hotelAction"
    }
  }
  [19] => 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)#124 (15) {
        ["_paramSources":protected] => array(2) {
          [0] => string(4) "_GET"
          [1] => string(5) "_POST"
        }
        ["_requestUri":protected] => string(29) "/en/hotels/smolevichi/ozerniy"
        ["_baseUrl":protected] => string(0) ""
        ["_basePath":protected] => NULL
        ["_pathInfo":protected] => string(29) "/en/hotels/smolevichi/ozerniy"
        ["_params":protected] => array(6) {
          ["lang"] => string(2) "en"
          ["cityPath"] => string(10) "smolevichi"
          ["hotelPath"] => string(7) "ozerniy"
          ["module"] => string(4) "main"
          ["controller"] => string(5) "index"
          ["action"] => string(5) "hotel"
        }
        ["_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(5) "hotel"
        ["_actionKey":protected] => string(6) "action"
      }
      [1] => object(Zend_Controller_Response_Http)#125 (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)
      }
    }
  }
  [20] => array(6) {
    ["file"] => string(56) "/sites/belarushotels.by/application/system/Bootstrap.php"
    ["line"] => int(152)
    ["function"] => string(8) "dispatch"
    ["class"] => string(21) "Zend_Controller_Front"
    ["type"] => string(2) "->"
    ["args"] => array(0) {
    }
  }
  [21] => array(6) {
    ["file"] => string(33) "/sites/belarushotels.by/index.php"
    ["line"] => int(18)
    ["function"] => string(5) "start"
    ["class"] => string(9) "Bootstrap"
    ["type"] => string(2) "::"
    ["args"] => array(0) {
    }
  }
}
URL: /en/hotels/smolevichi/ozerniy

File: /sites/belarushotels.by/application/library/Zend/Db/Statement/Pdo.php
Line: 235
Message: SQLSTATE[HY093]: Invalid parameter number: no parameters were bound, query was: SELECT `s`.*, `transl`.*, `c`.*, `p`.*, `tariff`.`tariffPrice` AS `suitesPrice` FROM `hotels_suites` AS `s` LEFT JOIN `site_translates` AS `transl` ON transl.translateName = s.suitesDescriptionName And transl.translateLang = "en" LEFT JOIN `hotels_hotel_currency` AS `c` ON c.hotelId = s.hotelId LEFT JOIN `hotels_suites_published` AS `p` ON p.publishedId = s.publishedId LEFT JOIN `hotels_suites_tariff` AS `tariff` ON tariff.suitesId = s.suitesId WHERE (s.hotelId = (?)) AND (s.publishedId <> 0) AND (tariff.tariffDefault = 1) ORDER BY `s`.`suitesPriority` ASC, `s`.`suitesId` ASC