Hi,
I am having a few problems using dAuth 0.3 I am running cake v1.1.12.4205 under xampp and Windows XP. I have placed all the code specified in the bakery (http://bakery.cakephp.org/articles/view/147) in installation option 1 into the appropriate files I think. (Option 2 is unusable since all the links seem to go to invalid articles. I have a problem that when I register, I get the following warning which appears to originate from line 195 in the controller d_auth.php which states: $this->controller->flash($this->messages['registration_success'],'/'); if I change this to $this->Session->setFlash or comment it out with the associated redirect to '/', the warning disappears ------------------------------------------------------------ Registration successful. Warning: Cannot modify header information - headers already sent by (output started at K:\net\xampp\htdocs\cake\libs\view\view.php:308) in K:\net\xampp\htdocs\cake\libs\controller\controller.php on line 441 5 queries took 5 ms Nr Query Error Affected Num. rows Took (ms) 1 DESC `users` 4 4 1 2 DESC `hosts` 5 5 2 3 DESC `login_attempts` 4 4 2 4 SELECT COUNT(*) AS count FROM `users` AS `User` WHERE (`username` = 'test13') 1 1 0 5 INSERT INTO `users` (`username`,`password`) VALUES ('test13','67452301efcdab8998badcfe10325476c3d2e1f0') ------------------------------------------------------------ In addition, I am finding that the hashed password (the string in the insert statement above starting '67452') does not appear to change regardless of what password I choose! Does anyone have any ideas how I can resolve these problems? Thanks, Paul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
