控制器 About2 中缺少方法 abouthtml

您看到这个错误页面是因为在控制器类 About2Controller 中没有定义方法 abouthtml

解决:实现 abouthtml 方法:

<?php
class About2Controller
{
    function abouthtml() {

    }
}
?>

提示:该页面内容来自/usr/home/nhlida.com.cn/www/libs/FLEA/Errors/ChineseSimplified-GB2312/MISSING_ACTION.php 文件。您可以修改该页面以显示定制的错误信息。

应用程序执行上下文:
#0 /usr/home/nhlida.com.cn/www/libs/FLEA/StdLibs.php(665): require(string)
#1 /usr/home/nhlida.com.cn/www/libs/FLEA/Dispatcher/Simple.php(47): throw_error(string, string, string)
#2 /usr/home/nhlida.com.cn/www/libs/FLEA/FLEA.php(140): FLEA_Dispatcher_Simple->dispatching(array)
#3 /usr/home/nhlida.com.cn/www/index.php(8): run()
#4 {main}