Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opencart how to test if vqmod installed?

I have written a module that uses vqmod for opencart. How can I check if vqmod is installed from within the admin module?

I would like to display a warning inside of the module that checks if vqmod is installed? Even better would be to check if it also has correct write permission to generate cached files and write to the vamod.log

What is the best way of doing this?

PS: it would be cool if you could tag questions with vqmod. I dont have enough reputation to create a new tag.

like image 880
John Magnolia Avatar asked May 02 '12 14:05

John Magnolia


People also ask

Where is vQmod folder in opencart?

From the Filezilla screenshot below, we can see the root directory of this store is located at public_html/opencart in the Remote site side. Uploading the vQmod folder here will make the vqmod folder visible in public_html/opencart.

What is vQmod?

vQmod (virtual file modification system) is a powerful system designed to help developers when they have to edit system core files. The vQmod, by it's nature, help you alter source files without actually editing them. All changes are saved in a temporary file which is substituted for the original during execution.


1 Answers

/vqmod/install

if it is installed it will tell you "vqmod is already installed"

like image 172
jaja Avatar answered Sep 22 '22 18:09

jaja