• Hi,

    Your plugin is fantastic. I just wanted to report some notices that are logged within debug.log:

    [30-Aug-2014 15:04:24 UTC] PHP Notice:  Undefined index: ant-spm-q in /home/userdir/public_html/wp-content/plugins/anti-spam/anti-spam.php on line 102
    [30-Aug-2014 15:04:24 UTC] PHP Notice:  Undefined index: ant-spm-q in /home/userdir/public_html/wp-content/plugins/anti-spam/anti-spam.php on line 105

    I know I could edit the file and apply my own fix, such as:

    if ( array_key_exists('ant-spm-q', $_POST) && trim( $_POST['ant-spm-q'] ) != date('Y') ) {

    or prefixing @ to suppress the notice, but I just wanted to bring it to your attention so that you could update your plugin (if you so choose) to execute without notices when debug mode is enabled.

    Thanks.

    https://wordpress.org/plugins/anti-spam/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thank you very much for your feedback.

    Can you share whole ‘anti-spam.php’ file with your fixes which does not raise warnings and notices?

    Thread Starter jumbo

    (@jumbo)

    Hi webvitaly, I’ve not been able to successfully reproduce it. I just noticed several references to the above within debug.log. I assume the array_key_exists or @ (at) error suppression symbol would be sufficient to quash it. Whether or not this is resolved isn’t really a huge deal as it doesn’t really interfere with anything or hinder Anti-Spam’s functionality.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FYI: PHP Notice: Undefined index: ant-spm-q’ is closed to new replies.