php8 fatal errors
Status: Beta
Brought to you by:
kootstra
Hello,
ProgramE version worked fine up to php7.4. With php8, the bot has several Fatal errors returned.
Example:
if (strtoupper($children[$randomc]["tag"]) == "LI")
returns
PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in D:\wamp\www\plus\bot\respond.php:801
Is anyone able to point us in the right direction on how to upgrade the script to be compatible with php8?
Thank you!