Hi,

After installing quote on a Drupal 5.1, cron has started issuing errors that for "open_basedir restriction in effect". Seems like quote's trying to access the wrong path, and the error - one per theme - is :
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(themes/garland/minnelli/style.css) is not within the allowed path(s): (/home/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/public_html/includes/theme.inc on line 105

I uninstalled quote and it all went back to normal.

Any ideas?

Comments

jazzitup’s picture

I have the exact same issue (Drupal 5.1), but I don't have Quote module installed. There was also a "file_exist warning" for line 67 within theme.inc. I have a list of 8 similar warnings every time I'm trying to run cron.php.

Does it point to an issue with the Drupal core, or "just" a group of modules affected by the same issue? I don't know...

jazzitup’s picture

Priority: Critical » Normal
Status: Active » Closed (fixed)

There's another post with a proper solution for this problem:
http://drupal.org/node/105190