On Fri, Jul 16, 2010 at 7:18 AM, Ragnis <[email protected]> wrote: > After I moved from a shared hosting to a VPS cake 1.3.2 does not load > custom helpers. > All core helpers are loaded, but not my custom helpers. > > I my controller i have > public $helpers = array('Session', 'Html', 'Form', 'Access', > 'Recaptcha'); > > When i try to use a custom helper from view, i get an error message: > Fatal error: Call to undefined method stdClass::setCurrentUserData() > in /var/www/***.git/app/views/layouts/default.ctp on line 5
Where does setCurrentUserData() method come from? How is it being called? This doesn't appear to be a problem with Helpers not being loaded. In that case, it should complain that object itself is undefined. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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
