Let me start of by saying that I have a heavily modded site and this happened to be one of my most difficult upgrades yet. This isnt my first rodeo by no means, but here were some of the most obvious things that happened to me. I hope this will help any of you that are having the same issues:
- First attempt - Upgrade failed because of the Nickname_3 field (of course commenting this line out fixed that)
- Bottom member bar disappeared
- Forum displayed a blank page
- Lost the arrows next to Advanced Settings in the Admin Panel
- Admin Panel > Builders > Page Builders would not load nothing on any page I chose
- Forum Language would NOT compile no matter what (once I fixed the blank page issue)
Here is what I did to fix all of these issues:
CLEAR YOUR CACHE FOLDERS
- To fix the Forum "Blank Page" issue - I took a copy of the modules/boonex/layout/uni folder and made a copy of it. Renamed this copy to my template name and re-uploaded it. I then edited the params.php file inside my new template folder and replaced 3 occurrences of the word 'uni' with my template name. Refreshed the forum and it then displayed, but the language was compiled.
**** NEXT Step fixed ALL other problems listed above****
I used MyPhpAdmin (in cPanel) to go into my database, then opened the sys_options table
I clicked the SQL Tab and ran the following query:
SELECT * FROM `sys_options` WHERE Name LIKE '%cache%';
I edited the following fields below and removed the 'On' from the value and left it blank (** Note: This will disable all caching for now)
sys_template_cache_enable
sys_template_cache_css_enable
sys_template_cache_js_enable
sys_db_cache_enable
sys_pb_cache_enable
I then cleared my /cache (except for .htaccess) and /cache_public directories. Reloaded my browser and everything worked again. Im still in the process of making sure everything on the site works, but I would say that I am at least 95% done.