i can't find the below line in my index.php and admin/index.php.
after i install your vqmod manager. how to configure this line into this 2 file?
Edit OpenCart index.php files (developer recommended)
In /index.php and /admin/index.php after:
$vqmod = new VQMod();
add:
$vqmod->useCache = true;
after i install your vqmod manager. how to configure this line into this 2 file?
Edit OpenCart index.php files (developer recommended)
In /index.php and /admin/index.php after:
$vqmod = new VQMod();
add:
$vqmod->useCache = true;
i install vqmod manager, and vqmod 2.1.4 or 2.1.5, select permission, and start upload extension for testing.but it doesn;t change any file on it. have to manual edit file. why the vqmod not function? do i miss install other file or run other command??
my vqmod.php only show belowrph wrote:VQMod Manager is just a frontend for managing your VQMods. It doesn't do anything itself. If a mod doesn't work you need to talk to the person who created it.
I've found VQMod itself doesn't always generate errors on failure so if nothing shows up in the error log that's not altogether unusual. One thing you can do is check /vqmod/vqmod.php and make sure you have:
andCode: Select all
public $logging = TRUE
You can also check if /vqmod/vqmod.log exists (and VQMM is just failing to grab it) though I'm pretty certain it doesn't.Code: Select all
private $logFilePath = './vqmod'; // Log file path. default: './vqmod/logs' private $logFileName = 'vqmod.log'; // Log file name. default: 'vqmod.log'
/**
* VQMod
* @description Main Object used
*/
final class VQMod {
public $useCache = false;
public $logFilePath = 'vqmod/vqmod.log';
public $vqCachePath = 'vqmod/vqcache/';
public $protectedFilelist = 'vqmod/vqprotect.txt';
public $logging = true;
public $log;
private $_vqversion = '2.1.4';
private $_modFileList = array();
private $_mods = array();
private $_filesModded = array();
private $_cwd = '';
private $_doNotMod = array();
private $_virtualMode = true;
should i add above line into here?
private $logFilePath = './vqmod'; // Log file path. default: './vqmod/logs'
private $logFileName = 'vqmod.log'; // Log file name. default: 'vqmod.log'[/code]
Did you run the VQMod install? Have you checked if an error log is generated?annelim wrote:i install vqmod manager, and vqmod 2.1.4 or 2.1.5, select permission, and start upload extension for testing.but it doesn;t change any file on it. have to manual edit file. why the vqmod not function? do i miss install other file or run other command??
-Ryan
sorry. finally i figure out i miss one step. thank you. i want to ask after the permission 755 set on index, can i set back to 644? is it ok?rph wrote:Did you run the VQMod install? Have you checked if an error log is generated?annelim wrote:i install vqmod manager, and vqmod 2.1.4 or 2.1.5, select permission, and start upload extension for testing.but it doesn;t change any file on it. have to manual edit file. why the vqmod not function? do i miss install other file or run other command??
I am loving this mod !!
And the part that really helps me the most is the Error Log !!
I had a VQMod that just wasn't doing what it was supposed to, and seeing the error generated in the backend was an excellent time saver !
(MUCH better than having to go thru FTP and get the log! )
rph........ you ROCK !
And the part that really helps me the most is the Error Log !!
I had a VQMod that just wasn't doing what it was supposed to, and seeing the error generated in the backend was an excellent time saver !
(MUCH better than having to go thru FTP and get the log! )
rph........ you ROCK !

Hi rph
When is longer than VQMod list, is a little difficult to use. I added the tab feature. In this way, more easier to use.
When is longer than VQMod list, is a little difficult to use. I added the tab feature. In this way, more easier to use.
Code: Select all
Notice: Undefined variable: breadcrumbs in E:\xampp\htdocs\demo001\admin\view\template\module\vqmod_manager.tpl on line 4Warning: Invalid argument supplied for foreach() in E:\xampp\htdocs\demo001\admin\view\template\module\vqmod_manager.tpl on line 4
https://quocbinhvip.blogspot.com
https://sites.google.com/site/qbinh68/
https://sites.google.com/site/qbinh68/t ... t/opencart
You installed the 1.5.x version instead of the 1.4.9.x version.quocbinhvip wrote:error for v1.4.9.6Code: Select all
Notice: Undefined variable: breadcrumbs in E:\xampp\htdocs\demo001\admin\view\template\module\vqmod_manager.tpl on line 4Warning: Invalid argument supplied for foreach() in E:\xampp\htdocs\demo001\admin\view\template\module\vqmod_manager.tpl on line 4
-Ryan
Cool. I might have to go implement this in the next version (probably won't be until spring though).eka7a wrote:Hi rph
When is longer than VQMod list, is a little difficult to use. I added the tab feature. In this way, more easier to use.
-Ryan
Awesome mod!
May have found a possible bug / limitation:
I was editing an xml and then went to clear cache (after editing) and got errors showing in vQmod manager in admin because the file had changed and didn't match anymore.
So, does this just mean that anytime I want to edit an xml I should just clear the cache first?
May have found a possible bug / limitation:
I was editing an xml and then went to clear cache (after editing) and got errors showing in vQmod manager in admin because the file had changed and didn't match anymore.
So, does this just mean that anytime I want to edit an xml I should just clear the cache first?
I heart cmd-f, cmd-c, cmd-v, cmd-z + vQmod.
My favourite page...
v1.5.4.1
Couldn't tell you without the error and the steps to reproduce it. If you're uploading/downloading scripts through VQMod Manager the cache is cleared automatically so you don't have to do it manually.
-Ryan
Hmm... can't seem to reproduce it. Maybe it was a problem with the xml file rather than vQmod Manager. Will post the error message if it happens again.
I heart cmd-f, cmd-c, cmd-v, cmd-z + vQmod.
My favourite page...
v1.5.4.1
I am using this mod, but how do i Fix those errors for the examples that come with the vqmod 1.23 download. 

Who is online
Users browsing this forum: No registered users and 8 guests