For now, the issue is solved, I completely removed all meta keys, and all other reference to spectra from the site’s database and then reinstalled spectra, and now it works.
Not sure what you mean here – all values like %spectra% in wp_posts and wp_postmeta?
Only from postmeta and transients, in my case there were some transients related to spectra, so I removed all transients directly from phpmyadmin, since I didn’t have access to admin in either case
DELETE FROM wp_options WHERE option_name LIKE ‘transient%’ OR option_name LIKE ‘site_transient%’;
Then
DELETE FROM wp_options WHERE option_name LIKE ‘%updater%’; in the hope there were hung updates
And then
DELETE FROM wp_options WHERE option_name LIKE ‘%spectra%’ OR option_name LIKE ‘%uag%’;
I’m not saying it’s going to work in your case, too.. this is what helped me.
Then afterwards I just reinstalled spectra and activated it, it’s all good.
I just used wp-optimise to remove ALL transients and it seems to have worked. I changed the folder name of /ultimate-addons-for-gutenberg to /ultimate-addons-for-gutenberg-1-broken to enable my access to the dashboard. This made SPectra inactive. THen i removed the transients options and then renamed the folder back to ultimate-addons-for-gutenberg – then activated Spectra and it all seems to work. However, I have absolutely NO nada zilch idea as to what happened so i would still be grateful for the Spectra support to enlighten me.
I had the same problem and solved it by renaming the ultimate-addons-for-gutenberg folder, deleting Transients and re-enabling the Spectra plugin. It works now, but the problem appeared this morning on some pages and different servers.
I hope it doesn’t happen again.
-
This reply was modified 8 months, 1 week ago by
spletster.