Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi,

    Could you try checking for a plugin conflict? Deactivate all other plugins and see if that helps. If it does help, then reactivate the plugins one at a time to find the culprit(s), if any.

    Thanks,

    Gerroald

    I’ve tried to disable all other plugins in my multisite install and changed the theme temporarily to the default TwentyFourteen theme but still get the “Security error!” message.

    I’ve tracked the error to line 752 in modules/free/backup/class-itsec-backup-admin.php in the function save_network_options. Apparently, the ! wp_verify_nonce( $_POST[‘_wpnonce’], ‘security_page_toplevel_page_itsec_settings-options’ ) fails and the message is displayed and the backup is immediately cancelled.

    Hi,

    Thanks for sharing the information! I’ve informed the developer about this.

    Thanks,

    Gerroald

    Hi,

    @gabrewat – Are you able to check the value of $_POST?

    Thanks,

    Gerroald

    Using var_dump on $_POST (before the call to wp_verify_nonce) I got the following:

    array(3) { [“wp_nonce”]=> string(10) “6ca1810cba” [“_wp_http_referer”]=> string(60) “/wp-admin/network/admin.php?page=toplevel_page_itsec_backups” [“itsec_backup”]=> string(15) “one_time_backup” }

    Hope this helps.

    To fix the problem with DB backup you can try the solutions I have posted here:
    https://wordpress.org/support/topic/database-backup-error-cause-and-solution?replies=3

    Did anyone ever find a solution for this? I would love it if so.

    gabrewat, you’ve identified the problem, but have offered no solution 🙁

    If I use the Zip feature, I get a checkdir error when I go to unzip, but if don’t use the Zip feature, I’ll get an actual sql file which I can open and which appears to be fine, but I’m afraid to trust it because either way I still get the Security error! message.

    What can I do?

    dcutri, my last message to iThemes support was to help them with the problem I reported – I have yet to find the solution and still is a problem for me even after multiple plugin updates.

    Thanks, gabrewat. This would be such a great plugin if it actually worked the way it should.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Create Database backup not working’ is closed to new replies.