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

CommentFileSizeAuthor
#2 variable.sql_.zip4.39 KBlbarrioc

Comments

aron novak’s picture

Can you attach here your variable table? In this way i could see your exact content-type preset configuration.

lbarrioc’s picture

StatusFileSize
new4.39 KB

Thanks. Please, tell me if you need any thing more

aron novak’s picture

I 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.

aron novak’s picture

Status: Active » Fixed

Anyway, 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.

lbarrioc’s picture

I have activated only parser simplepie and it seems to work OK now. Thanks You very much
http://www.aulablog.com/planeta/

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.