view exception

Template 'qpedia/topics-place-people-land-use-farming-durborough.php' does not exist

Trace

  1. unknown ( )

    Line: 18 in file "/usr/local/home/httpd/vhtdocs/qed/apps/qed/model/qpedia.php"

    1.  
    2.         $template->include 'qpedia/' $file '.php';
    3.         if($template->templateExists($template->include)){
    4.             $template->display('qpedia.php');
    5.         }else {
    6.             new View_Exception('Template \'' $template->include '\' does not exist');
    7.         }
    8.  
    9.     }
    10.  
    11. }
  2. model_qpedia->executeindex ( Object 'view' )

    Line: 42 in file "/usr/local/home/httpd/vhtdocs/qed/lib/MVC/Model.php"

    1.         $method $this->getMethod($action);
    2.         if($this->actionExists($action)){
    3.             $this->action $action;
    4.             $context =& Context::getInstance();
    5.             $view =& $context->getView();
    6.             $this->$method($view);
    7.         }else {
    8.             new MVC_Exception("Method '$method' does not exist on '" get_class($this) . "'");
    9.         }
    10.     }
    11.  
  3. model_qpedia->run ( 'index' )

    Line: 24 in file "/usr/local/home/httpd/vhtdocs/qed/lib/MVC/Controller.php"

    1.         if($timer$timer->addTime('got request');
    2.         $model =& $request->getModel();
    3.         if($timer$timer->addTime('Using model "' $model->getName() .'"');
    4.         $action $request->getAction();
    5.         if($timer$timer->addTime('Using action "' $action .'"');
    6.         $model->run($action);
    7.         if($timer$timer->addTime('action executed');
    8.     }
    9.  
    10. }
    11.  
  4. mvc_controller::run ( )

    Line: 7 in file "/usr/local/home/httpd/vhtdocs/qed/apps/qed/www/index.php"

    1.     define('PLIB_HTTP_ROOT''http://' $_SERVER['SERVER_NAME']);
    2.     define('PLIB_DEBUG'true);
    3.     define('PLIB_VIEW_CACHE'false);
    4.     require_once('../../../plib.php');
    5.     Debug::cancel();
    6.     MVC_Controller::run();
    7.  
    8. ?>

Context Object Dump

Var Dump

Debug Information