Which version are you using? This should have been fixed in the svn branch.
https://trac.cakephp.org/ticket/4088 Cheers, Adam On Apr 7, 5:37 am, exciton <[EMAIL PROTECTED]> wrote: > When my include_path contains something outside open_basedir set in > php.ini > (and it does; PEAR for example) I get warnings from > file_exists($fullPath) > in fileExistsInPath() in cake\basics.php. Adding @ to > file_exists($fullPath) > in the above function helps. Would be nice if someone took care of > this in the > next release. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
