open app/Config/core.php and edit Security.salt and Security.cipherSeed -- Lep pozdrav, Tilen Majerle http://majerle.eu
2011/11/27 Heng Por <[email protected]> > Dear CakePHP > i have problem during setup you framework because i'm a new for > CakePHP i used wampserver here the problem. > Release Notes for CakePHP 2.0.3. > > Notice (1024): Please change the value of 'Security.salt' in app/ > Config/core.php to a salt value specific to your application [CORE\Cake > \Utility\Debugger.php, line 713] > Code > > public static function checkSecurityKeys() { > if (Configure::read('Security.salt') == > 'DYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi') { > trigger_error(__d('cake_dev', 'Please change the value of > \'Security.salt\' in app/Config/core.php to a salt value specific to > your application'), E_USER_NOTICE); > > Debugger::checkSecurityKeys() - CORE\Cake\Utility\Debugger.php, line > 713 > include - CORE\Cake\View\Pages\home.ctp, line 30 > View::_render() - CORE\Cake\View\View.php, line 598 > View::render() - CORE\Cake\View\View.php, line 365 > Controller::render() - CORE\Cake\Controller\Controller.php, line 900 > PagesController::display() - CORE\Cake\Controller\PagesController.php, > line 80 > ReflectionMethod::invokeArgs() - [internal], line ?? > Controller::invokeAction() - CORE\Cake\Controller\Controller.php, line > 473 > Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 107 > Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 89 > require - APP\webroot\index.php, line 96 > [main] - ROOT\index.php, line 40 > > Notice (1024): Please change the value of 'Security.cipherSeed' in app/ > Config/core.php to a numeric (digits only) seed value specific to your > application [CORE\Cake\Utility\Debugger.php, line 717] > Code > > > if (Configure::read('Security.cipherSeed') === > '76859309657453542496749683645') { > trigger_error(__d('cake_dev', 'Please change the value of > \'Security.cipherSeed\' in app/Config/core.php to a numeric (digits > only) seed value specific to your application'), E_USER_NOTICE); > > Debugger::checkSecurityKeys() - CORE\Cake\Utility\Debugger.php, line > 717 > include - CORE\Cake\View\Pages\home.ctp, line 30 > View::_render() - CORE\Cake\View\View.php, line 598 > View::render() - CORE\Cake\View\View.php, line 365 > Controller::render() - CORE\Cake\Controller\Controller.php, line 900 > PagesController::display() - CORE\Cake\Controller\PagesController.php, > line 80 > ReflectionMethod::invokeArgs() - [internal], line ?? > Controller::invokeAction() - CORE\Cake\Controller\Controller.php, line > 473 > Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 107 > Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 89 > require - APP\webroot\index.php, line 96 > [main] - ROOT\index.php, line 40 > > anybody help me by create the video for setup CakePHP on WampServer > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
