Frug / AJAX-Chat

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, FluxBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
http://frug.github.io/AJAX-Chat/
545 stars 301 forks source link

Immediately get redirected back to login page when anybody tries to log in #272

Open FrankTCA opened 5 years ago

FrankTCA commented 5 years ago

I am experiencing a problem with a perfectly new AJAX chat where when I log in, I immediately get redirected back to the log in page. There are a few other issues related, one of which the poster of the issue figured out how to fix himself and then never posted how he did it, and the other one recieved no replies at all. If you need to inspect the issue, the chat on my website is located at http://ec2-18-191-197-119.us-east-2.compute.amazonaws.com/FKNetwork/achat/index.php. I can't figure out why it's happening. Seems to me like probably some sort of a configuration issue, but I don't know which value to change. I already tried turning IP checking off. That didn't do anything. It would be much appreciated if you could help me.

etran123 commented 4 years ago

i just solved this issue. I called into my webhost and they lowered the php version to 5.6 from 7.something. That solved the issue immediately. Hope this helps!

matician09 commented 2 years ago

Hi forks, it looks like something old issue but I find another solution. I had the issue about directory permission in CentOS 8, so custom "session.save_path" php configuration with chmod 777 removes this redirection issue.