Nuvish Posted August 17, 2011 Posted August 17, 2011 I have a module in localhost (localhost / sitename / admin) that works very well .. But when I put the module online, and I try to configure it, I have an error: Module not found. When I click on delete, this appears: Cannot load module object. However the module is well present. I have also noticed that the logo of the module does not appear, but for other modules it appears. In localhost, all is good. The logo appears and I can configure, install, remove the module correctly. The problem is just online. I tried to delete the module and put it back several times .. but nothing works. Help me please .. Share this post Link to post Share on other sites More sharing options...
Patric Posted August 17, 2011 Posted August 17, 2011 Hi, Where did you get that module? If you bought it, you should contact the module's seller to ask for support. Share this post Link to post Share on other sites More sharing options...
Nuvish Posted August 25, 2011 Posted August 25, 2011 What actually happened is that in mymodule.php class, public function __construct() { $this->name = 'MyModule'; } This line : $this->name = 'MyModule'; created the error. It should have been : $this->name = 'mymodule'; On my computer,im using windows, and the problem didnt occur. But when i uploaded my module on my server,using linux,the uppercase thing caused the error.. I found ps_module and corrected the thing. 4 Share this post Link to post Share on other sites More sharing options...
Patric Posted August 25, 2011 Posted August 25, 2011 So I mark the topic as [solved]. Please, next time, do it by yourself by adding [solved] at the beginning of the topic's title. See here how to do. Thanks. ;-) Share this post Link to post 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