Page 1 of 1

i cant install extension from extension installer

Posted: Wed May 16, 2018 5:43 pm
by jahansite
hi
when i try to install extension on opencart i see an error
<<invalid file>>
i can't undrestand this

Re: i cant install extension from extension installer

Posted: Thu May 17, 2018 12:04 am
by yodapt
What is the full name of the file you are trying to install?

Re: i cant install extension from extension installer

Posted: Thu May 24, 2018 1:49 pm
by ocguru
The valid ocmod installer file will be either "filename.ocmod.zip" or "filename.ocmod.xml". And the zip file must have upload folder and install.xml only. Not any other folders.
Please check the file or zip you are uploading.

Re: i cant install extension from extension installer

Posted: Thu May 24, 2018 7:49 pm
by kestas
ocguru wrote:
Thu May 24, 2018 1:49 pm
The valid ocmod installer file will be either "filename.ocmod.zip" or "filename.ocmod.xml". And the zip file must have upload folder and install.xml only. Not any other folders.
Please check the file or zip you are uploading.
If you use OC 3.0 version "filename.ocmod.xml" does not support anymore. In OC 2.3 version does.
In OC 3.0.x version the zip file must have upload folder and install.xml, and can be included install.php and install.sql files.

Cheers

Re: i cant install extension from extension installer

Posted: Thu May 24, 2018 8:14 pm
by synapseindia
You need to create a zip file -
for example = "something.ocmod.zip"

and something.ocmod.zip file should have "install.xml" file and "upload" directory .

then It will work with OC 3.x

Thanks