mybbgroup / CurvesUI

MyBB 1.9 concept theme for MyBB 1.8
https://www.curvesui.com/
MIT License
3 stars 3 forks source link

Included "Thread prefixes" plugin breaks ACP Plugins module when Google SEO is installed #11

Closed lairdshaw closed 4 months ago

lairdshaw commented 5 months ago

As reported here and solved here. Briefly: "Thread prefixes" unnecessarily declares $config as global in tpref_info(), and because $mybb->config is set to $config by reference in inc/init.php, when a string is assigned to $config in tpref_info(), $mybb->config becomes inaccessible as the array it is supposed to be by Google SEO in google_seo_plugin_status(), leading to a fatal error and the white screen of death on the plugin page.