• 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 *
    FROM wp_posts
    WHERE ID =382
    LIMIT 0 , 30

    SELECT *
    FROM wp_postmeta
    WHERE post_id =382
    AND meta_key LIKE ‘panels_data’
    LIMIT 0 , 30

    Then 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.

    https://www.ads-software.com/plugins/pootle-page-builder/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Ascker

    (@ascker)

    Hello again,
    I find that the problem was caused by the migrating process, because when the links that stored in meta_value replaced to the real website links.
    Any solution????
    Thanks for your help and for the perfect plugin.

    Plugin Contributor Jamie Marsland

    (@jamesmarsland)

    Hi,

    Many thanks for your feedback ??

    We’ll get our developers to look at this one and see if we can provide a solution in the next release,

    Many thanks,
    jamie

    Thread Starter Ascker

    (@ascker)

    Thanks a lot for your replay and for the plugin.

    Thread Starter Ascker

    (@ascker)

    I wish if you create a way to import/export or copy/paste the code, so it will be easier to backup code or copy it to an other website.
    Thanks a lot.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Backup/Restore Error’ is closed to new replies.