You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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.
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.
The text was updated successfully, but these errors were encountered: