• Resolved thetooon

    (@thetooon)


    Pluging doesn’t work on pages, only on entries.

    Notice: Undefined index: form in …/wp-content/plugins/wp-spamfree/wp-spamfree.php on line 716
    Notice: Undefined index: REMOTE_HOST in …/wp-content/plugins/wp-spamfree/wp-spamfree.php on line 1106
    Notice: Undefined variable: ReverseDNS …/wp-content/plugins/wp-spamfree/wp-spamfree.php on line 1107
    Notice: Undefined variable: ReverseDNS in …/spamfree/wp-spamfree.php on line 1107
    Notice: Undefined variable: ReverseDNS in …/spamfree/wp-spamfree.php on line 1107
    Notice: Undefined variable: ReverseDNS in …/spamfree/wp-spamfree.php on line 1107
    Notice: Undefined index: form in …/spamfree/wp-spamfree.php on line 1157

    Any suggestions why?

    http://wordpress.org/extend/plugins/wp-spamfree/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter thetooon

    (@thetooon)

    There is no comment form on pages, only on entries.

    Thread Starter thetooon

    (@thetooon)

    Entries means posts.

    Thread Starter thetooon

    (@thetooon)

    Changed line 665 from
    if ( is_page() && ( !is_home() && !is_feed() && !is_archive() && !is_search() && !is_404() && comments_open()) ) {
    to
    if ( is_page() && ( !is_home() && !is_feed() && !is_archive() && !is_search() && !is_404() && comments_open()) ) {

    and add before 1157 additional check
    $content_new = $content; if (comments_open()) { }

    Thread Starter thetooon

    (@thetooon)

    Well, actually I forgot one more check in line 665 – if ( is_page() && ( !is_home() && !is_feed() && !is_archive() && !is_search() && !is_404() && !is_front_page() && comments_open()) ) {

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP-SpamFree Anti-Spam] Notice: Undefined index:’ is closed to new replies.