twhite3000 / vqmod

Automatically exported from code.google.com/p/vqmod
0 stars 0 forks source link

vQmod 2.1.6 not working with new OpenCart 1.5.4 #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The latest vQmod 2.1.6 doesn't work with OpenCart 1.5.4 as the search strings 
in the vqmod_opencart.xml file are incorrect for this version. 

MOD DETAILS:
modFile : C:\wamp\www\opencart154\vqmod\xml\vqmod_opencart.xml
id : VQMOD CORE FOR OPENCART STARTUP.PHP - DO NOT REMOVE AS THIS IS NEEDED FOR 
VQMOD IN OPENCART
version : 1.4.x and 1.5.x
vqmver : 1.0.8
author : qphoria
SEARCH NOT FOUND (ABORTING MOD): if (file_exists($file))

Original issue reported on code.google.com by dabomb59...@gmail.com on 16 Aug 2012 at 5:39

GoogleCodeExporter commented 9 years ago
hello.
not even the latest version 2.1.7 does not work with Opencart 1.5.4.1,
when trying to login into admin i get the following error:

Fatal error: Call to a member function modCheck() on a non-object in 
/home/********/public_html/vqmod/vqcache/vq2-system_engine_controller.php on 
line 37

and i cannot login at all.

Original comment by iulianne...@gmail.com on 18 Aug 2012 at 3:06

GoogleCodeExporter commented 9 years ago
You've not updated your /vqmod/xml/vqmod_opencart.xml file (part of the new 
2.1.7)

Original comment by DJG6...@gmail.com on 18 Aug 2012 at 3:07

GoogleCodeExporter commented 9 years ago
i have just installed vqmod version 2.1.7.
i get that error with the 2.1.7 version of /vqmod/xml/vqmod_opencart.xml file.
if i put back the 2.1.6 version of it i get the same error as  
dabomb59...@gmail.com

Original comment by iulianne...@gmail.com on 18 Aug 2012 at 3:12

GoogleCodeExporter commented 9 years ago
Is it 1.5.4 or 1.5.4.1 you are having trouble with? It was tested on 1.5.4 and 
worked. 1.5.4.1 hasn't been tested yet (as far as I know)

Original comment by DJG6...@gmail.com on 18 Aug 2012 at 4:51

GoogleCodeExporter commented 9 years ago
i have resolved the issue. it was because opencart inserted into 
/admin/controller/common/header.php some code for vqmod extension:

1. $this->data['text_vqmod'] = $this->language->get('text_vqmod');
2. $this->data['vqmod'] = $this->url->link('extension/vqmod', 'token=' . 
$this->session->data['token'], 'SSL');

i have removed those lines and now i can login to my site.

Original comment by iulianne...@gmail.com on 19 Aug 2012 at 5:40

GoogleCodeExporter commented 9 years ago
That wasn't vqmod, it was vqmod manager (NOTHING TO DO WITH THE VQMOD TEAM)

Original comment by DJG6...@gmail.com on 19 Aug 2012 at 10:05

GoogleCodeExporter commented 9 years ago
Just put fresh opencart 1.5.4 and vqmod 2.1.7 and no vqmod files seam to be 
working is there a way to do a trace and see if it is the scripts or vqmod?  

Original comment by jkunr...@gmail.com on 21 Aug 2012 at 11:07

GoogleCodeExporter commented 9 years ago
Are you sure it's installed and that you have given write access to the vqcache 
folder?

Original comment by DJG6...@gmail.com on 22 Aug 2012 at 10:50

GoogleCodeExporter commented 9 years ago
Ya I finally found a script that would allow me to make sure it was actually 
running so it turns out there was a error on the extention, sorry for the red 
flag I'm new to opencart and vq, is there a way to do a trace for debugging?

Original comment by jkunr...@gmail.com on 22 Aug 2012 at 2:03