MyBB Community Forums

Full Version: cannot browse archive after upgrade
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
We cannot browse archive page of the board after upgrading from 1.2.6 to 1.2.9 Can you help me please? How can I open "archive pages"?

We encounter with 404 not found! error.

I checked that there is a folder named "archive" and it also chmods 755. Please help...
Try the following; in archive/global.php find:

// define("ARCHIVE_QUERY_STRINGS", 1);

Replace with

define("ARCHIVE_QUERY_STRINGS", 1);
Oh, that's great! It works now. Thanks Tikitiki.. Smile