PageCooker Exception #1039


A component in PageCooker has thrown an uncaught exception. Please, contact the site administrator to solve this issue.

File: /data/www/10385/spevacek_cz/modules/kernel/output.php on line 66

Description: Requested page not found.

61                 else {
62                      $assignments = db::select('template_assignments')
63                           ->columns('template_id')
64                           ->where('{=domain} AND {=path}', array('domain:string' => output::getDomain(), 'path:string' => '#NOT_FOUND'));
65                      if($assignments->count() == 1) return $assignments->template_id;
66                      else throw new exceptions(1039);
67                 }
68            }
69  
70            static public function get() {
71                 $templateId = output::getTemplateId(pagecooker::path());
Backtraces: