Closed (fixed)
Project:
Quote
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2007 at 16:14 UTC
Updated:
18 Apr 2007 at 17:53 UTC
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
Comment #1
jazzitup commentedI 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...
Comment #2
jazzitup commentedThere's another post with a proper solution for this problem:
http://drupal.org/node/105190