Thanks for the reply, I just double checked the logs, PHP log is just a huge thread of failures to load dynamic libraries from php5.4, the server is running 7.0.33 (I tried pushing it to 7.3 multiple times, but it won't stick, trying to get the admin to force it and turn off whatever php 5.4 libraries are trying to load). Stupid bluehost upgraded to a new cpanel, which is missing a good 80% of the controls in the old version.
The zenphoto error log only shows one thing:
<i>Methods with the same name as their class will not be constructors in a future version of PHP; ThemeOptions has a deprecated constructor in /home1/../public_html/themes/dl_zenpage/themeoptions.php on line 12</i>
The debug log shows this one error:
<i>EXCEPTION (8192): Methods with the same name as their class will not be constructors in a future version of PHP; google_analyticsOptions has a deprecated constructor in /home1/.../public_html/plugins/google_analytics.php on line 66
require_once called from setup_pluginOptions.php [22] </i>
google analytics is disabled BTW.. mod_rewrite is off for now as it was causing problems with the setup before and <i>Setup did not detect a working mod_rewrite facility</i> in options.
I did the upgrade following the instructions several times, deleting and replacing index.php, zp-core folder, and the default themes (running a custom copy which I kept around)
I remember setting it up locally on MAMP back in 2012, developing it there, the uploading to the web, but I'm pretty sure that computer is long gone by now! So just left with the online version.
My next option is making a copy of public_html as a backup, then totally cleaning it out and doing a fresh as fresh can get install of the new version, including a new MySQLi database, then a clean zenphoto install. My question is, what do I definitely need to keep to get the site running again?
Was going to save and transfer over:
1- My custom theme from themes folder (I spent several months building this)
2- A recent zenphoto database backup file (will this be enough to bring everything back with a blank new database?)
3- Uploaded folder
4- Albums Folder
5- Cache folder? (would save from having to re-generate smaller images again)
Does that sound like it would be enough to get everything transferred over to a clean install?