![]() |
Upgrading from 1.8.6 to 1.8.7 without losing hardcoded changes - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: Installation and Upgrades Support (https://community.mybb.com/forum-182.html) +--- Thread: Upgrading from 1.8.6 to 1.8.7 without losing hardcoded changes (/thread-191227.html) |
Upgrading from 1.8.6 to 1.8.7 without losing hardcoded changes - Monkeys - 2016-04-11
RE: Upgrading from 1.8.6 to 1.8.7 without losing hardcoded changes - .m. - 2016-04-11 you can run file verification tool & find the changed files of MyBB 1.8.6 download those files, compare with original files, note the changes run the upgrade [remember to backup database] , reapply the changes .. no need to worry about changes in the templates - they are not wiped out during the upgrade its better to try using Patches plugin for making changes in the MyBB source files .. RE: Upgrading from 1.8.6 to 1.8.7 without losing hardcoded changes - Monkeys - 2016-04-11 Hi .m., Thank you for your response. I'll look into Patches plugin for the future. For now, however, you mention "compare with original files" - one by one manually? Is there a tool that will do that? Additionally, where do you find the file verification tool and find the changed files for MyBB 1.8.6? Did you mean the changed files for 1.8.7? Thank you again. RE: Upgrading from 1.8.6 to 1.8.7 without losing hardcoded changes - .m. - 2016-04-11 file verification tool is available at tools & maintenance section of forum admin panel. suggestion is to run it for your current version of MyBB to find the changed files. MyBB 1.8.6 original files pack available here => mybb_1806.zip files can be compared by using a software utility (eg. winmerge for windows OS) RE: Upgrading from 1.8.6 to 1.8.7 without losing hardcoded changes - Monkeys - 2016-04-11 Understood, thank you for your detailed answer, I appreciate it. Hi .m., Just to confirm, it turns out not so many of our files are changed but they all do look familiar and like files we've modified for whatever purposes; Can you confirm that once we update to 1.8.7 (or whenever we upgrade from one MyBB version to another), the only files that could be changed are the ones that show up in File Verification? It's not likely that other files will get modified by the update? In brief, the only files we'll have to worry about are the ones displayed in File Verification when proceeding with an update? Thank you! RE: Upgrading from 1.8.6 to 1.8.7 without losing hardcoded changes - .m. - 2016-04-11 ^ yes, you have to take care of the changed files shown at files verification (before doing upgrade to next version) in general, functions.php file is modified by Google SEO plugin other files might have been manually edited for some purpose .. RE: Upgrading from 1.8.6 to 1.8.7 without losing hardcoded changes - Monkeys - 2016-04-12 Thank you for your attentive assistance, I really appreciate it! Trying to mark as solved and I get "Please select a new status, user to assign the thread to, priority or category." |