MyBB Community Forums

Full Version: After upgrade mybb new version problem in admin panel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://prntscr.com/q0oy0d

check screensort
The errors are due to php 7.3

Try using latest version of google SEO plugin. For the pagemanager plugin you need to post in that plugin's support thread.
As of PHP 7.2, using undefined constants, or say unquoted strings, will trigger a warning: https://www.php.net/manual/en/migration7...ed-strings

OP can manually add something like defined("THIS_SCRIPT") && in an if-control.