Forgot to memntion. The problem seems to be when I add "var
$components = array('Auth');" to my UsersController. If I do not try
to access the component my site works fine again (minus the the
benefits of authComponent).On Jan 25, 8:16 pm, Neil <[EMAIL PROTECTED]> wrote: > Hello, > > I am simply trying to mimic what is written in the manual about how to > use AuthComonent at it's simplest form (http://tempdocs.cakephp.org/ > #TOC142176). > > I am running into two problems. > 1. my login page works but gives the following error: "Notice (1024): > Please change the value of 'Security.salt' in app/config/core.php to a > salt value specific to your application [CORE\cake\libs\debugger.php, > line 535]" > > I looked up 'Security.salt' in the manual but all it says is "A > random string used in security hashing". > > Problem 2: > All my other pages (add, index, ext...) no longer work. They give me > two errors. the first error is the same one as above and the second is > "Warning (2): Cannot modify header information - headers already sent > by (output started at C:\server\htdocs\cake\app\controllers > \users_controller.php:28) [CORE\cake\libs\controller\controller.php, > line 546]". --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
