Categories
CakePHP PHP WAMP Server

How to Resolve Errors in CakePHP while installing it on Local Server

If you are newbie to CakePHP and getting the errors like below while installing CakePHP on Local Server. CakePHP Installation Steps, How to install CakePHP, How to Resolve Errors in CakePHP

How to Resolve Errors in CakePHP

If you are newbie to CakePHP and getting the errors like below while installing CakePHP on Local Server.
“Please change the value of ‘Security.salt’ in app/config/core.php to a salt value specific to your application”
“Please change the value of ‘Security.cipherSeed’ in app/config/core.php to a numeric (digits only) seed value specific to your application”

Then the simple solution to resolve the errors is as follows-:
You just need to do as it says –

1. Edit yourInstallation/app/config/core.php
2. 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.
3. Do the same with Security.cipherSeed but use only numbers for this.
4. Save core.php and the issue will be resolved

By Vaseem Ansari

Hey guys this is Vaseem Ansari, 27 years old, Software & Web Developer, Blogger & works on Wordpress Plugin Themes Development, PHP MySql Programming and Open Sources Technologies.
It takes a while for me to build trust in someone new. I am honest, thoughtful. I'm Glad I'm Me No one looks The way I do. No one walks the way I walk. No one talks the way I talk. I am me. There's no one else I'd rather be! Have fun reading this blog and don't forget to subscribe to the feed to keep updated on the latest articles.

Leave a Reply

Your email address will not be published. Required fields are marked *