Thanks for the tip. I went back and grabbed app/tmp/ from the tarball and set the permissions. No dice. Any other ideas?
On Mon, Feb 23, 2009 at 4:36 PM, Graham Weldon-2 (via Nabble) < [email protected]<ml-user%[email protected]> > wrote: > > > Ensure the full app/tmp/ directory skeleton is in place, from the cake > install, and that premissions are set such that the web server is able to > read / write those directories completely. > > If in doubt, copy the app/tmp/ directory from the tarball, over your > applications tmp directory, and set the permissions. This should solve the > problem. > Let us know how you go. > > > Cheers, > > Graham Weldon > w. http://grahamweldon.com > e. > gra...@...<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2374507&i=0> > p. +61 407 017 293 > > > > On Mon, 23 Feb 2009 12:51:07 -0800 (PST), RyOnLife > <ryan.mckil...@...<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=2374507&i=1>> > > wrote: > > I am getting this (and other similar) warnings: > > > > Warning (2): > unlink(/web/php/app/tmp/cache/persistent/cake_core_core_paths) > > [function.unlink]: No such file or directory [CORE/cake/libs/file.php, > line > > 292] > > > > Code > > > > unlink - [internal], line ?? > > File::delete() - CORE/cake/libs/file.php, line 292 > > FileEngine::read() - CORE/cake/libs/cache/file.php, line 171 > > Cache::read() - CORE/cake/libs/cache.php, line 306 > > Configure::corePaths() - CORE/cake/libs/configure.php, line 489 > > Configure::buildPaths() - CORE/cake/libs/configure.php, line 591 > > Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 695 > > Configure::getInstance() - CORE/cake/libs/configure.php, line 137 > > include - CORE/cake/bootstrap.php, line 43 > > [main] - APP/webroot/index.php, line 81 > > > > I checked, and the "cake_core_core_paths" file does exist at the > specified > > path. > > > > Anyone know how to deal with this? Although "no such file or directory" > > indicates it's not the problem, I double checked my tmp folder > permissions > > just to be safe. > > -- > > > > > > ------------------------------ > This email is a reply to your post @ > http://n2.nabble.com/Cake-core-is-throwing-unlink-warnings-tp2374269p2374507.html > You can reply by email or by visting the link above. > > -- View this message in context: http://n2.nabble.com/Cake-core-is-throwing-unlink-warnings-tp2374269p2379092.html Sent from the CakePHP mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
