Page 1 of 1

Module shows up in "Modifications" but not "Modules"

Posted: Fri Jun 24, 2016 11:22 am
by JGAN
I installed Modal Window 2x on 2.1.0.2 but it does not show up in the "Modules" section of the admin panel. Have refreshed the cache and verified the upload folder contents were all on the server. It shows up in the "Modifications" section fine.

Log:

Code: Select all

MOD: Modal Window 2X
FILE: catalog/view/theme/default/template/common/header.tpl
CODE: <?php foreach ($styles as $style) { ?>
LINE: 30
FILE: catalog/view/theme/default/template/common/footer.tpl
CODE: </body>
LINE: 78
FILE: catalog/controller/common/footer.php
CODE: function index() {
LINE: 8
Can anybody help me figure this out?

Re: Module shows up in "Modifications" but not "Modules"

Posted: Fri Jun 24, 2016 5:29 pm
by imdevlper18
Hello,

You have verified that the upload folders content are on server by actually going inside the admin/controller/module/ ?

Also verify it is present inside language folder.
For 2.2.+
its
admin/language/en-gb/module/module_name.php

And for 2.1 and less
its
admin/language/english/module/module_name.php

Re: Module shows up in "Modifications" but not "Modules"

Posted: Sun Jun 26, 2016 3:31 am
by AlexDW
Solved

Typically, this problem occurs with uploading ocmod.zip archives when incorrect FTP settings
(in this case FTP Root field has been empty)

I think better solution for beginners (and not only) - use this patch:
http://www.opencart.com/index.php?route ... n_id=18892

Re: Module shows up in "Modifications" but not "Modules"

Posted: Sun Jun 26, 2016 10:38 am
by JGAN
Thanks for your help!!