Post by svasim@gmail.com » Sat Apr 17, 2021 8:11 am

Hello All,
I am seeing below message in the error log - any thoughts what must be going wrong here
PHP Notice: Trying to get property 'nodeValue' of non-object in /home/xxx/public_html/furmaple/admin/controller/extension/module/integrated_vqmod.php on line 157

Please advise
Thanks
Vasim


Posts

Joined
Wed Aug 05, 2020 2:11 am

Post by JNeuhoff » Sat Apr 17, 2021 6:17 pm

If you really want some help you have to provide some more details, as nobody else is able to reproduce your error.
For example, what is the VQmod or OCmod XML code it complains about?
On what OpenCart version? What extensions? What theme?

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by kevin498 » Mon Mar 11, 2024 5:10 pm

Hello,
The specific line mentioned in the error points to line 157 in the 'integrated_vqmod.php' file. I'm curious to understand the potential root cause and any recommended solutions.

Official Site


Newbie

Posts

Joined
Mon Mar 11, 2024 4:47 pm

Post by JNeuhoff » Mon Mar 11, 2024 8:49 pm

kevin498 wrote:
Mon Mar 11, 2024 5:10 pm
Hello,
The specific line mentioned in the error points to line 157 in the 'integrated_vqmod.php' file. I'm curious to understand the potential root cause and any recommended solutions.
Have you even read above forum post? We are not mindreaders here!

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by xxvirusxx » Tue Mar 26, 2024 4:25 pm

kevin498 wrote:
Mon Mar 11, 2024 5:10 pm
Hello,
The specific line mentioned in the error points to line 157 in the 'integrated_vqmod.php' file. I'm curious to understand the potential root cause and any recommended solutions.
A wrong vqmod file....it use:

Code: Select all

<name>Test Vqmod Extension</name>
instead of

Code: Select all

<id>Test Vqmod Extension</id>
Or an ocmod extension file that have

Code: Select all

<vqmver></vqmver>
or

Code: Select all

<vqmver>2.6.x</vqmver>

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by JNeuhoff » Tue Mar 26, 2024 6:32 pm

For OCmod XML files you have to use this:

Code: Select all

<modification>
	<name>....</name>
	<code>....</code>
	<version>.....</version>
	<author>....</author>
	<link>....</link>
	....
For VQmod XML use this:

Code: Select all

<modification>
	<id>....</id>
	<version>..../</version>
	<vqmver>....</vqmver>
	<author>.....</author>
	.....
See also the docs at https://github.com/vqmod/vqmod/wiki/Scripting and https://github.com/opencart/opencart/wi ... ion-System

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am

Who is online

Users browsing this forum: Majestic-12 [Bot] and 47 guests