Page 1 of 2

Extension installer

Posted: Fri Oct 17, 2014 4:49 pm
by thbr02
Iv'e installed OC 2 and try to use the Extension installer without any success. When I try to upload the extension nothing happens. I don't get any error message and I can not see any sign of activity at all. Suggestions please how to fix this error.

Re: Extension installer

Posted: Fri Oct 17, 2014 6:44 pm
by Xyph3r
Did you configured the FTP?

Also..what kind of extension are you trying to upload? .ocmod.xml or .ocmod.zip?

Re: Extension installer

Posted: Fri Oct 17, 2014 7:55 pm
by thbr02
Now I have been able to use the installer, but it doesn't work in IE11. When I tried with Chrome it worked.

There are more extensions which doesn't work for me in IE. I don't know why.

Still I get an error that the admin/controller/extension/installer.php already exists, but the extension seems to be installe anyway.

Re: Extension installer

Posted: Mon Oct 20, 2014 3:21 am
by ukracer
Xyph3r wrote:Did you configured the FTP?

Also..what kind of extension are you trying to upload? .ocmod.xml or .ocmod.zip?
does it have to say .ocmod as well as .xml??

Re: Extension installer

Posted: Mon Oct 20, 2014 9:28 pm
by OpenCart Addons
Yes it does.

Modification files must end in .ocmod.xml, and zip files must end in .ocmod.zip.


Cheers,
Joel.

Re: Extension installer

Posted: Mon Oct 20, 2014 11:21 pm
by thbr02
Now it doesn't work in Chrome either. Nothin happens at all when uploading files. Iv'e tried both with .ocmod.xml and .ocmod.zip files.

Re: Extension installer

Posted: Tue Oct 21, 2014 12:05 am
by OpenCart Addons
There have been a couple patches to the extension installer system. Try downloading the latest version of the master from Github.


Cheers,
Joel.

Re: Extension installer

Posted: Tue Oct 21, 2014 3:55 am
by thbr02
Iv'e just uploaded the latest master of OC. Now I'm geting a bit further. But there are still problem. When trying to upload a .ocmod.xml file I get the error

Code: Select all

Modification requires a unique ID code!
and when trying to upload a .ocmod.zip file I get the error starting with

Code: Select all

SyntaxError: Unexpected token <
.

Re: Extension installer

Posted: Tue Oct 21, 2014 4:41 am
by delick

Code: Select all

Modification requires a unique ID code!
You need to add <code> in your ocmod, for example:

<code>1</code>

Re: Extension installer

Posted: Tue Oct 21, 2014 2:45 pm
by thbr02
Where in the code am I supposed to add this? When I download extensions from the Opencart Extension site there are none af the extensions with this ID code. Why is it so?

Re: Extension installer

Posted: Tue Oct 21, 2014 2:48 pm
by thbr02
Where in the code am I supposed to add this? When I download extensions from the Opencart Extension site there are none af the extensions with this ID code. Why is it so?

Re: Extension installer

Posted: Wed Oct 22, 2014 3:33 am
by OpenCart Addons
Make sure that the extensions you downloaded are not for vQmod. vQmod extensions will not work with the OCMod system and will require vQmod to run.


Regards,
Joel.

Re: Extension installer

Posted: Wed Oct 22, 2014 7:26 am
by ukracer
OpenCart Addons wrote:Make sure that the extensions you downloaded are not for vQmod. vQmod extensions will not work with the OCMod system and will require vQmod to run.


Regards,
Joel.
Is all this actually an improvement? It seems extremely confusing to me. :(

Re: Extension installer

Posted: Thu Oct 23, 2014 3:54 am
by OpenCart Addons
Daniel was attempting to incorporate a similar system to vqmod into the core system for v2.0, but in the process changed a lot of the key functionality which breaks all vqmods.

v2.5.1 of vqmod works with OpenCart v2.0. I would recommend using that until OCMod is sorted out. Most developers are holding off on porting over their systems to OCMod because it keeps changing in the master branch of OC.



Cheers,
Joel.

Re: Extension installer

Posted: Tue Dec 30, 2014 2:05 pm
by icreator
I try install on OC2.0.1.1 my module *.zip
but error

Re: Extension installer

Posted: Tue Feb 17, 2015 10:59 am
by akhijoe
Ahh... thought I'm the only one facing this.

It works few days ago on Chrome. SUDDENLY, it stop working. I click upload & select files but NONE happen.

Bar's not moving, no error, no success note.

Re: Extension installer

Posted: Thu Dec 31, 2015 2:31 am
by skystis
I have this problem too when I have uploaded theme with extensions installer. I do not know where I need to write this code. Theme is bolshopdark.theme.ocmod.zip

Re: Extension installer

Posted: Fri Jan 01, 2016 5:09 pm
by clorne
It may help to read
OCMOD an introduction and installation guide for OpenCart users - at

http://ocextensions.co.uk/ocmod/ocmod

Re: Extension installer

Posted: Thu Jan 07, 2016 5:23 am
by deadbeat
Hi
I am trying to install via the extension installer OCA_AddToCartButtonRedirect(v6.1.2) install.ocmod.zip.
I have used both chrome and Firefox on Mac.
the upload only goes so far then gives me an error

*************************************************
Method Not Implemented
Method Not Implemented

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>501 Method Not Implemented</title>
</head><body>
<h1>Method Not Implemented</h1>
<p>GET to /admin/index.php not supported.<br />
</p>
<p>Additionally, a 501 Method Not Implemented
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
**********************************

What is the problem?

Thanks

Re: Extension installer

Posted: Sun Jun 05, 2016 12:47 pm
by KatGirl
I have the same problem. Same error.

501 Not Implemented

Any suggestions?

Update: I fixed the issue by using iSenseLabs FTP Fix found here: iSenseLabs FTP Fix