Hello,

when i want to refresh a feed, i get the following Error-Message:

warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/93e17cb28bfc86039ca2af8b40f3be77) is not within the allowed path(s): (/srv/www/htdocs/life.epb/:/home/feii001/public_html/:/home/feii001/include/:/home/feii001/data/:/tmp/:/usr/share/php5/) in /srv/www/htdocs/life.epb/sites/all/modules/feedapi/parser_common_syndication/parser_common_syndication.module on line 160.

My Drupal-installation is in the directory "/srv/www/htdocs/life.epb/", so it should be in the within the allowed paths.

Greetings
Jonas

Comments

aron novak’s picture

Can you install devel module then turn on execute php block and execute the following:

dprint_r(_parser_common_syndication_sanitize_cache());

What's the output? It should be inside your drupal directory.

vm’s picture

Status: Active » Closed (fixed)

closed for lack of followup