Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,251
- Themes
- 10,390
- Plugins
- 15,309
- Requests & Feedback
- 14,897
- Showcase
- 3,252
-
Had the same error myself. After some debugging I found out that $tag is assigned a value where it shouldn’t.
These lines solved it (inserted as lines 28-29):
if (strlen($tag) == 0)
unset($tag);
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS