SamaoPHP 提示您,您的代码出错啦!
(!)SamaoPHP错误提示:
所在页面(行): /home/www/samao/libs/sys/controller.class.php  (172)
错误提示信息:
调用Smarty方法错误: display()unable to write file /home/www/runtime/wrt68eda9b416f4e6_42579896
执行函数:
NewsController->itemsAction()
GET 信息:
Array
(
    [do] => index
    [id] => 12
)
错误代码附近:
 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/news.ctl.php 56
1 NewsController->itemsAction() /home/www/samao/libs/sys/controller.class.php 172
2 Controller->doact() /home/www/Apps/Home/controls/news.ctl.php 20
3 NewsController->indexAction() /home/www/samao/samaophp.php 95
4 App::Run() /home/www/index.php 32