Apen / additional_reports

Useful information in the reports module : xclass, ajax, cliKeys, eID, general status of the system (encoding, DB, php vars...), hooks, compare local and TER extension (diff), used content type, used plugins, ExtDirect... It can really help you during migration or new existing project (to have a global reports of the system).
Other
12 stars 11 forks source link

Undefined array key "extConf" in xxx/additional_reports/Classes/Reports/Plugins.php line 43 #35

Closed WSBusch closed 1 year ago

WSBusch commented 1 year ago

When calling the report "Additional reports - plugins and content type" the error message appears

PHP Warning: Undefined array key "extConf" in /xxx/typo3conf/ext/additional_reports/Classes/Reports/Plugins.php line 43 $view->assign('extconf', unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['additional_reports']));

TYPO3 11.5.25 PHP 8.1 Extension 3.4.3

Is it possible that the extension is not yet PHP8 ready?

Apen commented 1 year ago

Yes, i need to work on this PHP 8.1 compat. Sorry, its on my todolist...

Apen commented 1 year ago

You can try with the last GIT version, i push some fixes.

WSBusch commented 1 year ago

In our case, everything is now working as it should. Thanks a lot