I get this error warning after upgrading to feedapi 1.1
warning: Invalid argument supplied for foreach() in /modules/feedapi/feedapi.module on line 969
The feed does not update.
Apache 2.2.6 (Unix)
PHP 5.2.5
MySQL 5.0.45-community
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | variable.sql_.zip | 4.39 KB | lbarrioc |
Comments
Comment #1
aron novakCan you attach here your variable table? In this way i could see your exact content-type preset configuration.
Comment #2
lbarrioc commentedThanks. Please, tell me if you need any thing more
Comment #3
aron novakI have one suggestion (it should not be a problem, but who knows :) )
- for the feedapi_node content-type, you have two parsers enabled. Please disable one of the parsers (you can do this by editing this content-type) for feedapi_node and check out what happens. As I see, you use PHP5. So you might want to use parser_common_syndication. Did you install simplepie library for parser_simplepie anyway? If not, tt could be a problem that this parser is enabled for that content-type too.
If you choose parser_common_syndication, please update to the next daily dev package, because in feedapi 1.1, the caching system is broken.
Comment #4
aron novakAnyway, i found out not that it was a bug. Now it's fixed.
But I suggest you to follow the instructions of the above comment, usually two parsers for one feed is totally useless.
Comment #5
lbarrioc commentedI have activated only parser simplepie and it seems to work OK now. Thanks You very much
http://www.aulablog.com/planeta/
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.