Anytime I have this problem I either have tables missing in the database or the database file is misconfigured (typo). You can do an if(isset($browser)) before calling the helper. If you do that then you should see the error that CakePHP is trying to give you. It just can't because there is code in there that relies on CakePHP and it has already bombed out.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
