On Fri, Aug 29, 2008 at 6:22 PM, Sabrina Akter <[EMAIL PROTECTED]> wrote:
> thanks SCS. i am working locally. its now showing: > CakePHP: the rapid development php framework <http://cakephp.org/> > Release Notes for CakePHP 1.2.0.7296 RC2.i hope its ok now. > > <https://trac.cakephp.org/wiki/notes/1.2.x.x> Code > > function checkSessionKey() { if (Configure::read('Security.salt') > == 'DYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi') { > trigger_error(__('Please change the value of \'Security.salt\' in > app/config/core.php to a salt value specific to your application', true), > E_USER_NOTICE); > > [..snip..] > > As the error message says, you'll want to change the value of the Security.salt setting in app/config/core.php to something of your liking. If you leave it as the default, CakePHP will keep complaining. - Gonzalo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
