Page 1 of 1
vQmod 403 forbidden
Posted: Tue Mar 01, 2016 6:17 pm
by AlanARG
Hey there!
I'm trying to install vQmod but when I try to access
http://luxury-trader.com/vqmod/install/ it says "403 forbidden you don't have permission to access blabla in this server".
I've sent 777 permissions to almost every directory in root and still I can't make it work
Any ideas?
Thanks.
PS: I've modified admin but already changed it in admin/config.php and another file I can't remember now.
PS2: Original "vQmod" directory (downloaded from github) didn't have the "vQcache" folder so I created myself.
-SOLVED
Re: vQmod 403 forbidden
Posted: Tue Mar 01, 2016 6:57 pm
by ocart777
do you have a file name called pathReplaces.php inside the vqmod folder? if not you may have installed the standalone version instead of opencart version
Re: vQmod 403 forbidden
Posted: Tue Mar 01, 2016 7:00 pm
by AlanARG
ocart777 wrote:there are file called pathReplaces.php inside vqmod folder, read them

Sorry but I don't have that file.
- vqmod
-- install
--- .htaccess
--- ugrsr.class.php
-- vqcache (created by me)
-- .htaccess
-- readme.txt
-- vqmod.php
That's all

Re: vQmod 403 forbidden
Posted: Tue Mar 01, 2016 7:02 pm
by ocart777
AlanARG wrote:ocart777 wrote:there are file called pathReplaces.php inside vqmod folder, read them

Sorry but I don't have that file.
- vqmod
-- install
--- .htaccess
--- ugrsr.class.php
-- vqcache (created by me)
-- .htaccess
-- readme.txt
-- vqmod.php
That's all

read my edited post, thanks
https://github.com/vqmod/vqmod/releases
Re: vQmod 403 forbidden
Posted: Tue Mar 01, 2016 7:08 pm
by Burt65
Here you get the list of all possible 403 error. It may help you track down what it is stopping you accessing your server...
https://en.wikipedia.org/wiki/HTTP_403
Re: vQmod 403 forbidden
Posted: Wed Mar 02, 2016 7:11 am
by AlanARG
ocart777 wrote:AlanARG wrote:ocart777 wrote:there are file called pathReplaces.php inside vqmod folder, read them

Sorry but I don't have that file.
- vqmod
-- install
--- .htaccess
--- ugrsr.class.php
-- vqcache (created by me)
-- .htaccess
-- readme.txt
-- vqmod.php
That's all

read my edited post, thanks
https://github.com/vqmod/vqmod/releases
Seems that was the issue.
But now I have another one: "Administrator index.php not writeable"
I already tried 755 and 777.
Thanks a lot for your help.