• Resolved objectifweb

    (@objectifweb)


    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://www.ads-software.com/plugins/wp-database-backup/

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    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

    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.