Greetings, all. I'm helping a friend debug his CakePHP install and am
encountering the message in the subject. Specifically, I see a lot
of :

2012-02-17 15:20:06: (mod_fastcgi.c.2701) FastCGI-stderr: PHP
Warning:  SplFileInfo::openFile(/srv/www/lighttpd/app/tmp/cache/
persistent/cake_core_file_map) [<a href='function.SplFileInfo-
openFile'>function.SplFileInfo-openFile</a>]: failed to open stream:
No such file or directory in /srv/www/lighttpd/lib/Cake/Cache/Engine/
FileEngine.php on line 300
PHP Warning:  SplFileInfo::openFile(/srv/www/lighttpd/app/tmp/cache/
persistent/cake_core_object_map) [<a href='function.SplFileInfo-
openFile'>function.SplFileInfo-openFile</a>]: failed to open stream:
No such file or directory in /srv/www/lighttpd/lib/Cake/Cache/Engine/
FileEngine.php on line 300

CakePHP (CakePHP(tm) v 1.2.0.5012) is being run under lighttpd on
Centos 5.4. The directory being referenced has permissions 777, as do
the files in that directory. I wrote a little one line script that
opens /srv/www/lighttpd/app/tmp/cache/persistent/cake_core_file_map
with a mode of "w" and it works fine. When I change the mode to "c
+" (which the FileEngine.php script is attempting to do) I get:
failed to open stream: Inappropriate ioctl for device in /root/
ftest_c.php

This is not the sort of error I expect to see! Suggestions?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to