Download & Extend

file_exists() theme.inc on line 105

Project:Quote
Version:5.x-1.1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#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

Priority:critical» normal
Status:active» closed (fixed)

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