Forums
-
- Forum
- Posts
-
- Installation
- 28,398
- Troubleshooting
- 62,313
- Themes
- 10,391
- Plugins
- 15,314
- Requests & Feedback
- 14,932
- Showcase
- 3,253
-
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);