Joomla 3.10.9
I updated a simple Joomla 3 site to v.547. When I switched the php version to 8.0, the site would no longer load and I received the following error messages.
Frontend:
0 - Unknown named parameter $title
Backend in Themler:
0 - Too few arguments to function errorHandlerPreviewTheme(), 4 passed and exactly 5 expected
I switched it back to php 7.4 and everything works again.
WordPress 6.0
I also updated a simple WordPress 6.0 site to v.547. I switched the site to php version to 8.0 and so far everything appears to be working, but is still generating PHP warning messages.
PHP Warnings
PHP Warning: Trying to access array offset on value of type null in /home/XXXX/public_html/wp-content/plugins/themler-core/shortcodes/shortcodes-effects.php on line 302
PHP Warning: Cannot modify header information - headers already sent in /home/XXXX/public_html/wp-content/themes/XXXX/functions.php on line 4
PHP Warning: Trying to access array offset on value of type null in /home/XXXX/public_html/wp-content/plugins/themler-core/shortcodes/shortcodes-effects.php on line 291
PHP Warning: Undefined array key "post" in /home/XXXX/public_html/wp-content/themes/XXXX/export/export.php on line 294
PHP Warning: A non-numeric value encountered in /home/XXXX/public_html/wp-content/themes/XXXX/export/editorHelper.php on line 406
**Joomla 3.10.9**
I updated a simple Joomla 3 site to v.547. When I switched the php version to 8.0, the site would no longer load and I received the following error messages.
Frontend:
0 - Unknown named parameter $title
Backend in Themler:
0 - Too few arguments to function errorHandlerPreviewTheme(), 4 passed and exactly 5 expected
I switched it back to php 7.4 and everything works again.
**WordPress 6.0**
I also updated a simple WordPress 6.0 site to v.547. I switched the site to php version to 8.0 and so far everything appears to be working, but is still generating PHP warning messages.
**PHP Warnings**
PHP Warning: Trying to access array offset on value of type null in /home/XXXX/public_html/wp-content/plugins/themler-core/shortcodes/shortcodes-effects.php on line 302
PHP Warning: Cannot modify header information - headers already sent in /home/XXXX/public_html/wp-content/themes/XXXX/functions.php on line 4
PHP Warning: Trying to access array offset on value of type null in /home/XXXX/public_html/wp-content/plugins/themler-core/shortcodes/shortcodes-effects.php on line 291
PHP Warning: Undefined array key "post" in /home/XXXX/public_html/wp-content/themes/XXXX/export/export.php on line 294
PHP Warning: A non-numeric value encountered in /home/XXXX/public_html/wp-content/themes/XXXX/export/editorHelper.php on line 406
Last edited 17 June 2022 by AKSearch