请求的控制器 father_urls0 没有定义

详细错误原因:

您请求访问控制器 father_urls0 的动作 index
但控制器 father_urls0 对应的类 Controller_father_urls0 没有定义。

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

解决:

请检查是否创建了 Controller_father_urls0 类的定义文件:

Controller/father/urls0.php

[Copy To Clipboard]


<?php

// Controller/father/urls0.php

class Controller_father_urls0 extends FLEA_Controller_Action
{

    function actionindex()
    {

    }
}


Exception: FLEA_Exception_MissingController
Message: 缺少控制器 "father_urls0".


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

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()