I have just updated my cakephp library to latest version 1.3.1. Before this I was running v1.3.0 with no errors.
After running the application I am given this error message.
unserialize() [function.unserialize]: Error at offset 0 of 2574 bytes [COREcakelibscachefile.php, line 176]
I updated the libraries simply by replacing the existing cake files with the new ones downloaded from the net.
Is it the correct way of updating applications. I did nt made any customizations to the core library of cakePHP.
What is the problem ?