-
-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
Description
Hello,
I use Nette 2.2.7. Today my production project totally crashed and doesn't work after error "Malformed journal file 'btfj.dat'".
My btfj.dat has 4 382 720 bytes after that error. In this file, there was no MAGIC header.
Here is first 5 000 bytes of broken btfj.dat: http://nette.nahledwebu.cz/btfj-error.dat
Here is first 5 000 bytes of btfj.dat, when is OK: http://nette.nahledwebu.cz/btfj-error.dat
This bug occurs probably after cleanTags() calls.
I've made dirty workaround in our project. After that exception catched, I delete btfj.dat, call clean(Cache:ALL) and send an e-mail to admin about that.
This bug is very dangerous - when occurs, whole website is broken and is required to manually fix it.