Backup/Restore Error
-
Hello dear,
Thanks for your perfect plugin after a lot of research I find your plugin.I create a backup using Updraftplus and WordPress export.
After that I have problems because of W3 Total Cache so I restored the backup.Unfortunately not the pages the I created using pootle page builder not restored correctly.
The pages restored but without content, I tried to fix the pages using phpmyadmin and I found the table and the page and it was not empty.
I edit to the sql export and the WordPress export and I found the code.
I create a new page and added some data using pootle page builder, then I take the page ‘s ID and us it in sql queries like this:
SELECT *
FROMwp_posts
WHEREID
=382
LIMIT 0 , 30SELECT *
FROMwp_postmeta
WHEREpost_id
=382
ANDmeta_key
LIKE ‘panels_data’
LIMIT 0 , 30Then I replace the meta_value with the value in the sql export and the WordPress export.
After all of this unfortunately not work, there is a missing piece.
If I add one char to the meta_value the page will stop working but if I replace the chars with the same number of chars it is oK.So can you help me!?!?
Thanks for you and for the good plugin.
- The topic ‘Backup/Restore Error’ is closed to new replies.