Objekt nenalezen
File: /disk_1/www/ru/praga1/www/application/default/controller/IndexController.php Line: 169
Line 164:
Line 165:
Line 166:
Line 167: if (count($objekty) == 0)
Line 168: {
Line 169: throw new Zend_Controller_Action_Exception('Objekt nenalezen');
Line 170: }
Line 171:
Line 172: $objekt = $objekty[0];
Line 173: $this->view->objekt = $objekt;
Controller/Action.php (502) source ▶ IndexController-> detailAction ()
Line 497: // preDispatch() didn't change the action, so we can continue
Line 498: if ($this->getInvokeArg('useCaseSensitiveActions') || in_array($action, get_class_method...
Line 499: if ($this->getInvokeArg('useCaseSensitiveActions')) {
Line 500: trigger_error('Using case sensitive actions without word separators is deprecate...
Line 501: }
Line 502: $this->$action();
Line 503: } else {
Line 504: $this->__call($action, array());
Line 505: }
Line 506: $this->postDispatch();
Dispatcher/Standard.php (293) source ▶ Zend_Controller_Action-> dispatch (arguments ▶)
| $action | string(12) "detailAction"
|
Line 288: if (empty($disableOb)) {
Line 289: ob_start();
Line 290: }
Line 291:
Line 292: try {
Line 293: $controller->dispatch($action);
Line 294: } catch (Exception $e) {
Line 295: // Clean output buffer on error
Line 296: $curObLevel = ob_get_level();
Line 297: if ($curObLevel > $obLevel) {
Controller/Front.php (914) source ▶ Zend_Controller_Dispatcher_Standard-> dispatch (arguments ▶)
| $request | object(Zend_Controller_Request_Http)#56 (14) { ["_paramSources:protected"] => array(2) { [0] => string(4) "_GET" [1] => string(5) "_POST" } ["_requestUri:protected"] => string(64) "/en/detail/villa-of-400-sq-m-in-prestigious-district-of-prague-6" ["_baseUrl:protected"] => string(0) "" ["_basePath:protected"] => NULL ["_pathInfo:protected"] => string(64) "/en/detail/villa-of-400-sq-m-in-prestigious-district-of-prague-6" ["_params:protected"] => array(4) { ["id"] => string(53) "villa-of-400-sq-m-in-prestigious-district-of-prague-6" ["controller"] => string(5) "index" ["action"] => string(6) "detail" ["lang"] => string(2) "en" } ["_aliases:protected"] => array(0) { } ["_dispatched:protected"] => bool(true) ["_module:protected"] => string(7) "default" ["_moduleKey:protected"] => string(6) "module" ["_controller:protected"] => string(5) "index" ["_controllerKey:protected"] => string(10) "controller" ["_action:protected"] => string(6) "detail" ["_actionKey:protected"] => string(6) "action" } |
| $response | object(Zend_Controller_Response_Http)#57 (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) } |
Line 909:
Line 910: /**
Line 911: * Dispatch request
Line 912: */
Line 913: try {
Line 914: $dispatcher->dispatch($this->_request, $this->_response);
Line 915: } catch (Exception $e) {
Line 916: if ($this->throwExceptions()) {
Line 917: throw $e;
Line 918: }
application/Application.php (41) source ▶ Zend_Controller_Front-> dispatch ()
Line 36: *
Line 37: */
Line 38: public function run()
Line 39: {
Line 40: $this->_init();
Line 41: $this->frontController->dispatch();
Line 42: }
Line 43:
Line 44:
Line 45: public static function prepareTranslate($req) {
www/index.php (69) source ▶ Application-> run ()
Line 64: spl_autoload_register(array('Doctrine', 'autoload'));
Line 65:
Line 66: // create new application
Line 67: require "Application.php";
Line 68: $app = new Application();
Line 69: $app->run();
Line 70:
Line 71: ?>
exception 'Zend_Controller_Action_Exception' with message 'Objekt nenalezen' in /disk_1/www/ru/praga1/www/application/default/controller/IndexController.php:169
Stack trace:
#0 /disk_1/www/ru/praga1/www/library/Zend/Controller/Action.php(502): IndexController->detailAction()
#1 /disk_1/www/ru/praga1/www/library/Zend/Controller/Dispatcher/Standard.php(293): Zend_Controller_Action->dispatch('detailAction')
#2 /disk_1/www/ru/praga1/www/library/Zend/Controller/Front.php(914): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#3 /disk_1/www/ru/praga1/www/application/Application.php(41): Zend_Controller_Front->dispatch()
#4 /disk_1/www/ru/praga1/www/index.php(69): Application->run()
#5 {main}
| x-cc-id | ccc04-01 |
| Host | www.praga1.ru |
| User-Agent | CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
| Accept | text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 |
| Accept-Language | en-us,en;q=0.5 |
| Accept-Encoding | gzip |
| Accept-Charset | ISO-8859-1,utf-8;q=0.7,*;q=0.7 |
| Connection | close |
| Cache-Control | no-cache |
| Pragma | no-cache |
| Cookie | PHPSESSID=8eec270e36d255731b71d30598898475 |
empty
empty
| PHPSESSID | string(32) "8eec270e36d255731b71d30598898475"
|
| REDIRECT_UNIQUE_ID | string(24) "TzNSLE1d2gkAADRYSI4AAAAN"
|
| REDIRECT_STATUS | string(3) "200"
|
| UNIQUE_ID | string(24) "TzNSLE1d2gkAADRYSI4AAAAN"
|
| HTTP_X_CC_ID | string(8) "ccc04-01"
|
| HTTP_HOST | string(13) "www.praga1.ru"
|
| HTTP_USER_AGENT | string(48) "CCBot/1.0 (+http://www.commoncrawl.org/bot.html)"
|
| HTTP_ACCEPT | string(83) "text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5"
|
| HTTP_ACCEPT_LANGUAGE | string(14) "en-us,en;q=0.5"
|
| HTTP_ACCEPT_ENCODING | string(4) "gzip"
|
| HTTP_ACCEPT_CHARSET | string(30) "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
|
| HTTP_CONNECTION | string(5) "close"
|
| HTTP_CACHE_CONTROL | string(8) "no-cache"
|
| HTTP_PRAGMA | string(8) "no-cache"
|
| HTTP_COOKIE | string(42) "PHPSESSID=8eec270e36d255731b71d30598898475"
|
| PATH | string(60) "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
|
| SERVER_SIGNATURE | string(0) ""
|
| SERVER_SOFTWARE | string(6) "Apache"
|
| SERVER_NAME | string(13) "www.praga1.ru"
|
| SERVER_ADDR | string(11) "77.93.218.9"
|
| SERVER_PORT | string(2) "80"
|
| REMOTE_ADDR | string(14) "38.107.179.237"
|
| DOCUMENT_ROOT | string(21) "/disk_1/www/ru/praga1"
|
| SERVER_ADMIN | string(18) "[no address given]"
|
| SCRIPT_FILENAME | string(35) "/disk_1/www/ru/praga1/www/index.php"
|
| REMOTE_PORT | string(5) "40345"
|
| REDIRECT_URL | string(64) "/en/detail/villa-of-400-sq-m-in-prestigious-district-of-prague-6"
|
| GATEWAY_INTERFACE | string(7) "CGI/1.1"
|
| SERVER_PROTOCOL | string(8) "HTTP/1.1"
|
| REQUEST_METHOD | string(3) "GET"
|
| QUERY_STRING | string(0) ""
|
| REQUEST_URI | string(64) "/en/detail/villa-of-400-sq-m-in-prestigious-district-of-prague-6"
|
| SCRIPT_NAME | string(10) "/index.php"
|
| PHP_SELF | string(10) "/index.php"
|
| REQUEST_TIME | int(1328763436)
|
| argv | array(0) {
}
|
| argc | int(0)
|
Content-Type: text/html; charset=UTF-8
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache