Tin't install ocmod.zip extension


OC 3.ane.0.0 - USING TWIG FILES - SOME MODIFIED VIA ADMIN PANEL

Hi, I've got a trivial extension to save me some time and scrape some Aliexpress product name, clarification and paradigm for me on the product modification page but I tin't add information technology to my shop.

Upload via admin installer folio: showing up when uploaded ->go to modification page -> non showing in that location

I've read somewhere that the problem comes from the fact that I've modified some twig files directly from the admin panel so these twig files are not even writable?

What tin can I practise? Exploring Opencart for 2 weeks then I take a lot of things to learn :)

extensions proper noun : ......ocmod.aught
extensions binder : ->install.xml
->upload

Install.xml ;

Lawmaking: Select all

                    <?xml version="1.0" encoding="utf-8"?>     <modification> 	<name>Go product from Aliexpress</name> 	<code>get_product_from_aliexpress_ocmod</lawmaking> 	<version>2.x</version>     <writer>byolaris</author> 	<link>http://mysite.com</link> 	<file path="admin/controller/catalog/product.php"> 		<code>modify_powerby_text</code> 		<operation> 			<search><![CDATA[public office add() {]]></search> 			<add position="afterwards"><![CDATA[ 				$this->certificate->addScript('../admin/view/javascript/getSingleProduct/aliexpress.js'); 				]]> 			</add> 		</operation> 		<operation> 			<search><![CDATA[public function edit() {]]></search> 			<add together position="afterwards"><![CDATA[ 				$this->document->addScript('../admin/view/javascript/getSingleProduct/aliexpress.js'); 				]]> 			</add> 		</performance> 	</file> 	<file path="admin/controller/catalog/mproduct.php"> 		<functioning> 			<search><![CDATA[public function add() {]]></search> 			<add position="afterwards"><![CDATA[ 				$this->certificate->addScript('../admin/view/javascript/getSingleProduct/aliexpress.js'); 				]]> 			</add> 		</operation> 		<operation> 			<search><![CDATA[public function edit() {]]></search> 			<add together position="later on"><![CDATA[ 				$this->certificate->addScript('../admin/view/javascript/getSingleProduct/aliexpress.js'); 				]]> 			</add> 		</functioning> 	</file>     </modification>                  

i tin can I manually import the upload folder via FTP but where I need to put the XML? UPDATDE :
Or practice I demand to convert this XML with other attributes so I tin can add together the code to the desired twig files?
Need help O0

Thanks in accelerate :bang:

Last edited by BYOLARIS4 on Sun January nineteen, 2020 ix:54 pm, edited 1 fourth dimension in full.

Re: Can't install ocmod.zip extension


Post by BYOLARIS4 » Dominicus January 19, 2020 8:51 pm

JNeuhoff wrote: ↑

Sun January 19, 2020 seven:53 pm

Upload the unzipped XML file equally 'get_product_from_aliexpress.ocmod.xml' to your 'arrangement' binder, and and so endeavor once again to do a Refresh via the admin'south Extensions > Modifications.

Only tried but doesn't seem to work, same effect

Re: Can't install ocmod.aught extension


Mail by straightlight » Sun Jan 19, 2020 x:16 pm

Either your folder permissions are non properly configured or your storage folder is non located outside of your public_html folder. For binder permissions, see the install.txt file from the downloaded package of Opencart's original Cypher file downloaded from opencart.com . For your storage binder configuration, come across this FAQ: viewtopic.php?f=176&t=200804#p717782


The most generated errors existence found on Opencart forum originates from contributed programming. The increased post counters are acquired by redundancies of the same solutions that were already provided prior.

Regards,
Straightlight
Programmer / Opencart Tester




Joined

Monday Nov fourteen, 2011 11:38 pm

Location - Canada, ON

Re: Can't install ocmod.nothing extension


User avatar



Joined

Mon Aug 22, 2011 11:01 pm

Re: Can't install ocmod.zip extension


Mail service by straightlight » Fri Jan 29, 2021 12:29 am

paulfeakins wrote: ↑

Fri January 29, 2021 12:28 am

Unfortunately it seems like they're getting rid of OCMOD entirely in three.1.0.0:
"Equally of OpenCart 3.1.0.0+ OCMOD will exist removed from the OpenCart source code. Simply the event system will be used for modifications."
https://github.com/opencart/opencart/wi ... ion-Arrangement

Yup.


The most generated errors being found on Opencart forum originates from contributed programming. The increased postal service counters are caused by redundancies of the aforementioned solutions that were already provided prior.

Regards,
Straightlight
Programmer / Opencart Tester




Joined

Mon November 14, 2011 xi:38 pm

Location - Canada, ON

Re: Tin can't install ocmod.zero extension


Mail service by fegdeed » Fri Jan 29, 2021 3:01 am

Why not requite the ability to use them both? Then people can determine whether they prefer to employ ocmod or events?
Unless in that location's a security issue with using ocmod(which I have non seen any reports of that), why eliminate information technology completely when a lot of extensions on the marketplace uses it?


Image
Get a secure, fast, and reliable spider web hosting service from https://turnuphosting.com.
Discount code NEWYEAR is automatically applied for upwardly to 50% OFF.




Joined

Fri Sep 21, 2018 12:01 am

Re: Can't install ocmod.zip extension


Post by mikeinterserv » Friday Jan 29, 2021 3:17 am

Trying to tread the line between competent developers and anybody else is NO piece of cake task :-)

Re: Tin't install ocmod.cypher extension


Post by straightlight » Fri Jan 29, 2021 3:xl am

mikeinterserv wrote: ↑

Fri Jan 29, 2021 3:17 am

Trying to tread the line between competent developers and everyone else is NO like shooting fish in a barrel job :-)

So what are yous saying? That betwixt those lines developers are incompetent?


The virtually generated errors existence plant on Opencart forum originates from contributed programming. The increased post counters are acquired by redundancies of the same solutions that were already provided prior.

Regards,
Straightlight
Developer / Opencart Tester




Joined

Monday Nov 14, 2011 xi:38 pm

Location - Canada, ON

Re: Can't install ocmod.zip extension


Postal service by straightlight » Fri January 29, 2021 3:41 am

fegdeed wrote: ↑

Fri Jan 29, 2021 3:01 am

Why not requite the ability to utilize them both? And then people can decide whether they prefer to use ocmod or events?
Unless there's a security issue with using ocmod(which I have not seen any reports of that), why eliminate it completely when a lot of extensions on the marketplace uses it?

That is the reason why, exactly; you haven't seen whatever reports of that. Nonetheless, the chief issue was not nearly security but rather compatibility bug among different extensions.


The most generated errors being plant on Opencart forum originates from contributed programming. The increased mail service counters are caused past redundancies of the same solutions that were already provided prior.

Regards,
Straightlight
Programmer / Opencart Tester




Joined

Mon Nov xiv, 2011 11:38 pm

Location - Canada, ON

Re: Can't install ocmod.zip extension


Post by fegdeed » Fri January 29, 2021 3:51 am

straightlight wrote: ↑

Fri January 29, 2021 3:40 am

mikeinterserv wrote: ↑

Friday Jan 29, 2021 three:17 am

Trying to tread the line between competent developers and everyone else is NO like shooting fish in a barrel chore :-)

So what are y'all saying? That betwixt those lines developers are incompetent?

Lol I wonder what he meant by that... :laugh:


Image
Get a secure, fast, and reliable spider web hosting service from https://turnuphosting.com.
Discount lawmaking NEWYEAR is automatically applied for upwards to 50% OFF.




Joined

Fri Sep 21, 2018 12:01 am

Re: Can't install ocmod.nix extension


Post by mikeinterserv » Fri Jan 29, 2021 3:52 am

straightlight wrote: ↑

Fri Jan 29, 2021 3:40 am

So what are you saying? That between those lines developers are incompetent?

Probably only you came abroad with that impression, clearly not what I meant at all
Really do you EVER READ ANYTHING properly

Re: Can't install ocmod.cipher extension


Post by fegdeed » Fri Jan 29, 2021 iv:00 am

straightlight wrote: ↑

Fri Jan 29, 2021 iii:41 am

That is the reason why, exactly; yous haven't seen any reports of that. However, the main issue was non well-nigh security but rather compatibility issues among different extensions.

That's understandable...


Image
Become a secure, fast, and reliable spider web hosting service from https://turnuphosting.com.
Disbelieve code NEWYEAR is automatically applied for upwardly to 50% OFF.




Joined

Friday Sep 21, 2018 12:01 am

Re: Tin't install ocmod.null extension


Post by straightlight » Friday Jan 29, 2021 4:04 am

fegdeed wrote: ↑

Fri Jan 29, 2021 iv:00 am

That is the reason why, exactly; you oasis't seen any reports of that. However, the master result was non most security but rather compatibility issues among different extensions.
[/quote]
That'south understandable...
[/quote]

It sure is. For many years, users accept encountered endless conflicts equally the master branch involves other approach to publish the extensions through the Marketplace. :)


The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused past redundancies of the aforementioned solutions that were already provided prior.

Regards,
Straightlight
Programmer / Opencart Tester




Joined

Monday Nov fourteen, 2011 11:38 pm

Location - Canada, ON

Re: Can't install ocmod.zip extension


Post by straightlight » Friday Jan 29, 2021 four:05 am

mikeinterserv wrote: ↑

Fri Jan 29, 2021 3:52 am

straightlight wrote: ↑

Fri Jan 29, 2021 iii:xl am

So what are you saying? That between those lines developers are incompetent?

Probably only y'all came abroad with that impression, clearly not what I meant at all
Actually do you Always READ Annihilation properly

That'southward simply because I might of been the first one who read information technology.


The most generated errors beingness institute on Opencart forum originates from contributed programming. The increased postal service counters are caused past redundancies of the same solutions that were already provided prior.

Regards,
Straightlight
Programmer / Opencart Tester




Joined

Mon Nov 14, 2011 eleven:38 pm

Location - Canada, ON

Re: Tin can't install ocmod.zip extension


Post by fegdeed » Fri Jan 29, 2021 four:08 am

mikeinterserv wrote: ↑

Friday January 29, 2021 iii:52 am

straightlight wrote: ↑

Fri Jan 29, 2021 three:forty am

So what are y'all saying? That between those lines developers are incompetent?

Probably just you came away with that impression, clearly not what I meant at all
Actually do you EVER READ Annihilation properly

Chill guys, let'southward not beginning a state of war of words over difference of opinions. :)


Image
Get a secure, fast, and reliable web hosting service from https://turnuphosting.com.
Discount code NEWYEAR is automatically applied for up to 50% OFF.




Joined

Fri Sep 21, 2018 12:01 am

Re: Tin can't install ocmod.nil extension


Post by mikeinterserv » Friday Jan 29, 2021 v:35 am

straightlight wrote: ↑

Friday Jan 29, 2021 3:40 am

mikeinterserv wrote: ↑

Fri January 29, 2021 3:17 am

Trying to tread the line between competent developers and everyone else is NO easy task :-)

Then what are y'all maxim? That between those lines developers are incompetent?

Well I don't want to interrupt the thread but its done and so here's what I hateful

Maybe I should say - Trying to tread the line betwixt developers and everyone else is NO piece of cake task :-)

