访问网页时提示http 500

使用1Panel部署魔方财务开心版,安装的时候都正常
安装后无法进入控制台
访问控制台的时候浏览器会提示http 500,查了一下后台日志,不知道发生了什么,谁能帮忙看一下咋了
源码是这个GitHub - aazooo/zjmf: 魔方财务和魔方云系统开心扩展 里面的zjmfmangerbetaV3.6.6,开心扩展是xjmf-main/ext/finance/php7.2
日志如下

172.18.0.1 -  26/Aug/2024:08:40:15 +0800 "GET /index.php" 500
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "NOTICE: PHP message: PHP Fatal error:  Uncaught Error: Using $this when not in object context in /www/sites/idc/index/vendor/thinkphp/library/think/Request.php:1951"
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "Stack trace:"
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "#0 /www/sites/idc/index/app/common/exception/Http.php(147): think\Request::module()"
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "#1 /www/sites/idc/index/app/common/exception/Http.php(86): app\common\exception\Http->fileError(Object(app\server\FileExistsExctption))"
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "#2 /www/sites/idc/index/vendor/thinkphp/library/think/Error.php(57): app\common\exception\Http->render(Object(app\server\FileExistsExctption))"
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "#3 [internal function]: think\Error::appException(Object(think\exception\ThrowableError))"
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "#4 {main}"
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "  thrown in /www/sites/idc/index/vendor/thinkphp/library/think/Request.php on line 1951"
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "NOTICE: PHP message: PHP Fatal error:  Uncaught Error: Using $this when not in object context in /www/sites/idc/index/vendor/thinkphp/library/think/Request.php:1951"
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "Stack trace:"
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "#0 /www/sites/idc/index/app/common/exception/Http.php(147): think\Request::module()"
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "#1 /www/sites/idc/index/app/common/exception/Http.php(86): app\common\exception\Http->fileError(Object(app\server\FileExistsExctption))"
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "#2 /www/sites/idc/index/vendor/thinkphp/library/think/Error.php(57): app\common\exception\Http->render(Object(app\server\FileExistsExctption))"
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "#3 /www/sites/idc/index/vendor/thinkphp/library/think/Error.php(91): think\Error::appException(Object(think\exception\ErrorException))"
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "#4 [internal function]: think\Error::appShutdown()"
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "#5 {main}"
[26-Aug-2024 08:40:15] WARNING: [pool www] child 44 said into stderr: "  thrown in /www/sites/idc/index/vendor/thinkphp/library/think/Request.php on line 1951"

部署环境:

  • debian-5.10.0-16-amd64

  • 1Panel(docker环境)

  • php7.2

  • mysql5.6