MyBB Community Forums

Full Version: [F] space in guid makes version check stop working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I had 2 mods with a space in the guid ('Active Users' and 'MyBB SEO'). This made the version check return an error, because not all info is sent to the server.
I solved this by trim()ing the guid before it enters the if-statement on line 43 of admin/modules/config/plugins.php.
I already fixed that problem in my plugin
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.