warning: Invalid argument supplied for foreach() in ...\sites\all\modules\emfield\emfield.module on line 572.
-> error location: http:// ... /rss.xml
(same issue in 5.x-1.2 on different code line)
any ideas?
warning: Invalid argument supplied for foreach() in ...\sites\all\modules\emfield\emfield.module on line 572.
-> error location: http:// ... /rss.xml
(same issue in 5.x-1.2 on different code line)
any ideas?
Comments
Comment #1
jaks1970 commentedSame issue here when I added the
tag to allowable tags in the feedapi settings. Would love a fix for this
Comment #2
jannalexx commentedFeedapi is here also...
but even if
<em>tag is filtered out the error still comes and goes<a> <b> <br> <dd> <dl> <dt> <i> <li> <ol> <p> <strong> <u> <ul>...Comment #3
funana commentedsame here, Line 534.
Comment #4
jannalexx commentedas far as i can remember line 534 error is in 5.x-1.2 version, 572 is in 5.x-1.x-dev
Comment #5
funana commentedconfirmed.
Comment #6
reikiman commentedI'm getting this message to.
The defensive coding approach to this is to surround the foreach(){} with
But is there a deeper question about if/when/why does $type['fields'] not be an array?
Comment #7
alex ua commentedIs this still happening on Dev? I know that there was a problem with the way the youtube provider file dealt with rss that caused a similar issue, though I can't recall if we fixed for both 5.x and 6.x versions.
Comment #8
mhd commentedsubscribe.
Comment #9
alex ua commentedAs far as I can tell, this is not a problem with any of the current dev versions. Closing.