Error with code 0 in '/home/p/popov555/public_html/public_html/wa-system/file/waTheme.class.php' around line 1355:
1350 }
1351
1352 public function check()
1353 {
1354 if (!$this->path) {
>>1355 throw new waException(sprintf(_w("Theme %s not found"), $this->id));
1356 }
1357 if (!file_exists($this->path) || !file_exists($this->path.'/'.self::PATH)) {
1358 self::throwThemeException('MISSING_THEME_XML', $this->id);
1359 }
1360 //TODO check files of theme
Call stack
#0 /home/p/popov555/public_html/public_html/wa-system/file/waTheme.class.php(174): waTheme->check()
#1 /home/p/popov555/public_html/public_html/wa-system/file/waTheme.class.php(110): waTheme->initPath(false)
#2 /home/p/popov555/public_html/public_html/wa-system/controller/waViewAction.class.php(83): waTheme->__construct('service1')
#3 /home/p/popov555/public_html/public_html/wa-system/controller/waViewAction.class.php(67): waViewAction->getTheme()
#4 /home/p/popov555/public_html/public_html/wa-apps/shop/lib/actions/frontend/shopFrontend.action.php(96): waViewAction->setThemeTemplate('error.html')
#5 /home/p/popov555/public_html/public_html/wa-system/controller/waViewController.class.php(86): shopFrontendAction->display()
#6 /home/p/popov555/public_html/public_html/wa-apps/shop/lib/actions/frontend/shopFrontendProduct.controller.php(22): waViewController->executeAction(Object(shopFrontendProductAction))
#7 /home/p/popov555/public_html/public_html/wa-system/controller/waController.class.php(21): shopFrontendProductController->execute()
#8 /home/p/popov555/public_html/public_html/wa-system/controller/waViewController.class.php(46): waController->run(NULL)
#9 /home/p/popov555/public_html/public_html/wa-system/controller/waFrontController.class.php(125): waViewController->run()
#10 /home/p/popov555/public_html/public_html/wa-system/controller/waFrontController.class.php(61): waFrontController->execute('', 'frontend', 'product')
#11 /home/p/popov555/public_html/public_html/wa-system/waSystem.class.php(518): waFrontController->dispatch()
#12 /home/p/popov555/public_html/public_html/index.php(7): waSystem->dispatch()
#13 {main}