I get the following messages when using the File caching engine: Warning (2): unlink(F:\htdocs\furv08\app\tmp\cache\persistent \cake_core_object_map) [function.unlink]: No such file or directory [CORE\cake\libs\file.php, line 276]
Warning (2): fopen(F:\htdocs\furv08\app\tmp\cache\persistent \cake_core_object_map) [function.fopen]: failed to open stream: No such file or directory [CORE\cake\libs\file.php, line 144] Notice (8): unserialize() [function.unserialize]: Error at offset 0 of 657 bytes [CORE\cake\libs\cache\file.php, line 179] Warning (2): touch() [function.touch]: Utime failed: No such file or directory [CORE\cake\libs\file.php, line 121] I've tried deleting the all files in the cache dir per suggestion by Chris Hartjes. After I had recreated the directories and empty files (!), it started caching again with the same errors. However the file: cake_core_object_map doesn't exist (and didn't before the delete). I've tried creating a blank cake_core_object_map, but Cake just deletes it then complains (again) that it isn't there. Aside from this, caching has speeded up the site 500%. I've had to use frames for the site (there _really_ is a good reason) and this seemed to really hit the performance. A non-framed page was loaded 3-4 times faster. The website is to be delivered on a memory stick using Server2go and for some reason all of the cake app is running slower than I would expect. phpMyAdmin loads almost instantly as do test db queries. Can anybody help with these warnings or should I just turn off debug and forget about them? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
