| PHP | /misc/httpd/weblibs/Zend-1.10.2/Zend/Loader/PluginLoader.php, line 412 |
|---|---|
| URI | GET /robots.txt |
| Arg | Name | Value |
|---|---|---|
| 0 | $name |
'SwitchLanguage'
|
$store = $this->_helper; break; } if (!isset($store[$name])) { $class = $this->getPluginLoader($type)->load($name); $store[$name] = new $class(); if (method_exists($store[$name], 'setView')) { $store[$name]->setView($this); } }| Arg | Name | Value |
|---|---|---|
| 0 | $type |
'helper'
|
| 1 | $name |
'switchLanguage'
|
* @param string $name * @return object */ public function getHelper($name) { return $this->_getPlugin('helper', $name); } /** * Get array of all active helpers *| Arg | Name | Value |
|---|---|---|
| 0 | $name |
'switchLanguage'
|
* @return string The result of the helper output. */ public function __call($name, $args) { // is the helper already loaded? $helper = $this->getHelper($name); // call the helper method return call_user_func_array( array($helper, $name), $args| Arg | Name | Value |
|---|---|---|
| 0 | $name |
'switchLanguage'
|
| 1 | $args |
array ( |
<div id="top"> <div class="centra-top"> <div class="centra-top-left"> <?=$this->switchLanguage();?> </div>| Arg | Name | Value |
|---|---|---|
| 0 | ? |
'/misc/httpd/application/layouts/obrasocial/default-obrasocial/top.phtml'
|
protected function _run() { if ($this->_useViewStream && $this->useStreamWrapper()) { include 'zend.view://' . func_get_arg(0); } else { include func_get_arg(0); } }}| Arg | Name | Value |
|---|---|---|
| 0 | ? |
'/misc/httpd/application/layouts/obrasocial/default-obrasocial/top.phtml'
|
// find the script file name using the parent private method $this->_file = $this->_script($name); unset($name); // remove $name from local scope ob_start(); $this->_run($this->_file); return $this->_filter(ob_get_clean()); // filter output } /**| Arg | Name | Value |
|---|---|---|
| 0 | $name |
'obrasocial/default-obrasocial/top.phtml'
|
} } elseif (null !== ($path = $this->getViewBasePath())) { $view->addBasePath($path, $this->_viewBasePrefix); } return $view->render($name); }}| Arg | Name | Value |
|---|---|---|
| 0 | $name |
'obrasocial/default-obrasocial/top'
|
<?= $this->doctype(); ?><?=$this->jQuery()."\n";?><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es" dir="ltr">| Arg | Name | Value |
|---|---|---|
| 0 | ? |
'/misc/httpd/application/layouts/obrasocial/default-obrasocial/layout.phtml'
|
protected function _run() { if ($this->_useViewStream && $this->useStreamWrapper()) { include 'zend.view://' . func_get_arg(0); } else { include func_get_arg(0); } }}| Arg | Name | Value |
|---|---|---|
| 0 | ? |
'/misc/httpd/application/layouts/obrasocial/default-obrasocial/layout.phtml'
|
// find the script file name using the parent private method $this->_file = $this->_script($name); unset($name); // remove $name from local scope ob_start(); $this->_run($this->_file); return $this->_filter(ob_get_clean()); // filter output } /**| Arg | Name | Value |
|---|---|---|
| 0 | $name |
'obrasocial/default-obrasocial/layout.phtml'
|
} } elseif (null !== ($path = $this->getViewBasePath())) { $view->addBasePath($path, $this->_viewBasePrefix); } return $view->render($name); }} $layout->assign($content); $fullContent = null; $obStartLevel = ob_get_level(); try { $fullContent = $layout->render(); $response->setBody($fullContent); } catch (Exception $e) { while (ob_get_level() > $obStartLevel) { $fullContent .= ob_get_clean(); }| Arg | Name | Value |
|---|---|---|
| 0 | $request |
Zend_Controller_Request_Http::__set_state(array(
'_paramSources' =>
array (
0 => '_GET',
1 => '_POST',
),
'_requestUri' => '/robots.txt',
'_baseUrl' => '',
'_basePath' => NULL,
'_pathInfo' => 'robots.txt',
'_params' =>
array (
'controller' => 'robots.txt',
'action' => 'index',
'module' => 'default-obrasocial',
'error_handler' =>
ArrayObject::__set_state(array(
'exception' =>
Zend_Controller_Dispatcher_Exception::__set_state(array(
'_previous' => NULL,
'message' => 'Invalid controller specified (robots.txt)',
'string' => '',
'code' => 0,
'file' => '/misc/httpd/weblibs/Zend-1.10.2/Zend/Controller/Dispatcher/Standard.php',
'line' => 242,
'trace' =>
array (
0 =>
array (
'file' => '/misc/httpd/weblibs/Zend-1.10.2/Zend/Controller/Front.php',
'line' => 954,
'function' => 'dispatch',
'class' => 'Zend_Controller_Dispatcher_Standard',
'type' => '->',
'args' =>
array (
0 =>
Zend_Controller_Request_Http::__set_state(array(
'_paramSources' =>
array (
0 => '_GET',
1 => '_POST',
),
'_requestUri' => '/robots.txt',
'_baseUrl' => '',
'_basePath' => NULL,
'_pathInfo' => 'robots.txt',
'_params' =>
array (
'controller' => 'robots.txt',
'action' => 'index',
'module' => 'default-obrasocial',
'error_handler' =>
ArrayObject::__set_state(array(
'exception' =>
Zend_Controller_Dispatcher_Exception::__set_state(array(
'_previous' => NULL,
'message' => 'Invalid controller specified (robots.txt)',
'string' => '',
'code' => 0,
'file' => '/misc/httpd/weblibs/Zend-1.10.2/Zend/Controller/Dispatcher/Standard.php',
'line' => 242,
'trace' =>
array (
0 =>
array (
'file' => '/misc/httpd/weblibs/Zend-1.10.2/Zend/Controller/Front.php',
'line' => 954,
'function' => 'dispatch',
'class' => 'Zend_Controller_Dispatcher_Standard',
'type' => '->',
'args' =>
array (
0 =>
Zend_Controller_Request_Http::__set_state(array(
'_paramSources' =>
array (
0 => '_GET',
1 => '_POST',
),
'_requestUri' => '/robots.txt',
'_baseUrl' => '',
'_basePath' => NULL,
'_pathInfo' => 'robots.txt',
'_params' =>
array (
'controller' => 'robots.txt',
'action' => 'index',
'module' => 'default-obrasocial',
'error_handler' =>
ArrayObject::__set_state(array(
'exception' =>
Zend_Controller_Dispatcher_Exception::__set_state(array(
'_previous' => NULL,
'message' => 'Invalid controller specified (robots.txt)',
'string' => '',
'code' => 0,
'file' => '/misc/httpd/weblibs/Zend-1.10.2/Zend/Controller/Dispatcher/Standard.php',
'line' => 242,
'trace' =>
array (
0 =>
array (
'file' => '/misc/httpd/weblibs/Zend-1.10.2/Zend/Controller/Front.php',
'line' => 954,
'function' => 'dispatch',
'class' => 'Zend_Controller_Dispatcher_Standard',
'type' => '->',
'args' =>
array (
0 =>
Zend_Controller_Request_Http::__set_state(array(
Fatal error: Nesting level too deep - recursive dependency? in /misc/httpd/library/DefaultExceptionHandler.php on line 225 |