twhite3000 / vqmod

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

session error #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.shoppica theme 1.0.11
2.manual install vqmod 2.1.5
3.

What is the expected output? What do you see instead?
No errror message
Error message:Warning: session_start() [function.session-start]: Cannot send 
session cache limiter - headers already sent (output started at 
/home/rdface3/public_html/shop/index.php:2) in 
/home/rdface3/public_html/shop/system/library/session.php on line 11

What version of the product are you using? On what operating system?
opencart 1.5.1.3

Please provide any additional information below.
This message only occurs on the frontend. The admin area is fine. My hosting 
provider confirmed that it is a scripting issue.

Original issue reported on code.google.com by 3rdf...@gmail.com on 18 Nov 2011 at 9:34

GoogleCodeExporter commented 9 years ago
Hi 3rdface

This is not a vQmod issue. Check your index.php file, on the second line there 
will be something outputting content of some kind, be it an error or otherwise 
which is causing your problem. vQmod doesn't touch any lines before around line 
14 therefore it's not vQmod causing this

Original comment by DJG6...@gmail.com on 18 Nov 2011 at 10:52

GoogleCodeExporter commented 9 years ago
Thanks for the reply. I have checked my index.php & the first 3 lines are:
<?php
// Version
define('VERSION', '1.5.1.3');

this problem started after installing vqmod. Could this have something to do 
with using the shoppica theme?

THanks in advance

Original comment by 3rdf...@gmail.com on 1 Dec 2011 at 8:36

GoogleCodeExporter commented 9 years ago
I'd recommend overwriting your index.php with a fresh copy from the OC repo, 
and trying a manual install. and yes it's more likely to be shoppica than vqmod 
in my opinion

Original comment by DJG6...@gmail.com on 1 Dec 2011 at 7:42