MyBB Community Forums

Full Version: Merge update from 1.6.0 to 1.6.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well here is the thing, am using mybb 1.6.2 so when a tried to merge following the step Ive been given, when a go to mysite.com/forum/merge , told me that i needed to upgrade to version 1.6.1 but a did it and it keep saying that...i don't know what to do and am noob on this but not stupid so please dont tell me ''are you sure you did it right?'' yes im sure.

greetings and thanks!
Thats asking you to upgrade the merge system, not MyBB itself. When did you download the merge files? I thought Tim had already fixed the download. Please try downloading the merge system again (and re-uploading to your server), and if it doesn't help I'll get with Tim and see whats going on with the files - as well as tell you the tiny two line change to make it work. Thanks.
well i did what you told me and keeps saying my version is the 1600 instead of the 1601, so what now?
Ok, in index.php find:
$merge_version = "1.6.0";
$version_code = 1600;

And change it to:
$merge_version = "1.6.1";
$version_code = 1601;

And then run the merge system again. Thanks, and sorry.
Wow that was easy,thanks men ^-^
No problem.

Fixed index.php attached as well.