Open mambax7 opened 2 years ago
This has nothing to do with PHP 8.1
A table name specified in $modversion['tables']
does not have a corresponding table in the schema you are referencing.
This IS a bug in XMF, as this should have prompted an error, but there appears to also be something amiss in your module.
In PHP 8.1 I'm getting errors:
After adding
isset()
check as below, the warnings are gone: