请求的控制器 grdlhtm 没有定义

详细错误原因:

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

调用参数 :
Array
(
    [controller] => grdl.htm
)

解决:

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

Controller/grdlhtm.php

[Copy To Clipboard]


<?php

// Controller/grdlhtm.php

class Controller_grdlhtm extends FLEA_Controller_Action
{

    function actionindex()
    {

    }
}


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


Filename: /var/www/vhosts/acty-b.com/subdomains/staff/httpdocs/FLEA/FLEA/Dispatcher/Simple.php [77]
#3 FLEA_Dispatcher_Simple::_executeAction('grdlhtm', 'index', 'Controller_grdlhtm')

Filename: /var/www/vhosts/acty-b.com/subdomains/staff/httpdocs/FLEA/FLEA.php [816]
#2 FLEA_Dispatcher_Simple::dispatching()

Filename: /var/www/vhosts/acty-b.com/subdomains/staff/httpdocs/index.php [11]
#1 FLEA::runMVC()