Title: Error creating First  Backup
Last modified: August 22, 2016

---

# Error creating First Backup

 *  [faizi4u](https://wordpress.org/support/users/faizi4u/)
 * (@faizi4u)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-creating-first-backup/)
 * Hello there i am new user of wordpress. I have just installed your plugin and
   on very first click Make a backup it said to “Make a Backup” firs weh i click
   on it i got the error in backup by saying look on backup page or contact support.
   Please any can guide me steps how to do that.
    i am also have these [errors](http://prntscr.com/5vkvao)
 * [https://wordpress.org/plugins/better-wp-security/](https://wordpress.org/plugins/better-wp-security/)

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [dwinden](https://wordpress.org/support/users/dwinden/)
 * (@dwinden)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-creating-first-backup/#post-5700490)
 * In order for iTSec to zip the resulting .sql backup file it needs the WordPress“
   PclZip” class. So it tries to perform a require on the wp-admin/includes/class-
   pclzip.php file.
 * You can try and disable “Compress Backup Files” under the Settings tab,
    “Database
   Backups” section. Save the settings and then retry making a new backup.
 * dwinden
 *  Thread Starter [faizi4u](https://wordpress.org/support/users/faizi4u/)
 * (@faizi4u)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-creating-first-backup/#post-5700533)
 * thanks for your early reply dwinden. tried according to your instructions. But
   this time get error “[Security Error](http://prntscr.com/5vx736)”
 *  [dwinden](https://wordpress.org/support/users/dwinden/)
 * (@dwinden)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-creating-first-backup/#post-5700545)
 * You can make a one-time-backup from 2 different places in the iTSec plugin:
 * 1. The most obvious, from the Backups tab or Backups menu option.
    Simply clicking
   on the “Create Database Backup” button will start a one-time-backup. My guess
   is that this is where you now get the “Security error!”.
 * 2. From the “Important First Steps” popup screen. Go to the iTSec Dashboard menu
   option and then click at the top right of the screen on the “Show Intro” link.
   Then simply click on the “Make a backup” button from the popup screen.
 * The above assumes you are trying to make a **one-time-backup** and NOT a scheduled
   backup.
 * If you indeed get the “Security error!” using option 1, try option 2.
    You probably
   wonder what’s the difference ?
 * The resulting backup is identical BUT option 1 starts a one-time-backup by submitting
   a **FORM** while option 2 starts a one-time-backup by using an **AJAX** request.
   
   There is an extra check (which in your env results in the “Security error!”) 
   done in the code of the FORM method compared to the code of the AJAX request 
   method.
 * This is just a quick workaround to (hopefully) be able to make a one-time-backup.
   
   This post does not answer why the extra check fails in the code of the FORM method(
   You seem to have other issues which might be related…)
 * dwinden
 *  Thread Starter [faizi4u](https://wordpress.org/support/users/faizi4u/)
 * (@faizi4u)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-creating-first-backup/#post-5700557)
 * thanks **dwinden** this tip works fine. One more thing i want to now how to change
   the autobackup mail id. or where to see the email id where backup files sending?
 *  [dwinden](https://wordpress.org/support/users/dwinden/)
 * (@dwinden)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-creating-first-backup/#post-5700560)
 * Go to Settings tab, Global Settings (first) section.
 * Backup Delivery Email
 * dwinden
 *  [dwinden](https://wordpress.org/support/users/dwinden/)
 * (@dwinden)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-creating-first-backup/#post-5700703)
 * If your issue is resolved please mark this topic as ‘resolved’.
 * dwinden
 *  [Jonathan-mitton](https://wordpress.org/support/users/madjackmitton/)
 * (@madjackmitton)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-creating-first-backup/#post-5700706)
 * Hi. I’m having the same issues as above with backing up and get the ‘Security
   error!’ message. Im also unable to locate the ‘Important first steps’ pop up 
   to use that message as mentioned by Dwinden. Any advice gratefully received
 *  [Jonathan-mitton](https://wordpress.org/support/users/madjackmitton/)
 * (@madjackmitton)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-creating-first-backup/#post-5700707)
 * Method, not ‘message’ apologies
 *  [dwinden](https://wordpress.org/support/users/dwinden/)
 * (@dwinden)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-creating-first-backup/#post-5700708)
 * In WP Dashboard click on the Security menu option added by the iTSec plugin.
   
   Then at the top right of the screen click on the “Show Intro” link.
 * dwinden
 *  [Jonathan-mitton](https://wordpress.org/support/users/madjackmitton/)
 * (@madjackmitton)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-creating-first-backup/#post-5700709)
 * Hi
    oh, that was easy! Unfortunatley I got: ‘Whoops. Something went wrong. Check
   the backup page or contact support.’ I have not got the zip file option selected
   in the backups section. Not sure what to do. Thanks for your help.
 *  [dwinden](https://wordpress.org/support/users/dwinden/)
 * (@dwinden)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-creating-first-backup/#post-5700710)
 * Before the backup is started the iTSec plugin tries to get a file lock.
    It might
   be the file lock creation fails.
 * The file lock is actually a directory named backup.lock and it is by default 
   created in the wp-content/uploads/ithemes-security/ directory.
 * After the backup is completed the file lock is (normally) removed.
 * If the “Enable Scheduled Database Backups” checkbox is ticked in Settings tab\
   menu option “Database Backups” section first (temporarily) disable it and Save
   settings.
 * Then check the wp-content/uploads/ithemes-security/ directory for the file lock
   and if it exists try to manually delete it. Then retry making a backup.
 * If this solves your backup problem please mark this topic as “Resolved”.
 * dwinden
 *  [dwinden](https://wordpress.org/support/users/dwinden/)
 * (@dwinden)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-creating-first-backup/#post-5700715)
 * Are you using some sort of caching plugin in WP ?
    Please list ALL your activated
   plugins.
 * dwinden
 *  [Jonathan-mitton](https://wordpress.org/support/users/madjackmitton/)
 * (@madjackmitton)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/error-creating-first-backup/#post-5700716)
 * Hi
    I’ll get a list of all my plugins. I’ve actually turned the wp-better security
   plugin as I was getting a lot of white pages and internal server error messages
   which have ceased now. I have a feeling this could be due to my provider? Thanks
   for your help this far. I’ll have another go on monday.
 * all the best

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Error creating First Backup’ is closed to new replies.

 * ![](https://ps.w.org/better-wp-security/assets/icon.svg?rev=3529351)
 * [Kadence Security – Password, Two Factor Authentication, and Brute Force Protection](https://wordpress.org/plugins/better-wp-security/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/better-wp-security/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/better-wp-security/)
 * [Active Topics](https://wordpress.org/support/plugin/better-wp-security/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/better-wp-security/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/better-wp-security/reviews/)

## Tags

 * [backup error](https://wordpress.org/support/topic-tag/backup-error/)

 * 13 replies
 * 3 participants
 * Last reply from: [Jonathan-mitton](https://wordpress.org/support/users/madjackmitton/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/error-creating-first-backup/#post-5700716)
 * Status: not resolved