## wa-system/file/waTheme.class.php(1866)
#0 wa-system/file/waTheme.class.php(184): waTheme->check()
#1 wa-system/file/waTheme.class.php(115): waTheme->initPath(false)
#2 wa-system/controller/waViewAction.class.php(93): waTheme->__construct('mattress1')
#3 wa-system/controller/waViewAction.class.php(67): waViewAction->getTheme()
#4 wa-apps/shop/lib/actions/frontend/shopFrontend.action.php(152): waViewAction->setThemeTemplate('error.html')
#5 wa-system/controller/waViewController.class.php(86): shopFrontendAction->display()
#6 wa-system/controller/waDefaultViewController.class.php(48): waViewController->executeAction(Object(shopFrontendCategoryAction))
#7 wa-system/controller/waController.class.php(21): waDefaultViewController->execute()
#8 wa-system/controller/waViewController.class.php(46): waController->run(NULL)
#9 wa-system/controller/waFrontController.class.php(229): waViewController->run(NULL)
#10 wa-system/controller/waFrontController.class.php(164): waFrontController->runController(Object(waDefaultViewController), NULL)
#11 wa-system/controller/waFrontController.class.php(58): waFrontController->execute(NULL, 'frontend', 'category')
#12 wa-system/waSystem.class.php(727): waFrontController->dispatch()
#13 wa-system/waSystem.class.php(487): waSystem->dispatchFrontend('updatetheme/cat...')
#14 index.php(7): waSystem->dispatch()
#15 {main}
/home/lagunamsk/virtuoz-sna.ru/docs/wa-system/file/waTheme.class.php around line 1866
1861 }
1862
1863 public function check()
1864 {
1865 if (!$this->path) {
>>1866 throw new waException(sprintf(_w("Theme %s not found"), $this->id));
1867 }
1868 if (!file_exists($this->path) || !file_exists($this->path.'/'.self::PATH)) {
1869 self::throwThemeException('MISSING_THEME_XML', $this->id);
1870 }
1871 }
Params
array(
'app' => 'shop',
'theme' => 'mattress1',
'theme_mobile' => 'mattress1',
'locale' => 'ru_RU',
'category_url' => 'matrasy',
'module' => 'frontend',
'action' => 'category',
)