Forums

[Plugin: Auto-tags] Getting errors with version 4.3 (4 posts)

  1. armoks
    Member
    Posted 2 years ago #

    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/

  2. christo.ebe
    Member
    Posted 2 years ago #

    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.

  3. Niyas80
    Member
    Posted 2 years ago #

    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.

  4. Richard-B
    Member
    Posted 2 years ago #

    Niyas, fix works great for me, thanks!!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags