小白寻求老师帮忙看看这是什么问题希望能够远程帮忙
PHP5.6显示
[](
```
:(
syntax error, unexpected '?'
错误位置
FILE: /home/www/1/guidang/Application/Admin/Controller/IndexController.class.php LINE: 135
ThinkPHP3.2.3 { Fast & Simple OOP PHP Framework } -- [ WE CAN DO IT JUST THINK ]
```)
PHP7.3显示这个代码
```
:(
WRONGPASS invalid username-password pair or user is disabled.
错误位置
FILE: /home/www/1/guidang/ThinkPHP/Library/Think/Cache/Driver/Redis.class.php LINE: 50
TRACE
#0 /home/www/1/guidang/ThinkPHP/Library/Think/Cache/Driver/Redis.class.php(50): Redis->auth('Aa123456..')
#1 /home/www/1/guidang/ThinkPHP/Library/Think/Cache.class.php(42): Think\Cache\Driver\Redis->__construct(Array)
#2 /home/www/1/guidang/ThinkPHP/Library/Think/Cache.class.php(59): Think\Cache->connect('Redis', Array)
#3 /home/www/1/guidang/ThinkPHP/Common/functions.php(1102): Think\Cache::getInstance()
#4 /home/www/1/guidang/Application/Admin/Controller/CommonController.class.php(57): S('DB_CONFIG_DATA')
#5 /home/www/1/guidang/Application/Admin/Controller/CommonController.class.php(17): Admin\Controller\CommonController->get_global_config()
#6 /home/www/1/guidang/ThinkPHP/Common/functions.php(681): Admin\Controller\CommonController->__construct()
#7 /home/www/1/guidang/ThinkPHP/Library/Think/App.class.php(89): controller('Index', '')
#8 /home/www/1/guidang/ThinkPHP/Library/Think/App.class.php(204): Think\App::exec()
#9 /home/www/1/guidang/ThinkPHP/Library/Think/Think.class.php(120): Think\App::run()
#10 /home/www/1/guidang/ThinkPHP/ThinkPHP.php(97): Think\Think::start()
#11 /home/www/1/guidang/index.php(35): require('/home/www/1/gui...')
#12 {main}
ThinkPHP3.2.3 { Fast & Simple OOP PHP Framework } -- [ WE CAN DO IT JUST THINK ]
```
切换成PHP8.1显示这个代码
```
:(
Cannot acquire reference to $GLOBALS
错误位置
FILE: /home/www/1/guidang/ThinkPHP/Common/functions.php LINE: 331
ThinkPHP3.2.3 { Fast & Simple OOP PHP Framework } -- [ WE CAN DO IT JUST THINK ]
```