Hi, after looking at the error message, it's pointing to a portion of code that controls widget overrides. Not exactly sure what that means, maybe a widget or an override setting got corrupted during the transfer. It could be easy to fix.
If you can provide me with FTP and log in information to your site I can ask the developers about it.
The difficult we do immediately, the impossible takes a little longer.
I have the same pb/issue...
When, in the transfert of the database, I change in the wp-options table, the url /var/www/vhosts/demo.org/httpdocs/ by /var/www/vhosts/production.org/httpdocs/ it is all mess up and i loose my overrides (13) . don't want to remake all of them at mano...
Is there a process to put a gantry WP website in production ?
Cinquieme saison
Quantiv theme Version 1.1
Gantry Template Framework Version 1.23
The process for moving a Wordpress site is the same for all installations, regardless of Gantry, usually it takes more than changing a URL in the database. See these links for more information.
So the issue is data serialization. When changing the domain name with a search and replace on the local dump, some of the data becomes corrupted because it stores character counts. This script does a great job of fixing that issue.
I imported the local dump to the production db and ran this script to do the search and replace on the domain name and low and behold all of my widgets came back!