valentin.g Posted October 27, 2010 Share Posted October 27, 2010 I made a module Prestashop on my localhost website and it works well. But when installed on an online site no longer lists the modules. I get no error. I checked php syntax and is ok. Please see attachment Link to comment Share on other sites More sharing options...
Truemedia Posted October 27, 2010 Share Posted October 27, 2010 I have had this problem, when the name of the module is capitalized wrong (needs to be exact to work) in relation to where the name is referenced in the module. Link to comment Share on other sites More sharing options...
valentin.g Posted October 27, 2010 Author Share Posted October 27, 2010 I have had this problem, when the name of the module is capitalized wrong (needs to be exact to work) in relation to where the name is referenced in the module. this tips do not help me! all names are smallcase Link to comment Share on other sites More sharing options...
valentin.g Posted October 27, 2010 Author Share Posted October 27, 2010 I found solution: comment out code /*if (!defined('_CAN_LOAD_FILES_')) exit; */and is working... Link to comment Share on other sites More sharing options...
Truemedia Posted October 27, 2010 Share Posted October 27, 2010 lol those are the two most common causes, happens to everyone don't worry. 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