file_exists() theme.inc on line 105
fiLi - March 14, 2007 - 16:14
| Project: | Quote |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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?

#1
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...
#2
There's another post with a proper solution for this problem:
http://drupal.org/node/105190