Extension Installer not importing my modules
Posted: Mon Sep 11, 2017 9:08 pm
Hello, I'm trying to develop a simple module for Oc3 but was faced with some installer issues.
When I zip my test module (only basic controller and language file to show up in modules) and try to upload module using extension installer - it shows successful upload. But when I check modules - it's not there. I also checked localhost directory - nothing uploads.
If I try to upload .ocmod.zip with only xml file (some admin menu modification) but without upload folder - it works just fine and mod also works. If I add upload folder (upload and install.xml in .ocmod.zip) - nothing works once again, not even modification.
Then if I upload admin folder from my upload directly to opencart localhost directory - module shows up.
So, if 2 different pieces works fine, why they don't work together when upload via installer?
Edit: I disabled/refresh my cache
When I zip my test module (only basic controller and language file to show up in modules) and try to upload module using extension installer - it shows successful upload. But when I check modules - it's not there. I also checked localhost directory - nothing uploads.
If I try to upload .ocmod.zip with only xml file (some admin menu modification) but without upload folder - it works just fine and mod also works. If I add upload folder (upload and install.xml in .ocmod.zip) - nothing works once again, not even modification.
Then if I upload admin folder from my upload directly to opencart localhost directory - module shows up.
So, if 2 different pieces works fine, why they don't work together when upload via installer?
Edit: I disabled/refresh my cache