This topic is locked
[SOLVED]

PHP8.1 and PHP version 8.0

12/20/2022 6:50:58 AM
PHPRunner General questions
K
kenny_robb author

Just tried building and deploying a project using phprunner v8.1 and got the following errors

Warning: Undefined array key "language" in /home3/akrprod1/public_html/thedivision/phpv8/include/commonfunctions.php on line 2932

Warning: Trying to access array offset on value of type null in /home3/akrprod1/public_html/thedivision/phpv8/connections/ConnectionManager.php on line 160

Warning: Trying to access array offset on value of type null in /home3/akrprod1/public_html/thedivision/phpv8/connections/ConnectionManager.php on line 161

Warning: Attempt to read property "conn" on null in /home3/akrprod1/public_html/thedivision/phpv8/include/appsettings.php on line 504

Fatal error: Uncaught Error: Call to a member function isAddPageEvents() on null in /home3/akrprod1/public_html/thedivision/phpv8/classes/runnerpage.php:3221 Stack trace: #0 /home3/akrprod1/public_html/thedivision/phpv8/menu.php(66): RunnerPage->addCommonJs() #1 {main} thrown in /home3/akrprod1/public_html/thedivision/phpv8/classes/runnerpage.php on line 3221

I am using justhost with phpv8.0 and mysql

I am guessing that phprunner v8.1 is not supporting phpv8

mbintex 12/20/2022

As to my knowledge you will need PHPRunner 10.8 for running on PHP 8.1.

admin 12/20/2022

You need PHPRunner 10.8 to support PHP 8.1.

K
kenny_robb author 12/20/2022

Thanks I suspect so