Welcome to vbmods.rocks! Get FREE and paid vBulletin mods, plugins, addons, API extensions, custom modules, custom BB Codes, vBCloud mods, CORE hacks, JS hacks, custom coding by Glenn, an ex-vBulletin Developer. You must register before you can post, download the files or copy the code from the free plugins.
Most of the vBulletin 5 mods here in vBMods.rocks should work with vBulletin 6 but it's not a guarantee due to unforeseen frontend and backend changes introduced in vBulletin 6. We have tested the compatibility for some of the mods here. Please check the compatibility list here.
Hi Glenn
I'm trying to upgrade vbulletin to 6.0.7
but I got this whole list of fixes that appears in the pictures
How can I fix all of this to upgrade?
As the software manufacturer is not able to make a script that you can run automatically (with the identification, thats there own old files), you need to remove all (what is really from vbulletin) from the server manually.
Did you read my post or the info that vbulletin upgrade routine gave you?
The most are old files, that vbulletin dont need anymore (because of changing of something and/or new file versions).
You can ignore that too (not recommended) and just click on "confirm".
What forumreg said is correct. Did you mean when you click the Confirm button it literally does nothing and does not redirect to the next page? Is there no error message displayed on the page? Check for possible errors in the Javascript console (F12 > Console tab)
Hi Glenn
When I pressed the confirm button, the button to run the installation did not work
The only way to be able to upgrade, I had to delete all the addons so that's when I was able to upgrade
I put all the addons back, but I couldn't do it until I uninstalled them
It's odd that mods would prevent from starting the upgrade process. Even if mods are incompatible, it should not prevent from upgrading the forum. Is it all mods (including mine)? If mods indeed prevents the upgrade, it might be helpful if you just disable hooks globally instead of uninstalling each mod.
You can do that either by setting this setting in the config.php. Uncomment by removing the // in front of it.
PHP Code:
define("DISABLE_HOOKS", true);
Or by setting AdminCP > Settings > Options > Products/Hook System > Enable Hook System > No.
Comment