angelduarte Posted June 22, 2016 Share Posted June 22, 2016 Hi Guys, I am having a problem with the Customers view in the backend. If i clic on the Customers Menu in the backend the site is not showing me the list of custmers, intead, i am receiving the product categories list. I clear cache but i still have the problem. Any idea why is this happening? This is the URL i am using: index.php?controller=AdminCustomers Thanks for your help Link to comment Share on other sites More sharing options...
rocky Posted June 23, 2016 Share Posted June 23, 2016 Very weird. I suggest checking whether override/controllers/admin/AdminCustomersController.php exists. If it does, try renaming the file to AdminCustomersController.off to prevent it running. If that fixes your issue, then you know have a problem with your override. You can rename it back and then try to debug that file. If no such file exists, then something must have gone wrong with the original file controllers/admin/AdminCustomersController.php. Replace that file with the original one from the PrestaShop v1.6.1.1 archive and see if that fixes the issue. 1 Link to comment Share on other sites More sharing options...
angelduarte Posted June 23, 2016 Author Share Posted June 23, 2016 Thanks so much Rocky.. It worked! I had an overrided Customer Class in that path. I deleted the file. Thanks again! Very weird. I suggest checking whether override/controllers/admin/AdminCustomersController.php exists. If it does, try renaming the file to AdminCustomersController.off to prevent it running. If that fixes your issue, then you know have a problem with your override. You can rename it back and then try to debug that file. If no such file exists, then something must have gone wrong with the original file controllers/admin/AdminCustomersController.php. Replace that file with the original one from the PrestaShop v1.6.1.1 archive and see if that fixes the issue. Link to comment Share on other sites More sharing options...
rocky Posted June 23, 2016 Share Posted June 23, 2016 I'm happy your problem is solved now. Please click "Mark Solved" on the post that best answers the topic. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now