Just FYI (for the tech minded)
I migrated the car4play server a couple of days ago to Centos 7 and Php 7.1 (from 6, php 5.4)
Had to fix a few bits of code to get it to be happy with php7.
Also moved from Apache/Nginx proxy web server to Nginx with php-fpm.
The original session handler didn’t like it he move so your using the built in one now. That would have logged you out when it switched.
If a browser keeps redirecting to another location no matter what you do it’s usually because at some point it got a permanent redirect 301 to that page. The browser then doesn’t care what the server then changes to it if links are corrected etc. It just ‘thinks’ that you those links need to go to redirect page.
You have to clear the browser cache for this site and restart the browser completely to fix it.
On the desktop a restart browser often seems to be enough. Also hard refresh the page. Eg on desktop there is a force refresh option. (Eg option plus click refresh)
Edit.
It’s too early....
Just remembered I didn’t actually make the server switch in the end because some other hosted sites couldn’t run under php7 and they are on the same IP.
I had just switched on my local machine to check etc. So the code got updated to be compatible but the server hasn’t.
Last edited by: car4play on Sun 5 Aug 18 at 09:11
|