exception 'SmartyException' with message 'Unable to load template file 'templates/actions/promos/PromosDelete.html'' in /wa-system/vendors/smarty3/sysplugins/smarty_internal_templatebase.php:127
Stack trace:
#0 /wa-system/vendors/smarty3/sysplugins/smarty_internal_templatebase.php(374): Smarty_Internal_TemplateBase->fetch('templates/actio...', NULL, NULL, NULL, true)
#1 /wa-system/view/waSmarty3View.class.php(123): Smarty_Internal_TemplateBase->display('templates/actio...', NULL)
#2 /wa-system/controller/waViewActions.class.php(154): waSmarty3View->display('templates/actio...')
#3 /wa-system/controller/waViewActions.class.php(94): waViewActions->display()
#4 /wa-system/controller/waFrontController.class.php(168): waViewActions->run('delete')
#5 /wa-system/controller/waFrontController.class.php(55): waFrontController->execute('', 'promos', 'delete')
#6 /wa-system/waSystem.class.php(600): waFrontController->dispatch()
#7 /index.php(7): waSystem->dispatch()
#8 {main}
Error with code 0 in '/wa-system/waSystem.class.php' around line 611:
606 if (!waSystemConfig::isDebug()) {
607 waLog::log("Uncaught exception ".get_class($e).":\n".$e->getMessage()." (".$e->getCode().")\n".$e->getTraceAsString());
608 }
609 if (!$e instanceof waException) {
610 if (waSystemConfig::isDebug()) {
>>611 $e = new waException((string) $e, $e->getCode());
612 } else {
613 $e = new waException($e->getMessage(), $e->getCode());
614 }
615 }
616 $e->sendResponseCode();
Call stack
#0 /index.php(7): waSystem->dispatch()
#1 {main}
Request
array (
'module' => 'promos',
'action' => 'delete',
'id' => '4',
'_csrf' => '5794a4fe94abb6.10021996',
)
Params
array (
)
0 комментариев