Title: Error in your script
Last modified: August 22, 2016

---

# Error in your script

 *  Resolved [objectifweb](https://wordpress.org/support/users/objectifweb/)
 * (@objectifweb)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/error-in-your-script/)
 * Hello,
 * I installed a plugin that showed signs of malfunction and technical support intervened.
   He found an error in your plugin that was a problem.
 * line 38 to includes/admin/class-wpdb-admin.php :
 * Before : if(($_GET[‘page’]=”wp-database-backup” && $_GET[‘action’]==”unlink”))
   
   After : if ($_GET[‘page’]==”wp-database-backup” && $_GET[‘action’]==”unlink”)
 * Have a nice day
    Patrick
 * [https://wordpress.org/plugins/wp-database-backup/](https://wordpress.org/plugins/wp-database-backup/)

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

 *  [Prashant Walke](https://wordpress.org/support/users/walkeprashant/)
 * (@walkeprashant)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/error-in-your-script/#post-5186313)
 * Hi Patrick,
 * I have check code and seen it’s not affect on working.
 * WP-Database backup plugin working on properly my test server.
 * Can you let us know your issue in more detail so that we can analyze.
 *  [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/error-in-your-script/#post-5186354)
 * Your comparison operator is missing the other equal sign. You probably just did
   not see that, but here is some useful info below for anyone else who wants to
   know the difference.
 * > The basic assignment operator is “=”. Your first inclination might be to think
   > of this as “equal to”. Don’t. It really means that the left operand gets set
   > to the value of the expression on the right (that is, “gets set to”).
 * = means – see above explanation – Assignment Operator
    == means equal to – Comparison
   Operator === means identical to – Comparison Operator
 *  [Prashant Walke](https://wordpress.org/support/users/walkeprashant/)
 * (@walkeprashant)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/error-in-your-script/#post-5186364)
 * Hi,
 * Thanks very much for your feedback and let us know issue.
 * I have observed that this error affect on other plugin working.
 * So that I have fixed this issue and release new version.
 * Have Nice Day!
    Prashant

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

The topic ‘Error in your script’ is closed to new replies.

 * ![](https://ps.w.org/wp-database-backup/assets/icon-256x256.png?rev=2838048)
 * [WP Database Backup - Unlimited Database & Files Backup by Backup for WP](https://wordpress.org/plugins/wp-database-backup/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-database-backup/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-database-backup/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-database-backup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-database-backup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-database-backup/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Prashant Walke](https://wordpress.org/support/users/walkeprashant/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/error-in-your-script/#post-5186364)
 * Status: resolved