Page 2 of 3

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Wed Apr 20, 2016 5:03 am
by _YJ_
Can someone please direct me to the mod file? I can't seem to find it. Looked in Downloads and Extensions.
ty
YJ

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Wed Apr 20, 2016 5:17 am
by Randem

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Wed Apr 20, 2016 8:17 am
by _YJ_
Thank you very much, randem.. Got it..
YJ

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Thu Apr 21, 2016 12:15 am
by openweb
thank you randem,
i used the files v2.1.0.x Changes.xml and v2.1.0.x Layout Fixes.xml for my web site version oc 2.1.0.1, i dont see any error now, i want to ask is there any module or file which can applay all changes from vqmod .xml files to core code directly embeded and after no need to use vqmod more? is there any module or file to make it ?

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Thu Apr 21, 2016 3:53 am
by Randem
That is the WORST idea you can have... The whole reason behind VQMOD is so that none of the core files get changed so that if you have trouble you can easily find it by removing the XML files or by uploading a new install. In this way you don't need to keep track of ALL the places you may have changed code. You can easily remove a mod when it is no longer needed and so on... Hard coding should NEVER be used...

But if you REALLY ant to do it just take the files in the VQMOD cache and replace your original files... NOT A GOOD IDEA!!!

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Fri Apr 22, 2016 6:19 am
by openweb
Thank you randem, i understand the risk as you are right. i can use .xml files with vqmod but is there any vqmod manager or vqmod log module to see .xml files are correctly working? for example some .xml files has used in code "offset 3" line, and if my core php file or tpl file has changed by me before then this offsett line number will not work and vqmod cant find some code blocks, where i can follow the vqmod isues , bugs which cant found ?

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Fri Apr 22, 2016 11:22 am
by Randem
I don't understand what you mean... You can use VQMOD manager to see which XML file are not being applied or are having problems with installation. If your files have been changed by you then you should have kept a record of those changes to aid in moving forward, this is where VQMOD shines. If you know where you made the changes then just make a VQMOD file to apply that change.

With VQMOD you have a record of every change, unlike changing the files yourself...

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Fri Apr 22, 2016 7:13 pm
by bzark
Sorry about that. Is this vQmod error okay using the XML file from v2.1.0.x Changes file? The file is catalog/view/theme/default/template/module/account.tpl

Code: Select all

CODE: SELECT ALL
SEARCH NOT FOUND (ABORTING MOD):
  search = '<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">'

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Fri Apr 22, 2016 7:39 pm
by Randem
Are you also using VQMOD Manager? Is that where you found the error?

In the XML file this is set to ignore if it cannot make the change so in this file it is OK. All the theme template files would not need this change.

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Fri Apr 22, 2016 7:59 pm
by bzark
Yes vQmod, for whatever reason it is abandoning when it hits that error and not applying any other modifications. I am using this vQmod:

http://www.opencart.com/index.php?route ... n_id=19501

It is the one suggested under Updated 02/27/2016 - v2.1.0.x Changes.zip.

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Sat Apr 23, 2016 3:31 am
by Randem
It really does NOT help if you don't answer ALL the questions...

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Sat Apr 23, 2016 3:43 am
by bzark
What question didn't I answer? You said:

Are you also using VQMOD Manager? Is that where you found the error?

I said:

Yes vQmod. Sorry if I wasn't clear. I did install vQmod from that link again just to rule out I had the wrong version and it still didn't work. Very strange.

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Sat Apr 23, 2016 4:01 am
by Randem
VQMOD is NOT VQMOD Manager. If you don't use the correct terminology there will be confusion in the answer... I don't like guessing ???

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Sat Apr 23, 2016 4:13 am
by bzark
I'm assuming this is vQmod Manager as I state previously? That is what I am using.

http://www.opencart.com/index.php?route ... n_id=19501

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Sat Apr 23, 2016 4:36 am
by Randem
VQMOD for OpenCart
VQMOD Manager

Two separate and distinct pieces of software. This is why it is VERY important to use the correct terminology as I have done in an attempt to avoid mistakes, confusion and guessing. You should use both pieces of software...

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Sat Apr 23, 2016 6:11 am
by bzark
Okay I will check it out and let you know what comes of it. Thanks for all your help. I also noticed in the customer_activity table that the data column contained serialized text and that new entries that were added in 2.1.0.2 weren't. Was the upgrade script supposed to unserialize that data?

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Tue Apr 26, 2016 2:40 pm
by Randem
The customer_activity table was never updated in the upgrade.

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Tue Apr 26, 2016 8:41 pm
by bzark
Randem wrote:The customer_activity table was never updated in the upgrade.
Okay, I just pulled a few lines of code from upgrade.php to fix it up. Figured I would bring it to your attention.

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Wed Apr 27, 2016 4:07 am
by Randem
Thanks, I have updated the upgrade.php file to include the customer_activity de-serialization...

Re: Changes made to correct issues in OpenCart for v2.1.0.x

Posted: Thu May 26, 2016 7:09 am
by Pseudocrat
How come the attached file at the bottom of the v2.1.0.x is called 2.2.0.x-CHANGES and not 2.1.0.x? Is that the wrong file or is it just compatible with either?