UncleSteve Posted April 2, 2006 Posted April 2, 2006 Be nice to me, this is my jump in to trying OsC as a total beginner. I?ve finally got round to installing OsC using Fantastico. All seems to have gone well, however on my index page I have the following message above the header. (it doesn?t seem to appear on any other page) Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/extreme/public_html/store/index.php:19) in /home/extreme/public_html/store/includes/functions/sessions.php on line 97 I?ve been searching loads of posts, but not progressed, perhaps because of my lack of knowledge :( So I was wondering if there was a specific database, rather than searching previous posts. Or could someone walk me through my problem please? Thanks in advance for your help :) ____________________________________________________________________ ____________________________________________________________________
kgt Posted April 3, 2006 Posted April 3, 2006 On line 19 of index.php, your script is outputting something. Post the first 25 or so lines of index.php. Contributions Discount Coupon Codes Donations
UncleSteve Posted April 3, 2006 Author Posted April 3, 2006 Hi KGT, Thanks for the reply. your request as follows (I've removed some blank lines to condence it for posting, hence the line prefix *... to indicate original line position) --------------------------------------------------------------------------------------------- 1... <div align="center"> 3... <img border="0" src="../Colour05.jpg" width="611" height="131" alt="My store- On-line store for accessories"> 5... </div> 9... <div align="center"> 11... <center> 13... <table width="750" style="border:1px solid #8200fe; border-collapse:collapse" cellspacing="0" cellpadding="0" bordercolor="#111111"> 17... <tr> 19... <td bgcolor="#8200fe" bordercolor="#8200fe"><p align="center"> 21... <b><font color="#fff8c0" face="Verdana" size="5">Welcome To My store </font> </b> </p> </td> 27... </tr> 29... <tr> --------------------------------------------------------------------------------------------- Thanks Steve ____________________________________________________________________ ____________________________________________________________________
kgt Posted April 3, 2006 Posted April 3, 2006 your request as follows (I've removed some blank lines to condence it for posting, hence the line prefix *... to indicate original line position) No, post the first 25 lines EXACTLY as they are in your file. Copy and paste it without editing it at all. The blank lines can actually be important. Contributions Discount Coupon Codes Donations
UncleSteve Posted April 3, 2006 Author Posted April 3, 2006 Just removed all the blank lines, reloaded and tried again with... (verbatim - copied and pasted without edit) -------------------------------------------------------------------------------- <div align="center"> <img border="0" src="../CampBannerColourEmail05.jpg" width="611" height="131" alt="Marcle Leisure - On-line store for Motorhome, caravan and camping accessories"> </div> <div align="center"> <center> <table width="750" style="border:1px solid #8200fe; border-collapse:collapse" cellspacing="0" cellpadding="0" bordercolor="#111111"> <tr> <td bgcolor="#8200fe" bordercolor="#8200fe"><p align="center"> <b><font color="#fff8c0" face="Verdana" size="5">Welcome To Marcle Leisure.co.uk</font></b></p></td> </tr> <tr> <td bordercolor="#fff8c0"> <div align="center"> <table width="748" cellspacing="0" cellpadding="25"> <tr> <td> <table width="700" style="border-left: 1px solid #8200fe; border-top: 1px solid #8200fe; border-right: 1px solid #8200fe; border-bottom: 1px solid #8200fe;" cellspacing="0" cellpadding="3"> <tr> <td bordercolor="#8200fe" bgcolor="#8200fe"> <p align="center"><b><font face="Verdana" size="4" color="#fff8c0">Online Store </font> </b> </td> </tr> <tr> <td bordercolor="#8200fe" align="center"> <?php /* -------------------------------------------------------------------------------- The error msg. now says Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/extreme/public_html/store/index.php:8) in /home/extreme/public_html/store/includes/functions/sessions.php on line 97 Thanks Steve ____________________________________________________________________ ____________________________________________________________________
Recommended Posts
Archived
This topic is now archived and is closed to further replies.