| PHP | /var/www/paperhouse/medicicards.co.uk/live/lib/S24/Helpers/Session.php, line 71 |
|---|---|
| URI | GET /cards/personalise/view/31 |
| Arg | Name | Value |
|---|---|---|
| 0 | $name |
'category_id'
|
$view->image_title = "Sorry, there's been a problem."; $view->content = $view->render('item/error_session.php'); return; } $view->back_url = WEB_DIR."cards/categories/display/".S24_Helpers_Session::session_get('category_id'); $view->image_title = "<img src=\"".WEB_DIR."assets/img/step3.gif\" alt=\"Step 3: Review your chosen card\" width=\"330\" height=\"27\" />"; //$view->image_title = "<em>Step 3</em> Review your chosen card"; $view->content = $view->render('personalise/view.php'); if (!method_exists($this, $methodName)) { $this->__call($methodName, array()); } else { $method = new ReflectionMethod($this, $methodName); if ($method->isPublic() && !$method->isStatic()) { $this->{$methodName}(); } else { throw new Zend_Controller_Action_Exception('Illegal action called.'); } }| Arg | Name | Value |
|---|---|---|
| 0 | $dispatcher |
Zend_Controller_Dispatcher::__set_state(array( |
| 1 | $action |
Zend_Controller_Dispatcher_Token::__set_state(array( |
* Call the action of the Zend_Controller_Action. It will return either null or a * new Zend_Controller_Dispatcher_Token object. If a Zend_Controller_Dispatcher_Token object is returned, this will be returned * back to ZFrontController, which will call $this again to forward to * another action. */ $nextAction = $controller->run($this, $action); // Destroy the page controller instance $controller = null; // Return either null (finished) or a Zend_Controller_Dispatcher_Token object (forward to another action).| Arg | Name | Value |
|---|---|---|
| 0 | $action |
Zend_Controller_Dispatcher_Token::__set_state(array( |
| 1 | $performDispatch |
true
|
* @param Zend_Controller_Dispatcher_Token $action * @return boolean|Zend_Controller_Dispatcher_Token */ public function dispatch(Zend_Controller_Dispatcher_Token $action) { return $this->_dispatch($action, true); } /** * If $performDispatch is FALSE, this method will check if a controller| Arg | Name | Value |
|---|---|---|
| 0 | $action |
Zend_Controller_Dispatcher_Token::__set_state(array( |
*/ while ($action instanceof Zend_Controller_Dispatcher_Token) { // notify plugins that a dispatch is about to occur $action = $this->_plugins->preDispatch($action); $action = $this->getDispatcher()->dispatch($action); // notify plugins that the dispatch has finish $action = $this->_plugins->postDispatch($action); } */ static public function run($controllerDirectory) { self::getInstance() ->setControllerDirectory($controllerDirectory) ->dispatch(); } /** * Convenience method, passthru to Zend_Controller_Dispatcher::setControllerDirectory()| Arg | Name | Value |
|---|---|---|
| 0 | $controllerDirectory |
'/var/www/paperhouse/medicicards.co.uk/live/app/controllers'
|
$router->addRoute('cards', ':controller/:action/:id', array('id' => null), array('id' => '\d+'));$controller = Zend_Controller_Front::getInstance();$controller->setRouter($router);$controller->registerPlugin(new S24_Controller_Plugin_Layout());$controller->run($config->path->controllers);//$controller->dispatch();
x-cc-id: ccc01-02
Host: pg.medicicards.co.uk
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=n083i9nt0cc2tcjkeo36etj6g5
No data
No data
| Variable | Value |
|---|---|
| PHPSESSID |
'n083i9nt0cc2tcjkeo36etj6g5'
|
| Variable | Value |
|---|---|
| REDIRECT_STATUS |
'200'
|
| HTTP_X_CC_ID |
'ccc01-02'
|
| HTTP_HOST |
'pg.medicicards.co.uk'
|
| HTTP_USER_AGENT |
'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)'
|
| HTTP_ACCEPT |
'text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5'
|
| HTTP_ACCEPT_LANGUAGE |
'en-us,en;q=0.5'
|
| HTTP_ACCEPT_ENCODING |
'gzip'
|
| HTTP_ACCEPT_CHARSET |
'ISO-8859-1,utf-8;q=0.7,*;q=0.7'
|
| HTTP_CONNECTION |
'close'
|
| HTTP_CACHE_CONTROL |
'no-cache'
|
| HTTP_PRAGMA |
'no-cache'
|
| HTTP_COOKIE |
'PHPSESSID=n083i9nt0cc2tcjkeo36etj6g5'
|
| PATH |
'/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin'
|
| SERVER_SIGNATURE |
'<address>Apache/2.0.52 (Red Hat) Server at pg.medicicards.co.uk Port 80</address>
'
|
| SERVER_SOFTWARE |
'Apache/2.0.52 (Red Hat)'
|
| SERVER_NAME |
'pg.medicicards.co.uk'
|
| SERVER_ADDR |
'83.138.169.166'
|
| SERVER_PORT |
'80'
|
| REMOTE_ADDR |
'38.107.191.85'
|
| DOCUMENT_ROOT |
'/var/www/paperhouse/medicicards.co.uk/live/web'
|
| SERVER_ADMIN |
'root@localhost'
|
| SCRIPT_FILENAME |
'/var/www/paperhouse/medicicards.co.uk/live/web/cards/index.php'
|
| REMOTE_PORT |
'57056'
|
| REDIRECT_URL |
'/cards/personalise/view/31'
|
| GATEWAY_INTERFACE |
'CGI/1.1'
|
| SERVER_PROTOCOL |
'HTTP/1.1'
|
| REQUEST_METHOD |
'GET'
|
| QUERY_STRING |
''
|
| REQUEST_URI |
'/cards/personalise/view/31'
|
| SCRIPT_NAME |
'/cards/index.php'
|
| PHP_SELF |
'/cards/index.php'
|
| REQUEST_TIME |
1283821759
|
| Variable | Value |
|---|---|
| LANG |
'C'
|
| SELINUX_INIT |
'YES'
|
| CONSOLE |
'/dev/console'
|
| TERM |
'linux'
|
| INIT_VERSION |
'sysvinit-2.85'
|
| PATH |
'/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin'
|
| RUNLEVEL |
'3'
|
| runlevel |
'3'
|
| PWD |
'/'
|
| PREVLEVEL |
'N'
|
| previous |
'N'
|
| HOME |
'/'
|
| SHLVL |
'2'
|
| _ |
'/sbin/initlog'
|
X-Powered-By: PHP/5.2.11
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
Content-type: text/html