...
Menu Close

How to fix ‘nodeValue’ warning on Integrated VQmod

In this tutorial I will tell you how to fix this error: Notice: Trying to get property ‘nodeValue’ of non-object in admin/controller/extension/module/integrated_vqmod.php on line 157 when you use Integrated VQmod.

The fix is very easy. You nead to check all vqmod extensions files to see if any is made wrong, meaning that vqmod extension doesn’t use <id> and use <name>.

Example:

Wrong format VQmod extension:

Good format VQmod extension:

Also this can be happen when an ocmod extension has some vqmod code structure.

Example:

<vqmver></vqmver>

or

<vqmver>2.6.2</vqmver>