Jump to content

Recommended Posts

I am trying to use the login script from evolt here http://evolt.org/PHP-Login-System-with-Admin-Features?from=1900&comments_per_page=50

 

but I am getting the error:

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/website/public_html/phptesting/test/include/constants.php:93) in /home/website/public_html/phptesting/test/include/session.php on line 46

 

Nobody else seems to be having this problem so I am assuming its something to do with my server.

 

Can anyone see whats up with it??

 

 

Link to comment
https://forums.phpfreaks.com/topic/141827-session-issues-again-is-it-my-server/
Share on other sites

I dont understand why its working for thousands of other people and was created by a master of c++ and it wont work for me.

 

I would be willing to give someone a dummy hosting account to try to install it on.

 

Would even be willing to pay someone to get it working on my server.

Please read the error message. It states where the output is occurring that is preventing the headers from working -

 

output started at /home/website/public_html/phptesting/test/include/constants.php:93
Something at line 93 in the constants.php file is content. Did you examine that file to see what it might be?

 

Since that file posted at the original site only contains 91 lines of code, I will bet that you have some content after the closing ?> tag in the file. Make sure there is nothing after the end of the ?> tag.

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.