Tutorial Create QuickApp Project CakePHP - Part 1

download Tutorial Create QuickApp Project CakePHP - Part 1

of 4

Transcript of Tutorial Create QuickApp Project CakePHP - Part 1

1/ At first, you must package cakephp .zip at address http://cakephp.org/2/ After, you extract at www folder of Wamp Server(I using it, you can use other)3/ You put new name (At here, I put QuickApp)4/ Now, we use tool (I use DesignerPHP 8) add Project QuickApp to manage like this figure:

4/ You try access with http://localhost , youll see it (QuickApp) And You access with http://localhost/QuickApp you see Security.salt, Security.ciphorSeed

To solve it, we go to core.php file

You find lines:Error 1: Configure::write('Security.salt', 'DYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi');Error 2: Configure::write('Security.cipherSeed', '76859309657453542496749683645');

With Error 1: you will access http://www.sha1.cz/, then you re-encryption over green value

And you replace with new valuew Configure::write('Security.salt', put new value);In this example is Configure::write('Security.salt', fc7f678b2389480bca36411d0e2XXXXXXXXXX);-With error 2: like error 1.Configure::write('Security.cipherSeed', 'new value XXXXXXXXXXXXXXXXXXXXXX');And result: You dont see over errors