twhite3000 / vqmod

Automatically exported from code.google.com/p/vqmod
0 stars 0 forks source link

vqmod 2.1.7 on opencart 1.5.4.1 issue #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. fresh install opencart 1.5.4.1
2. fresh install vqmod 2.1.7

What is the expected output? 
site visible
possible to enter in admin

What do you see instead?

site cannot be accessed (blank page, no error message)
cannot enter admin

vQmod Version:
2.1.7

Server Operating System:
debian sqeeze

Please provide any additional information below.
I believe vqmod 2.1.7 is not compatible with opencart 1.5.4.1 ?

Original issue reported on code.google.com by adrian.d...@brasovinvest.ro on 28 Aug 2012 at 2:27

GoogleCodeExporter commented 9 years ago
Do you get any errors in the vqmod error log? vQmod shouldn't show a white page 
at all, and this is the only report of it not working with 1.5.4.1 which 
considering it's a necessity with most sites these days, I find peculiar. I'd 
advise checking your error logs, and seeing what php errors have been created

Original comment by DJG6...@gmail.com on 28 Aug 2012 at 4:22

GoogleCodeExporter commented 9 years ago
Thank you for your answer.

After redoing the same installation process (OC 1.5.4.1 and vqmod 2.1.7) I've 
noticed in apache error log the following line:

[Tue Aug 28 20:33:43 2012] [error] [client xx.xx.xx.xx] PHP Warning:  
file_put_contents(/var/www/mysite.com/public_html/vqmod/vqcache/vq2-system_start
up.php): failed to open stream: Permission denied in 
/var/www/mysite.com/public_html/vqmod/vqmod.php on line 100, referer: 
http://mysite.com/admin/index.php?route=common/home&token=ee99a2d89fs678sa6c8s7a
gcsa7tcsa

It seems that the folder vqmod/vqcache needs also to be chmod-ed with 777. 
After doing this, I see both the front-end of the site and the admin ...

Thanks again

Original comment by adrian.d...@brasovinvest.ro on 28 Aug 2012 at 5:42

GoogleCodeExporter commented 9 years ago
Ah, so you just needed write access?

Original comment by DJG6...@gmail.com on 28 Aug 2012 at 5:43

GoogleCodeExporter commented 9 years ago
Yes, it seems that 777 on vqcache will do the trick !

Original comment by adrian.d...@brasovinvest.ro on 28 Aug 2012 at 6:07

GoogleCodeExporter commented 9 years ago
Hi,
I can see the admin is working fine. but changes for front end is not 
reflecting with vqmod 2.1.7 and  opencart 1.5.4.1.

Original comment by vivek.pa...@gmail.com on 5 Sep 2012 at 6:51

GoogleCodeExporter commented 9 years ago
1. fresh install opencart 1.5.4
2. fresh install vqmod 2.1.7

No error messages. I also installed few opencart extensions which are working 
fine so far. But can't see admin log in page. its just a blank page without any 
error message.

Any help please.

Original comment by lite3...@gmail.com on 13 Nov 2012 at 12:07

GoogleCodeExporter commented 9 years ago
A blank page means you have errors - they're just hidden by default. if you're 
unsure as to how to view them check with your hosting

Original comment by DJG6...@gmail.com on 13 Nov 2012 at 12:30

GoogleCodeExporter commented 9 years ago
You should also be using the latest version of vQmod (2.2.1) not 2.1.7

Original comment by DJG6...@gmail.com on 13 Nov 2012 at 12:30

GoogleCodeExporter commented 9 years ago
Folder and file permission issue.

When using Vqmod make your admin/index.php permission is not corrupted. On some 
platforms folder permission is set to 755 and file permission is set to 644.

This is important when using different FTP programs, each program is configured 
differently for examply FileZilla? is using 777 and other numbers. Its better 
to check with hosting company for the permission configurations first.

Original comment by lite3...@gmail.com on 13 Nov 2012 at 10:03