系统发生错误

[0] HttpException in Module.php line 97

控制器不存在:app\index\controller\Jie

  1. $this->app['hook']->listen('module_init');
  2. try {
  3. // 实例化控制器
  4. $instance = $this->app->controller($this->controller,
  5. $this->rule->getConfig('url_controller_layer'),
  6. $this->rule->getConfig('controller_suffix'),
  7. $this->rule->getConfig('empty_controller'));
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. $this->app['middleware']->controller(function (Request $request, $next) use ($instance) {
  12. // 获取当前操作名
  13. $action = $this->actionName . $this->rule->getConfig('action_suffix');
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in Module.php line 97
  2. at Module->exec() in Dispatch.php line 168
  3. at Dispatch->run() in App.php line 432
  4. at App->think\{closure}(object(Request), object(Closure), null)
  5. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  6. at Middleware->think\{closure}(object(Request))
  7. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  8. at Middleware->dispatch(object(Request)) in App.php line 435
  9. at App->run() in index.php line 24

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
REDIRECT_PATH_INFO jie/add.html
REDIRECT_STATUS 200
HTTP_ACCEPT */*
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_HOST forum.imcs.org.cn
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LD_LIBRARY_PATH /usr/local/apache/lib
SERVER_SIGNATURE
SERVER_SOFTWARE Apache/2.4.25 (Unix) PHP/5.6.13
SERVER_NAME forum.imcs.org.cn
SERVER_ADDR 172.18.126.101
SERVER_PORT 80
REMOTE_ADDR 18.219.236.62
DOCUMENT_ROOT /data/www/imcs/mystartbbs
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /data/www/imcs/mystartbbs
SERVER_ADMIN webmaster@forum.imcs.org.cn
SCRIPT_FILENAME /data/www/imcs/mystartbbs/index.php
REMOTE_PORT 15455
REDIRECT_URL /jie/add.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /jie/add.html
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1713931895.895
REQUEST_TIME 1713931895
Environment Variablesempty
ThinkPHP Constants
APP_PATH /data/www/imcs/mystartbbs/app/

[1] ErrorException in think_exception.tpl line 417

Uncaught exception 'think\exception\ErrorException' with message 'Use of undefined constant APPLICATION_VERSION - assumed 'APPLICATION_VERSION'' in /data/www/imcs/mystartbbs/thinkphp/tpl/think_exception.tpl:417
Stack trace:
#0 /data/www/imcs/mystartbbs/thinkphp/tpl/think_exception.tpl(417): think\Error::appError(8, 'Use of undefine...', '/data/www/imcs/...', 417, Array)
#1 /data/www/imcs/mystartbbs/thinkphp/library/think/exception/Handle.php(184): include('/data/www/imcs/...')
#2 /data/www/imcs/mystartbbs/thinkphp/library/think/exception/Handle.php(128): think\exception\Handle->convertExceptionToResponse(Object(think\exception\HttpException))
#3 /data/www/imcs/mystartbbs/thinkphp/library/think/exception/Handle.php(95): think\exception\Handle->renderHttpException(Object(think\exception\HttpException))
#4 /data/www/imcs/mystartbbs/thinkphp/library/think/Error.php(56): think\exception\Handle->render(Object(think\exception\HttpException))
#5 [internal function]: think\Error::appException(Object(think\exception\Ht

  1. </tbody>
  2. <?php } ?>
  3. </table>
  4. <?php } ?>
  5. </div>
  6. <?php } ?>
  7. <div class="copyright">
  8. <a title="ShopXO官网" href="http://www.folieyun.com"target="_blank">福利云FolieYUN 官网</a>
  9. <span><?php echo APPLICATION_VERSION; ?></span>
  10. <a title="ShopXO社区" href="http://www.folieyun.com" target="_blank" class="shopxo-ask">福利云FolieYUN 社区</a>
  11. <span>{ 国内领先企业级B2C免费开源电商系统! }</span>
  12. </div>
  13. <?php if(\think\facade\App::isDebug()) { ?>
  14. <script>
  15. var LINE = <?php echo $line; ?>;
  16. function $(selector, node){
  17. var elements;

Call Stack

  1. in think_exception.tpl line 417
  2. at Error::appShutdown()

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
REDIRECT_PATH_INFO jie/add.html
REDIRECT_STATUS 200
HTTP_ACCEPT */*
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_HOST forum.imcs.org.cn
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LD_LIBRARY_PATH /usr/local/apache/lib
SERVER_SIGNATURE
SERVER_SOFTWARE Apache/2.4.25 (Unix) PHP/5.6.13
SERVER_NAME forum.imcs.org.cn
SERVER_ADDR 172.18.126.101
SERVER_PORT 80
REMOTE_ADDR 18.219.236.62
DOCUMENT_ROOT /data/www/imcs/mystartbbs
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /data/www/imcs/mystartbbs
SERVER_ADMIN webmaster@forum.imcs.org.cn
SCRIPT_FILENAME /data/www/imcs/mystartbbs/index.php
REMOTE_PORT 15455
REDIRECT_URL /jie/add.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /jie/add.html
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1713931895.895
REQUEST_TIME 1713931895
Environment Variablesempty
ThinkPHP Constants
APP_PATH /data/www/imcs/mystartbbs/app/