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