please change the value of ‘security. cipher seed ‘ in app/config/core.php problem in Cakephp

Just follow bellow information –

Edit yourInstallation/app/config/core.php
Search for Security.salt and change some random characters (this is so your applicationĀ  doesn’t have the same security seed as a billion other installations, which would be a serious security loophole.
Do the same with Security.cipherSeed but use only numbers
save core.php
Hope it will work