• I am getting same errors as previous one mentioned…you may have left a space or a syntax somewhere…please update the plugin if possible immd.

    Here is the error

    Warning: strpos() [function.strpos]: Empty delimiter in /home/trakin/public_html/wp-content/plugins/auto-tag/auto-tag.class.php on line 83

    Warning: strpos() [function.strpos]: Empty delimiter in /home/trakin/public_html/wp-content/plugins/auto-tag/auto-tag.class.php on line 83

    Warning: strpos() [function.strpos]: Empty delimiter in /home/trakin/public_html/wp-content/plugins/auto-tag/auto-tag.class.php on line 83

    Warning: strpos() [function.strpos]: Empty delimiter in /home/trakin/public_html/wp-content/plugins/auto-tag/auto-tag.class.php on line 83

    Warning: strpos() [function.strpos]: Empty delimiter in /home/trakin/public_html/wp-content/plugins/auto-tag/auto-tag.class.php on line 83

    Warning: strpos() [function.strpos]: Empty delimiter in /home/trakin/public_html/wp-content/plugins/auto-tag/auto-tag.class.php on line 83

    Warning: strpos() [function.strpos]: Empty delimiter in /home/trakin/public_html/wp-content/plugins/auto-tag/auto-tag.class.php on line 83

    Warning: strpos() [function.strpos]: Empty delimiter in /home/trakin/public_html/wp-content/plugins/auto-tag/auto-tag.class.php on line 83

    Warning: strpos() [function.strpos]: Empty delimiter in /home/trakin/public_html/wp-content/plugins/auto-tag/auto-tag.class.php on line 83

    Warning: strpos() [function.strpos]: Empty delimiter in /home/trakin/public_html/wp-content/plugins/auto-tag/auto-tag.class.php on line 83

    Warning: Cannot modify header information – headers already sent by (output started at /home/trakin/public_html/wp-content/plugins/auto-tag/auto-tag.class.php:83) in /home/public_html/wp-includes/pluggable.php on line 868

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • hey this is a warning I noticed in v. 0.4.2
    I am sure JF would work this out well. He just needs some time and am sure he will do something good. so no worries. just some time.

    If you open up the file (auto-tag/auto-tag.class.php) and go to line 83 you’ll find this line:

    if(strpos(strtolower($tag), strtolower($forbid))!==false)

    Change it to this:

    if(!empty($forbid) && strpos(strtolower($tag), strtolower($forbid))!==false)

    And it will work again.

    Niyas, fix works great for me, thanks!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Auto-tags] Getting errors with version 4.3’ is closed to new replies.