> Warning (2): Cannot modify header information - headers already sent > by (output started at D:\Programas\xampp\htdocs\kanja\app\controllers > \components\thumb.php:1) [CORE\cake\libs\controller\controller.php, > line 546]
As this is line 1 of the file, this sounds like there's white space before a php tag in thumb.php, stopping the session from being started. Take a look, delete any new lines or spaces on that line, and see what happens... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
