Re: Cake core is throwing unlink warnings

2009-02-28 Thread jitka (poLK)
On Feb 28, 6:05 pm, RyOnLife wrote: > Lovely... I went to try this out and the warnings have vanished as > mysteriously as they first appeared. I've got this thread bookmarked and > will update again as they come back. Ok. If anyone will see this issue again, join us in #cake...@freenode please

Re: Cake core is throwing unlink warnings

2009-02-28 Thread RyOnLife
n > test case if it misbehaves randomly... > Try one thing, please: in cake/libs/file.php in File::delete() replace > clearstatcache(); > with > clearstatcache(true); > and let us know if that helps. > > > > -- View this message in context: http://n2

Re: Cake core is throwing unlink warnings

2009-02-27 Thread jitka (poLK)
I've never seen this issue before, and it is hard to reproduce it in test case if it misbehaves randomly... Try one thing, please: in cake/libs/file.php in File::delete() replace clearstatcache(); with clearstatcache(true); and let us know if that helps. --~--~-~--~~---

Re: Cake core is throwing unlink warnings

2009-02-27 Thread RyOnLife
ude - 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 dea

Re: Cake core is throwing unlink warnings

2009-02-27 Thread ian . hill
e/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 o

Re: Cake core is throwing unlink warnings

2009-02-27 Thread RyOnLife
t; >> 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. >> -- >> View this message in >> context:http://n2.nabble.com/Ca

Re: Cake core is throwing unlink warnings

2009-02-27 Thread Pyrite
th. > > 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. > -- > View this message in > context:http://n2.nabble.

Re: Cake core is throwing unlink warnings

2009-02-24 Thread RyOnLife
> 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. > > -- > > > > > > --

Re: Cake core is throwing unlink warnings

2009-02-23 Thread Graham Weldon
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

Cake core is throwing unlink warnings

2009-02-23 Thread RyOnLife
no such file or directory" indicates it's not the problem, I double checked my tmp folder permissions just to be safe. -- View this message in context: http://n2.nabble.com/Cake-core-is-throwing-unlink-warnings-tp2374269p2374269.html Sent from the CakePHP mailing l