Page 10 of 13

Re: [MOD] VQMod Manager

Posted: Fri Jan 25, 2013 3:14 am
by i2Paq
JAY6390 wrote:Also as of the next version of vQmod you will be able to automatically rewrite paths for say admin in your vQmods without having to edit them. It should be released next Monday :)
Would be nice if your restore the old way of error-logging.....

To get the logging running now I have to pay 35Euro :(

Re: [MOD] VQMod Manager

Posted: Fri Jan 25, 2013 3:16 am
by JAY6390
What do you pay that for exactly?

Re: [MOD] VQMod Manager

Posted: Fri Jan 25, 2013 3:26 am
by i2Paq
JAY6390 wrote:What do you pay that for exactly?
To get the PHP ZipArchive class installed.

Re: [MOD] VQMod Manager

Posted: Fri Jan 25, 2013 3:47 am
by JAY6390
That's not part of vQmod - vQmod manager may use that but vQmod doesn't. Bit amazed it wasn't installed by default too

Re: [MOD] VQMod Manager

Posted: Fri Jan 25, 2013 2:06 pm
by i2Paq
JAY6390 wrote:That's not part of vQmod - vQmod manager may use that but vQmod doesn't. Bit amazed it wasn't installed by default too
Sorry, I was talking about the vQmod Manager and its logging.

Re: [MOD] VQMod Manager

Posted: Sat Jan 26, 2013 7:15 am
by rph
Well, VQMM doesn't really do anything unique with logging. ZipArchive is just used for downloading files (vqmod scripts, vqcache, logs). You can comment out validation for it at the end of the vqmod_installation_check function and continue to use VQMM without any of the download/backup features.

MAMP is the only environment I know that lacks ZipArchive and that should be easy enough to fix since it's just a local machine. If you have a dedicated server or VPS with cPanel using EasyApache in WHM to add it is pretty simple.

Re: [MOD] VQMod Manager

Posted: Sun Jan 27, 2013 8:16 pm
by rph
VQMod Manager 2.0 Beta 8 is out. If ZipArchive is missing it disables downloads but you can otherwise still use VQMM. I've also started work toward VQMod 2.3.0 though it'll take a bit more time.

Re: [MOD] VQMod Manager

Posted: Wed Feb 13, 2013 5:20 am
by burley
Hi RPH, just wanted to say that I think your vqmod manager is a hugely important module! Thanks for it!

Also, I was wondering of for the next version you would be able to add some additonal fields to the mod list in vqmod manager. So it would show (per installed vqmod);

- A direct link to the vqmod in opencart,
- A field which shows the version of the mod which is available and/or a field which shows if theres an update for the mod or not.

Hope you find my feedback usefull!

Re: [MOD] VQMod Manager

Posted: Wed Feb 13, 2013 6:15 am
by rph
burley wrote:A direct link to the vqmod in opencart
They can currently be bulk-downloaded under the settings and maintenance tab.
A field which shows the version of the mod which is available and/or a field which shows if theres an update for the mod or not.
If you're talking about a vqmod script, there's no way for VQMM to have that kind of information.

Re: [MOD] VQMod Manager

Posted: Fri Feb 15, 2013 7:54 pm
by burley
rph wrote:They can currently be bulk-downloaded under the settings and maintenance tab.
Perphaps I'm missing something, but I can't find any option to download the vqmods I installed in the vqmanager mod (or links to the specific pages). Which is what I meant.
rph wrote:If you're talking about a vqmod script, there's no way for VQMM to have that kind of information.
Is there no way to let vqmanager check which version is offered online at OC and which version I have installed? if the installed version number is lower then the one offered would it be able to show "Update!" with a direct link to the mod?

Re: [MOD] VQMod Manager

Posted: Fri Feb 15, 2013 7:58 pm
by JAY6390
burley wrote: Is there no way to let vqmanager check which version is offered online at OC and which version I have installed? if the installed version number is lower then the one offered would it be able to show "Update!" with a direct link to the mod?
No this is not possible. vQmod's don't have specific information available to compare it to. You would need to put a system in place on the extension store and get vQmod authors to agree to adding the version number... which is very unlikely unfortunately. Note that checking these would also be quite slow

Re: [MOD] VQMod Manager

Posted: Fri Feb 15, 2013 8:22 pm
by burley
Okay, that's to bad! Perhaps it would be possible with the date it was last modified? Will basically give the same result.

It doesn't have to be lighting fast, once a week should do the trick :)

Re: [MOD] VQMod Manager

Posted: Fri Feb 15, 2013 8:26 pm
by JAY6390
Again it's unreliable. If you mean the last time an extension was modified, then this won't really be of any use since that updates even when authors update descriptions, price etc etc of the extension

Re: [MOD] VQMod Manager

Posted: Fri Feb 15, 2013 8:30 pm
by burley
JAY6390 wrote:Again it's unreliable. If you mean the last time an extension was modified, then this won't really be of any use since that updates even when authors update descriptions, price etc etc of the extension

true, guess it won't work. Sadly, because it would be a nice system to have and make it a lot more user friendly.

Re: [MOD] VQMod Manager

Posted: Fri Feb 15, 2013 8:33 pm
by JAY6390
Sure, I understand the benefits but it would require participation on OpenCart's part to get this working

Re: [MOD] VQMod Manager

Posted: Sat Feb 16, 2013 3:34 am
by rph
burley wrote:Perphaps I'm missing something, but I can't find any option to download the vqmods I installed in the vqmanager mod (or links to the specific pages). Which is what I meant.
The "Backup" button under Settings and Maintenance.
rph wrote:Is there no way to let vqmanager check which version is offered online at OC and which version I have installed?
There's no API for the Extension store so the idea is a non-starter.

Re: [MOD] VQMod Manager

Posted: Wed Mar 06, 2013 4:14 pm
by vapestore
Hey guys, sorry but I'm a n00b to OpenCart and installing vQmod right now.

I've changed (for security purposes) my admin folder name in my database to admin_somethingelse
When I transfer the content of the vQmode Upload folder to the store location, do I have to rename the admin folder to admin_somethingelse?

thanks

Re: [MOD] VQMod Manager

Posted: Wed Mar 06, 2013 11:01 pm
by JAY6390
Yes it needs to be uploaded to your new admin folder

Re: [MOD] VQMod Manager

Posted: Thu Mar 07, 2013 3:49 am
by vapestore
JAY6390 wrote:Yes it needs to be uploaded to your new admin folder
OK great, thanks for helping.

Re: [MOD] VQMod Manager

Posted: Thu Mar 14, 2013 12:33 pm
by vapestore
JAY6390 wrote:Yes it needs to be uploaded to your new admin folder
Hello JAY6390, need little extra help if you don't mind: as said before my admin folder has been renamed. I'm getting this error in my log and I'm assuming because the admin folder has a different name. Can I fix this and how?

thanks
REQUEST URI : /index.php?route=common/home
MOD DETAILS:
modFile : /home/vapesqgc/public_html/vqmod/xml/vqmm_menu_shortcut.xml
id : VQMod Manager Menu Shortcut
version : 1.0.0
vqmver : 2.3.0
author : Ryan (rph) - OpenCartHelp.com
Could not resolve path for [admin/controller/common/header.php] (SKIPPED)
Could not resolve path for [admin/view/template/common/header.tpl] (SKIPPED)