absailesh / vqmod

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

Fatal error if missing <add> #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Took a while to find what was causing this but one of our vqmod files had the 
<add> missing. 

I guess it would be better if you checked this exists, instead of throwing 
fatal error and risk breaking store. 

Catchable fatal error: Argument 1 passed to VQNode::__construct() must be an 
instance of DOMNode, null given, called in vqmod.php on line 731 and defined in 
vqmod.php on line 781

Original issue reported on code.google.com by B.Johnso...@gmail.com on 9 May 2014 at 12:51

GoogleCodeExporter commented 9 years ago
While it would be a good idea to check for it, the fact whoever wrote it didn't 
include it is a bigger problem. This is why you/they should use a simple 
operation template so that they're always there. Will look at this in future 
versions

Original comment by DJG6...@gmail.com on 9 May 2014 at 12:59

GoogleCodeExporter commented 9 years ago
Fixed in next release

Original comment by DJG6...@gmail.com on 19 Aug 2014 at 11:25