I'm not sure if this is the correct forum, if not I apologize.
However, my host upgraded us to PHP 8.x and I was having issues logging in. They changed it back to PHP 7x and now I'm getting the following errors.
https://www.thebeyonceworld.com/photos/
Fatal error: Uncaught Error: Call to undefined function json_decode() in /home2/beyonce/public_html/photos/include/upgrader.inc.php:23 Stack trace: #0 /home2/beyonce/public_html/photos/include/functions.inc.php(4388): CPG_Updater->__construct(true) #1 /home2/beyonce/public_html/photos/include/functions.inc.php(4428): cpg_has_updates() #2 /home2/beyonce/public_html/photos/include/themes.inc.php(2499): cpg_alert_dev_version() #3 /home2/beyonce/public_html/photos/include/themes.inc.php(1547): theme_display_message_block() #4 /home2/beyonce/public_html/photos/index.php(1110): pageheader('Home') #5 {main} thrown in /home2/beyonce/public_html/photos/include/upgrader.inc.php on line 23
Is there a way to save my gallery without starting over?
Your host has a crippled configuration of PHP 7 that doesn't include the most used modules. Either have them correct that or return to PHP 8 and we'll address the issues that you have with that.
They seem to have fixed it. Thank you for the reply.