Support » Plugins » [Plugin: Auto-tags] Buggy and a request

  • Warning: strpos() [function.strpos]: Empty delimiter in l/wp-content/plugins/auto-tag/auto-tag.class.php on line 82
    
    Warning: Cannot modify header information - headers already sent by (output started at /wp-content/plugins/auto-tag/auto-tag.class.php:82) in /public_html/wp-includes/pluggable.php on line 868

    The content does however get tagged nevertheless. I noticed the auto-tag.php doesn’t have a closing php tag, but didn’t seem to fix it. Also removed the empty space at the end of auto-tag.class.php but didn’t help either…suggestion?

    On another note. Would it be possible to automatically add a # to all tags when they get tagged?

    Thanks in advance

    http://wordpress.org/extend/plugins/auto-tag/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Dinho78

    (@dinho78)

    From googling around I found out that it happened because I left the ‘remove tags’ section empty. Adding some values there removed the error.

    Any suggestions for my other question? (Would it be possible to automatically add a # to all tags when they get tagged?)

    Does a space in “remove tags” field help resolve the problem? I am getting this problem too.

    Thread Starter Dinho78

    (@dinho78)

    Don’t know honestly. But if you can think of one word that you don’t want to show up, you can add that one.

    version 0.4.3 has been released. anyone has checked it out?

    Thread Starter Dinho78

    (@dinho78)

    Just tested 0.4.3 by removing the values for ‘remove tags’, but doing that unfortunately returned the error from the first post in this topic.

    To fix it, change line 83 in auto-tag/auto-tag.class.php to: if(!empty($forbid) && strpos(strtolower($tag), strtolower($forbid))!==false)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Auto-tags] Buggy and a request’ is closed to new replies.