Dinho78
Member
Posted 2 years ago #
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/
Dinho78
Member
Posted 2 years ago #
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?)
christo.ebe
Member
Posted 2 years ago #
Does a space in "remove tags" field help resolve the problem? I am getting this problem too.
Dinho78
Member
Posted 2 years ago #
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.
christo.ebe
Member
Posted 2 years ago #
version 0.4.3 has been released. anyone has checked it out?
Dinho78
Member
Posted 2 years ago #
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.
Niyas80
Member
Posted 2 years ago #
To fix it, change line 83 in auto-tag/auto-tag.class.php to: if(!empty($forbid) && strpos(strtolower($tag), strtolower($forbid))!==false)