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
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
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?
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
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.
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
A wrong vqmod file....it use:
Code: Select all
<name>Test Vqmod Extension</name>
Code: Select all
<id>Test Vqmod Extension</id>
Code: Select all
<vqmver></vqmver>
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
For OCmod XML files you have to use this:
For VQmod XML use this:
See also the docs at https://github.com/vqmod/vqmod/wiki/Scripting and https://github.com/opencart/opencart/wi ... ion-System
Code: Select all
<modification>
<name>....</name>
<code>....</code>
<version>.....</version>
<author>....</author>
<link>....</link>
....
Code: Select all
<modification>
<id>....</id>
<version>..../</version>
<vqmver>....</vqmver>
<author>.....</author>
.....
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Who is online
Users browsing this forum: No registered users and 12 guests