Anyone can modify VQMod Manager how they want but it's against the license to use the name.kombi wrote:This VQMod Manager works with 2.0
http://www.opencart.com/index.php?route ... load_id=37
I had the same problems as all of you and here's how I solved them.
First, vqmod:
- you should check if there in index.php you have these lines:
// Application Classes
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/customer.php'));
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/currency.php'));
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/tax.php'));
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/weight.php'));
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/length.php'));
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/cart.php'));
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/affiliate.php'));
Once I installed vqmod those lines were there, then next time those were not.
Also, you should check if you have the same lines in your /admin/index.php file.
If not, add them.
Second, problem with Extension Installer.
Every time I tried to install an extension I got the same error: Invalid file type!
Luckilly, one extension did installed so I had a chance to compare that extension and others that didn't installed.
And the reason is (you gonna love this): a part of extension name MUST be .ocmod.xml or .ocmod.zip (including that dot in front of ocmod word).
So, if you want to install, say, extension_abc.xml, you should rename it to extension_abc.ocmod.xml and that will do the work as expected.
I hope this will help you.
First, vqmod:
- you should check if there in index.php you have these lines:
// Application Classes
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/customer.php'));
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/currency.php'));
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/tax.php'));
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/weight.php'));
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/length.php'));
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/cart.php'));
require_once(VQMod::modCheck(DIR_SYSTEM . 'library/affiliate.php'));
Once I installed vqmod those lines were there, then next time those were not.
Also, you should check if you have the same lines in your /admin/index.php file.
If not, add them.
Second, problem with Extension Installer.
Every time I tried to install an extension I got the same error: Invalid file type!
Luckilly, one extension did installed so I had a chance to compare that extension and others that didn't installed.
And the reason is (you gonna love this): a part of extension name MUST be .ocmod.xml or .ocmod.zip (including that dot in front of ocmod word).
So, if you want to install, say, extension_abc.xml, you should rename it to extension_abc.ocmod.xml and that will do the work as expected.
I hope this will help you.
Who is online
Users browsing this forum: No registered users and 3 guests