请求的控制器 Japanese 的动作 fatherurls1 没有定义

详细错误原因:

您请求访问控制器 Japanese 的动作 fatherurls1
但该控制器的类定义文件

/www/web/chikara/kyujin/public_html

中没有定义动作 fatherurls1 对应的方法 actionfatherurls1

调用参数 :
Array
(
    [controller] => Japanese
    [action] => <!--{$father_urls[1]}-->
)

解决:

请检查文件

/www/web/chikara/kyujin/public_html

中定义的 Controller_Japanese 类是否编写了 actionfatherurls1 方法。
[Copy To Clipboard]


<?php

// 

class Controller_Japanese extends FLEA_Controller_Action
{

    function actionfatherurls1()
    {

    }
}


Exception: FLEA_Exception_MissingAction
Message: 缺少控制器方法 "Japanese::fatherurls1()".


Filename: /www/web/chikara/kyujin/public_html/FLEA/FLEA/Dispatcher/Simple.php [77]
#3 FLEA_Dispatcher_Simple::_executeAction('Japanese', 'fatherurls1', 'Controller_Japanese')

Filename: /www/web/chikara/kyujin/public_html/FLEA/FLEA.php [816]
#2 FLEA_Dispatcher_Simple::dispatching()

Filename: /www/web/chikara/kyujin/public_html/index.php [12]
#1 FLEA::runMVC()