(!)SamaoPHP错误提示: | |
所在页面(行): | /home/www/samao/libs/sys/controller.class.php (172) |
错误提示信息: |
调用Smarty方法错误: display()unable to write file /home/www/runtime/wrt68f029ccf33728_98077952 |
执行函数: | KnowController->itemsAction() |
GET 信息: | Array ( [do] => index [id] => 9 ) |
错误代码附近: | 170. } 171. if (method_exists($this, $action . 'Action')) { 172. $out = call_user_func(array($this, $action . 'Action'), $method); 173. if (IS_AJAX && isset($out)) { 174. die(json_encode($out)); |
触发页面(行): | /home/www/samao/libs/sys/controller.class.php (108) |
所抛出信息页面(行): | (0) |
Call Stack | Function | Location | Line |
0 | Controller->__call() | /home/www/Apps/Home/controls/know.ctl.php | 57 |
1 | KnowController->itemsAction() | /home/www/samao/libs/sys/controller.class.php | 172 |
2 | Controller->doact() | /home/www/Apps/Home/controls/know.ctl.php | 20 |
3 | KnowController->indexAction() | /home/www/samao/samaophp.php | 95 |
4 | App::Run() | /home/www/index.php | 32 |