请求的控制器 llmstxt 没有定义

详细错误原因:

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

调用参数 :
Array
(
    [controller] => llms.txt
)

解决:

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

Controller/llmstxt.php

[Copy To Clipboard]


<?php

// Controller/llmstxt.php

class Controller_llmstxt extends FLEA_Controller_Action
{

    function actionindex()
    {

    }
}


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


Filename: /var/www/vhosts/l-porte.net/httpdocs/FLEA/FLEA/Dispatcher/Simple.php [77]
#3 FLEA_Dispatcher_Simple::_executeAction('llmstxt', 'index', 'Controller_llmstxt')

Filename: /var/www/vhosts/l-porte.net/httpdocs/FLEA/FLEA.php [816]
#2 FLEA_Dispatcher_Simple::dispatching()

Filename: /var/www/vhosts/l-porte.net/httpdocs/index.php [11]
#1 FLEA::runMVC()