Template 'qpedia/topics-place-people-boundaries-defences.php' does not exist
Line: 18 in file "/usr/local/home/httpd/vhtdocs/qed/apps/qed/model/qpedia.php"
$template->include = 'qpedia/' . $file . '.php';
if($template->templateExists($template->include)){
$template->display('qpedia.php');
}else {
new View_Exception('Template \'' . $template->include . '\' does not exist');
}
}
}
Line: 42 in file "/usr/local/home/httpd/vhtdocs/qed/lib/MVC/Model.php"
$method = $this->getMethod($action);
if($this->actionExists($action)){
$this->action = $action;
$context =& Context::getInstance();
$view =& $context->getView();
$this->$method($view);
}else {
new MVC_Exception("Method '$method' does not exist on '" . get_class($this) . "'");
}
}
Line: 24 in file "/usr/local/home/httpd/vhtdocs/qed/lib/MVC/Controller.php"
if($timer) $timer->addTime('got request');
$model =& $request->getModel();
if($timer) $timer->addTime('Using model "' . $model->getName() .'"');
$action = $request->getAction();
if($timer) $timer->addTime('Using action "' . $action .'"');
$model->run($action);
if($timer) $timer->addTime('action executed');
}
}
Line: 7 in file "/usr/local/home/httpd/vhtdocs/qed/apps/qed/www/index.php"
define('PLIB_HTTP_ROOT', 'http://' . $_SERVER['SERVER_NAME']);
define('PLIB_DEBUG', true);
define('PLIB_VIEW_CACHE', false);
require_once('../../../plib.php');
Debug::cancel();
MVC_Controller::run();
?>
---
--- PLIB_HTTP_ROOT: http://quantockeducation.info PLIB_DEBUG: true PLIB_VIEW_CACHE: false PLIB_START_TIME: 0.76389800 1210550143 PLIB_APP_ROOT: /www/vhtdocs/qed/apps/qed PLIB_LIB_ROOT: /usr/local/home/httpd/vhtdocs/qed/lib PLIB_VENDOR_ROOT: /usr/local/home/httpd/vhtdocs/qed/vendor PLIB_HTTP_SELF: > http://quantockeducation.info/Qpedia/Topics/Place/People/Boundaries/Defences PLIB_HTTP_URI: > /Qpedia/Topics/Place/People/Boundaries/Defences PLIB_HTTP_PATH: > /Qpedia/Topics/Place/People/Boundaries/Defences PLIB_WWW_ROOT: > http://quantockeducation.info/apps/qed/www PLIB_REQUEST_GET: 1 PLIB_REQUEST_POST: 2
| +0.00 seconds | Page Processing Begins | ||||||||||||||||
| +14.269 ms | Timer 'Controller' Started
| ||||||||||||||||
| +14.336 ms | Timer 'Context' Started
| ||||||||||||||||
| +14.796 ms | Timer 'Request' Started
| ||||||||||||||||
| +14.894 ms | Timer 'MVC_Mapper' Started
| ||||||||||||||||
| +34.763 ms | Debug Destruct(execution practically complete) | ||||||||||||||||
Logging currently disabled