模版文件不存在,请检查,当前模版文件路径:view//home/category/index.phtml

错误位置

D:\wwwroot\clxs123\wwwroot\lastphp\core\View.class.php LINE: 401

389             View::throwException("包含的模版文件不存在:" . $file);
390         }
391         
392         $view = new View();
393         $file = $view->compile($file);
394 
395         return $file;
396         
397     }
398     
399     //抛出异常
400     static function throwException($message){
401         Error::throwException($message);
402     }
403     
404     
405 }