I have been getting errors with FeedAPI 1.7 beta1 and it continues on beta 2 as well.

* warning: fopen(/88e2e995dce85a526d1df58df1f9e087) [function.fopen]: failed to open stream: Permission denied in /home/admin/egazete.com/sites/all/modules/feedapi/parser_common_syndication/parser_common_syndication.module on line 147.
* warning: fwrite(): supplied argument is not a valid stream resource in /home/admin/egazete.com/sites/all/modules/feedapi/parser_common_syndication/parser_common_syndication.module on line 148.
* warning: fclose(): supplied argument is not a valid stream resource in /home/admin/egazete.com/sites/all/modules/feedapi/parser_common_syndication/parser_common_syndication.module on line 149.
* warning: fopen(/88e2e995dce85a526d1df58df1f9e087) [function.fopen]: failed to open stream: Permission denied in /home/admin/egazete.com/sites/all/modules/feedapi/parser_common_syndication/parser_common_syndication.module on line 147.
* warning: fwrite(): supplied argument is not a valid stream resource in /home/admin/egazete.com/sites/all/modules/feedapi/parser_common_syndication/parser_common_syndication.module on line 148.
* warning: fclose(): supplied argument is not a valid stream resource in /home/admin/egazete.com/sites/all/modules/feedapi/parser_common_syndication/parser_common_syndication.module on line 149.

I'm on a VPS. I don't know if it's related with me or with the module itself.

Comments

aron novak’s picture

Take a look on admin/settings/file-system, does it have sane values?

alex_b’s picture

Title: errors » File permission errors when caching feeds
Component: Code feedapi (core module) » Code parser_common
Status: Active » Closed (fixed)

- your files directory must be configured and writeable
- if this is the case, delete the cached files directory (files/parser_common_syndication_cache) and try updating your feeds again.

This issue should be easy to fix and is not really a FeedAPI specific problem. Closing for now.

drupallogic’s picture

file system works fine. no writeable matter.

this errors begun studdenly, I don't know what's wrong.

drupallogic’s picture

- if this is the case, delete the cached files directory (files/parser_common_syndication_cache) and try updating your feeds again.