Post by sebneo » Sun Jul 14, 2013 3:03 pm

Hello

Well I got a problem install of Vqmod don't work for me

Well I download the lastest version of Vqmod and follow the tutorial here ( I try automatic and manual installation):

http://code.google.com/p/vqmod/wiki/Install_OpenCart

After install I got the message Vqmod is installed ...

Nut when I try to open my shop or my admin page I Got the following message
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, postmaster@www.carnassiers-shop.ch and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


I think I know where is the problem , The following file must be create but doesn't while install Vqmod.

Using FTP, verify that there are new "vq" files in the "vqmod/vqcache" folder.

But I really don't see how to resolve this problem

If yomeone got a solution cause I must install this module but can't due to Vqmod fail

http://www.opencart.com/index.php?route ... ion&page=2

Many thanks
Last edited by sebneo on Mon Jul 15, 2013 4:12 pm, edited 1 time in total.

OpenCart version: 2.3.0.2 fr
Host: Infomaniak
Template installed: Journal 2
Isenselabs Nitropack


New member

Posts

Joined
Sat Jun 29, 2013 7:50 pm

User avatar
Guru Member

Posts

Joined
Wed Nov 16, 2011 11:53 am
Location - Singapore

Post by sebneo » Mon Jul 15, 2013 1:42 am

MarketInSG wrote:change your index.php permission back to 644.

You mean after installation?

But wha about the Vq hwose are not create while installation?

OpenCart version: 2.3.0.2 fr
Host: Infomaniak
Template installed: Journal 2
Isenselabs Nitropack


New member

Posts

Joined
Sat Jun 29, 2013 7:50 pm

Post by john88 » Mon Jul 15, 2013 3:16 am

How to install using Autoinstaller

Download the latest version that has "opencart" in the title from
http://code.google.com/p/vqmod
Using FTP, upload the "vqmod" folder from the zip to the root of your opencart store.
Be sure the vqmod folder and the vqmod/vqcache folders are writable (either 755 or 777).
Also be sure index.php and admin/index.php are writable.
If not sure which you need, first try 755.
If you get errors about permissions, then try 777.
Goto http://www.yoursite.com/vqmod/install
You should get a success message. If not, check permissions above and try again
Load your store homepage and verify it works.
Using FTP, verify that there are new "vq" files in the "vqmod/vqcache" folder.
If yes, then you are ready to start downloading or creating vQmod scripts, otherwise ask for assistance.

Done!

DO NOT DELETE THE INSTALL FOLDER!
YOU MUST RUN THE INSTALLER EVERY TIME YOU UPGRADE OPENCART!!
THERE IS NO DANGER OF RE-RUNNING THE INSTALLER!

How to install Manually

Download the latest version that has "opencart" in the title from
http://code.google.com/p/vqmod
Using FTP, upload the "vqmod" folder from the zip to the root of your opencart store.
Be sure the vqmod folder and the vqmod/vqcache folders are writable (either 755 or 777).
Also be sure index.php and admin/index.php are writable.
If not sure which you need, first try 755.
If you get errors about permissions, then try 777.
Edit your index.php file
FIND:

// Startup
require_once(DIR_SYSTEM . 'startup.php');

// Application Classes
require_once(DIR_SYSTEM . 'library/customer.php');
require_once(DIR_SYSTEM . 'library/currency.php');
require_once(DIR_SYSTEM . 'library/tax.php');
require_once(DIR_SYSTEM . 'library/weight.php');
require_once(DIR_SYSTEM . 'library/length.php');
require_once(DIR_SYSTEM . 'library/cart.php');
require_once(DIR_SYSTEM . 'library/affiliate.php');

REPLACE WITH:

// vQmod
require_once('./vqmod/vqmod.php');
$vqmod = new VQMod();

// VQMODDED Startup
require_once($vqmod->modCheck(DIR_SYSTEM . 'startup.php'));

// 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'));

New member

Posts

Joined
Sat Jul 13, 2013 1:45 am


Post by sebneo » Mon Jul 15, 2013 4:12 pm

well It is ok now

For solve the problem

I have install version 2.2.0 (work perfectly) and upgrade to 2.3.2 after

OpenCart version: 2.3.0.2 fr
Host: Infomaniak
Template installed: Journal 2
Isenselabs Nitropack


New member

Posts

Joined
Sat Jun 29, 2013 7:50 pm

Post by john88 » Mon Jul 29, 2013 4:21 am

great to know :)

New member

Posts

Joined
Sat Jul 13, 2013 1:45 am

Who is online

Users browsing this forum: No registered users and 31 guests