![]() |
[Rejected] Upgrade 1.6.x into beta 3 - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Development (https://community.mybb.com/forum-161.html) +--- Forum: MyBB 1.8 Development (https://community.mybb.com/forum-165.html) +---- Forum: 1.8 Bugs and Issues (https://community.mybb.com/forum-157.html) +----- Forum: Rejected (https://community.mybb.com/forum-184.html) +----- Thread: [Rejected] Upgrade 1.6.x into beta 3 (/thread-158143.html) |
Upgrade 1.6.x into beta 3 - glover - 2014-08-27 Howdy. After upgrade testing forum from version 1.6.x into beta 3(mybb 1.8) i had a blank white page with http 500 request when i login into ACP. Idk what's happen, but when i tested first beta all was been ok. RE: Upgrade 1.6.x into beta 3 - Euan T - 2014-08-27 Can you check your server error log? RE: Upgrade 1.6.x into beta 3 - glover - 2014-08-27
Thanks i fixed it, old plugin games not work correctly with this version MyBB. RE: Upgrade 1.6.x into beta 3 - Euan T - 2014-08-27 Ah, the pluginSystem::run_hooks_by_ref() method has been deprecated for a while and was finally removed in MyBB 1.8. Plugin authors need to update their plugins. RE: Upgrade 1.6.x into beta 3 - JordanMussi - 2014-08-27 Anyway, shouldn't we stop plugins from loading in the installer? They're bound to cause issues if administrators leave them activated. RE: Upgrade 1.6.x into beta 3 - Euan T - 2014-08-27 This issue is being reported in the ACP, not the installer. Plugins should be disabled there if not already. RE: Upgrade 1.6.x into beta 3 - glover - 2014-08-27 It will be good to disable custom modules for ACP plugins. RE: Upgrade 1.6.x into beta 3 - JordanMussi - 2014-08-27 Oops, missed that. Please excuse my incompetence. ![]() RE: Upgrade 1.6.x into beta 3 - StefanT - 2014-08-27 We advice people to deactivate plugins before upgrades... http://docs.mybb.com/1.8/install/upgrade/#preparing-for-your-upgrade RE: Upgrade 1.6.x into beta 3 - glover - 2014-08-27 Deactivate plugins not resolve this problem. Only delete from admin/modules can resolve it. |