Meaning that OC tries to cater for NON developers ie Everyone and his dog to use opencart, and then the commercial side of selling extensions and themes and mods etc etc etc. so the Everyone user tin add functionality and all sorts to their shop WITHOUT a developer. This is where the problems come mainly because Anybody tin mess things up easily. So while opencart tries to TREAD THE LINE between proficient solid code that a developer can have and say hey you know this is skilful I can do something with this. and the Everyone user who needs all the STUFF the developer probably does not, there comes a place where its NOT platonic for either the ANYBODY user OR the Developer - It's hard, maybe impossible to make it perfect for BOTH as sometimes what'due south good for ONE is NOT good for the other. And then there is the changing of METHODS - It WAS vqmod - and then OCMod and then EVENTS - NOW But EVENTS a abiding development that DOES NOT SUIT EVERYBODY - DEVELOPER or Anybody user. The last thing I would do is bring into question the integrity of Whatever regular contributor hither. If It came across that way I am sorry, I hope my explanation helps.

Re: Tin can't install ocmod.zip extension


Mail by straightlight » Fri January 29, 2021 half-dozen:26 am

mikeinterserv wrote: ↑

Fri Jan 29, 2021 5:35 am

straightlight wrote: ↑

Fri Jan 29, 2021 iii:xl am

mikeinterserv wrote: ↑

Fri Jan 29, 2021 3:17 am

Trying to tread the line between competent developers and anybody else is NO easy task :-)

So what are you saying? That between those lines developers are incompetent?

Well I don't want to interrupt the thread but its washed so here'due south what I mean

Maybe I should say - Trying to tread the line betwixt developers and everyone else is NO easy task :-)

Meaning that OC tries to cater for Not developers ie Anybody and his dog to utilize opencart, then the commercial side of selling extensions and themes and mods etc etc etc. and then the ANYBODY user tin can add functionality and all sorts to their shop WITHOUT a developer. This is where the problems come mainly because Everyone can mess things up easily. So while opencart tries to TREAD THE LINE between proficient solid lawmaking that a programmer can take and say hey you know this is good I can do something with this. and the ANYBODY user who needs all the STUFF the developer probably does non, there comes a place where its NOT platonic for either the ANYBODY user OR the Programmer - It's hard, maybe impossible to arrive perfect for BOTH equally sometimes what'southward expert for ONE is Not good for the other. THEN in that location is the changing of METHODS - It WAS vqmod - then OCMod then EVENTS - NOW ONLY EVENTS a constant evolution that DOES Not Arrange EVERYBODY - Developer or Everyone user. The last thing I would exercise is bring into question the integrity of Whatever regular correspondent here. If It came beyond that way I am deplorable, I hope my caption helps.

A manner that you chose to become into. That's all information technology is. Therefore, potent words from somebody who wants to provide assistance to other users. In the mean time, Events are more useful than people believes since it does not override other peoples' extensions. It's ironic isn't it ? Afterward so many years of battling with VQMod and OCMod files, now that Opencart has come with a more dynamic solution, until the master branch might be released - and then to speak, in a higher place, and other posts almost it, seem to contain contradicted opinions well-nigh its Engine. While the Periodical fans do have their ain versions stating that OCMod / VQMod, equally Events might probably never supercede new files but might provide its workaround with the core, these people don't seem to carp to accept a 10 times heavier parcel installed on their stores where its own (Journal) Engine but travels effectually the platform instead of using Events inside the platform. Well, isn't that a big coincidence? !

Journal, being the most heaviest and unsupported package of all times for Opencart can already be handled by the Events Engine itself while people withal worries about the deprecation of OCMod and VQMod, regardless of using a cache Engine or non, which tin can override other extension lines by a simple search and supplant. In addition, Journal also uses its own cache Engine. If we compare all these distributions, altogether, which one would cause the lease problem becomes the question.


The most generated errors being institute on Opencart forum originates from contributed programming. The increased mail service counters are acquired by redundancies of the same solutions that were already provided prior.

Regards,
Straightlight
Developer / Opencart Tester




Joined

Mon Nov 14, 2011 11:38 pm

Location - Canada, ON

Who is online

Users browsing this forum: Google [Bot] and 16 guests