aseques Posted March 7, 2014 Share Posted March 7, 2014 In the current 1.6.0.4 the error that appears when there is a module configurated in the database but missing from the source code is something like this: Fatal error: Call to a member function isEnabledForShopContext() on a non-object in /var/www/prestashop/classes/controller/AdminController.php on line 1591 You will see the error when logging into the admin area. In my case I was because I clonned the git repository and forgot to link some of the modules I was testing (in this case it was gamification). It's not prestashop fault, but I post it here in case someone else makes the same mistake. Link to comment Share on other sites More sharing options...
aseques Posted March 7, 2014 Author Share Posted March 7, 2014 I did a pull request to add an exception in case this happens https://github.com/PrestaShop/PrestaShop/pull/1509 Link to comment Share on other sites More sharing options...
Recommended Posts