Modification in aq_options erased a part of my site
-
Hi,
My WP theme contains a slider on the home page. This slider is customized in the theme’s options. I gave a long title to one of the slide which made it impossible to delete or modify afterwards: the long title made the arrow that can open the slide’s options disappear.
This title is stored in the wp_options. I tried to shorten it by modifying it in the database:
In PHP MySQL, I chose wp_options/aq_options. I clicked on “modify” which opened a new window with all the info stored in aq_options. I shortened the title and clicked on “execute”.Then all the customized items disappeared: the logo, the slider, the widgets, the access to the English version of the site, the sidebars…
The only thing I modified was the long title. Here is the before and after (look for “Enregistrement des Golberg”):
Before:
{s:5:"order";s:1:"3";s:5:"title";s:58:" Enregistrement des Goldberg en vente en ligne maintenant!";s:3:"url";s:67:"https://davidjalbert.com/dev/wp-content/uploads/2012/03/slider04.jpg";s:4:"link";s:27:"?post_type=portfolio&p=1450";s:11:"description";s:267:"<a href="?post_type=portfolio&p=1450">L''enregistrement des Variations Goldberg</a> de Bach par David Jalbert est maintenant disponible en primeur en ligne, sur le magasin iTunes et autres sites. Le disque lui-même sera disponible en magasin à compter du 27 mars.";s:5:"embed";s:0:"";}}
After:
{s:5:"order";s:1:"3";s:5:"title";s:58:"Enregistrement des Goldberg";s:3:"url";s:67:"https://davidjalbert.com/dev/wp-content/uploads/2012/03/slider04.jpg";s:4:"link";s:27:"?post_type=portfolio&p=1450";s:11:"description";s:267:"<a href="?post_type=portfolio&p=1450">L'enregistrement des Variations Goldberg</a> de Bach par David Jalbert est maintenant disponible en primeur en ligne, sur le magasin iTunes et autres sites. Le disque lui-même sera disponible en magasin à compter du 27 mars.";s:5:"embed";s:0:"";}}
What did I do wrong?
Is there a way to revert to the previous version?Thank you for you help!
- The topic ‘Modification in aq_options erased a part of my site’ is closed to new replies.