MyBB Community Forums

Full Version: Warnings in php code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi community.

We run mybb 1.8.30 with php 8.1.2 and MySQLi 10.6.7.
The problem is, that we are getting a lot of warnings (not errors) of two types:

inc/plugins/phptpl.php
118
Warning
Undefined array key 2


global.php(559) : eval()'d code
4
Warning
Undefined variable $menu_date_time


Any idea/support highly appriciated.

Regards

Bodo
You need to downgrade your PHP version as per the install requirements you need to have PHP version that is greater than or equal to 5.2 OR less than 8.0. Smile

You can track 8.0 compatibility progress here: https://github.com/mybb/mybb/issues/4138
The OP has been advised of this already - and issues with the phptpl plugin.

https://community.mybb.com/thread-235671.html