Error appearing in application after updating cakePHP library files from 1.3.0 to 1.3.1

Posted by Gaurav Sharma on Stack Overflow See other posts from Stack Overflow or by Gaurav Sharma
Published on 2010-05-31T05:48:44Z Indexed on 2010/05/31 5:52 UTC
Read the original article Hit count: 287

Hi everyone,

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 [CORE\cake\libs\cache\file.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 ?

Please help.

Thanks

© Stack Overflow or respective owner

Related posts about cakephp

Related posts about upgrading