Jump to content

After upgrading Apache 2.4 - Php 5.5.30 having session prob.


Recommended Posts

I saw IPB 4.1.4.1 asking for php 5.5 I have upgraded... IP board is working just fine but my other sites on the server having session problem or header not sent problem

Anyone has any idea where to look at for this problem on the server????

Php 5.4 and Apache 2.2 all my website were working, after upgrading to php 5.5.30 and apache 2.4 I am getting these error message on log file on every domain on the server

[25-Nov-2015 01:55:44 UTC] PHP Warning:  session_start(): Cannot send session cache limiter - headers already sent (output started at /home/mysite/public_html/qa-include/ajax/asktitle.php:76) in /home/mysite/public_html/qa-include/app/users.php on line 146
[25-Nov-2015 01:55:44 UTC] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/qa-include/ajax/asktitle.php:76) in /home/mysite/public_html/qa-include/app/users.php on line 183

Session info from phpinfo()

session.thumb.jpg.113abc3bd01d5902745237

What should I check on the server or where do I look at?

Link to comment
Share on other sites

  • 2 weeks later...

Finally I have nailed it...

Just in case anyone else encounter this problem here is my solution:

for session path I put this on the domain root

session.save_path = "/home/mysite/tmp" 

cache issue, I have changed values on

So we have removed the "public" below and set it to "nocache":

session.cache_limiter = public
session.cache_expire = 180

 

Good Luck

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...