Roseev / vqmod

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

Fatal error: Cannot instantiate abstract class VQMod #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The latest version has caused this error it works fine in all previous versions.

So that vqmod will work with Facebook Marketing extension: 
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=61
93

I have to manually modify the fbmark/index.php so that this works very similar 
to index.php or admin/index.php

How can I do this now that you have changed it to abstract class?

Original issue reported on code.google.com by B.Johnso...@gmail.com on 25 Oct 2013 at 2:51

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Didn't realise that the syntax had changed from:
$vqmod->modCheck()

To:
VQMod::modCheck()

Original comment by B.Johnso...@gmail.com on 26 Oct 2013 at 8:09

GoogleCodeExporter commented 9 years ago
Yes, 2.4.0 and above use the new static methods

Original comment by DJG6...@gmail.com on 26 Oct 2013 at 9:45

GoogleCodeExporter commented 9 years ago
this solution doesnt solve my problem...

Original comment by juraj.be...@gmail.com on 20 Feb 2014 at 10:59