Hey there. My Oxwall site is hosted on Bluehost, which has had a slew of issues when it comes to updating the PHP version to 5.4 and properly updating to 1.8+ of Oxwall. This included me updating my server PHP version via .htaccess handlers, making my .htaccess file non-writeable, and other steps. However, I'm getting stuck and help is much appreciated. I included all steps taken up till now.
Process:
1. Updated .htaccess handlers to PHP 5.6 (Bluehost has 5.4 and 5.6 available only)
2. Set .htaccess permissions to 404 so it couldn't be overwritten by updates.
3. Disabled all third-party plugins.
4. Set theme to default theme.
5. Enabled Maintenance Mode.
6. Enabled DEBUG Mode.
7. Manually uploaded 1.8.3 update pack.
8. Navigated to sitename.com/ow_updates to verify update.
9. Error: "Column not found: 1054 Unknown 'key' in 'field list' (see attached error1.png screenshot).
10. Searched Oxwall forums for information, found this thread.
11. Compared base_theme and base_plugin databases to separate working 1.8.3 install on server and found the same columns missnamed/missing. Renamed/added columns.
12. Site starts working, but when I attempt to go into the Admin panel area, new error: SQLSTATE[42000]: Syntax error or access violation: 1064 (see attached error2.png screenshot).
13. Oddly, in a separate window where the Admin panel was already loaded, I refreshed (Ctrl-R) and I can access it (see error3.png screenshot). But initially getting to it is still a problem.
* I have Amazon S3 CDN and I briefly disconnected/connected it between steps 12 and 13, which may have resulted in the admin panel's current appearance. Otherwise, the admin panel works, but the URL sitename.com/admin leads to screenshot error2.png.
** Update to the first asterisk: This was not the case. See this reply:
https://developers.oxwall.com/forum/topic/47600?page=1#post-184532
14. I re-installed the Cache Cleaner Extreme plugin and ran it. No change.
Currently at a bit of a standstill and any assistance is greatly appreciated. Thank you!