Username or Email
Password:
Forgot Password
I am geting following error while login
Fatal error: Call to a member function setWebsiteId()
magento version 1.4.1.0
please help
Aditya
Please check your customer file and make sure that you are using the following code or not.
$customer->setWebsiteId(Mage::app()->getWebsite()->getId());
yes its there
I think user is not assigned to any store/website that\’s why you are getting problem.