Jump to content

Strange Problem


SkyRanger

Recommended Posts

Ok, not sure what the problem is....hard to explain.  I am trying to setup a login script but I get the normal: Warning: session_start() [function.session-start]: Cannot send session cache limiter error code.  I have no white space above to cause problem.  I have used this same code written by Jpmaster77 on a number of sites.  What the strange thing is it also messed up a couple of my css text boxes.   

 

See the difference: 

http://www.monstersgonewild.ca/index.php - Problem

http://www.monstersgonewild.ca/index1.php - Without session()

 

I would post the code of the original page but it is 600+lines and growing.

 

Anybody have any ideas?

 

Link to comment
Share on other sites

The error messages tells you where the output is occurring at -

output started at /home/monsters/public_html/index.php:1 (line 1)

 

If you don't have any characters before the <?php tag in your file and you don't have any php code on the same line with the <?php tag that is producing output, then you most likely have a file saved as UTF-8 with the BOM characters. See the last post in this thread - http://www.phpfreaks.com/forums/index.php?topic=37442.0

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.