Cache: trying to remove non empty directory
- cubic
- Member | 45
Please look at the Tracy output first: http://www.jakubmisek.cz/tracy.htm
This happens occasionally for example twice a day when I try to reload the
page, submit the form,…
When I look into this directory, it's empty and after repeated reloading the
page it works fine
I think it began maybe week ago, I am not sure if it has something to do with
Nette update (the newest 2.2.x version), but it's really weird. I looked at
the function and this error message doesn't make sense to me.
This website is in development now so I test it mainly on local server. I haven't noticed it on production server yet but of course the reason could be very simple – we don't use it there so much now..
I found similar reported problem a few years ago: https://forum.nette.org/…konstruktoru
- David Grudl
- Nette Core | 8218
Btw, is it original Tracy or do you have a modified template? I am suprised
that <script>
is immediately after
<body>
.
- David Grudl
- Nette Core | 8218
What about modify NetteExtension to dump content of directory? Add
dump(glob("$dir/$uniq/*"))
before rmdir
and wait…