I get the error:
"Empty delimiter in /sites/all/modules/feedapi_itemfilter/keyword_filter/feedapi_keyword_filter.module on line 109"
when refreshing/parsing a feed.
I get the error:
"Empty delimiter in /sites/all/modules/feedapi_itemfilter/keyword_filter/feedapi_keyword_filter.module on line 109"
when refreshing/parsing a feed.
Comments
Comment #1
cerup commentedOk seems the error was due to a ',' at the end of the filters without a term after it. Removing a trailing ',' (comma) fixed it.