Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 29, 20186 yr Hi, just installed IPB 4.3 on an fresh installed VPS, however everytime I want to login to the ACP i get redirected to the ACP Login page with the error "NO COOKIE" in the url. Anyone expierinced smiliar behavior and maybe knows a fix?
July 5, 20186 yr Have you tried different browsers or a different computer with the same result? You may have some setting enabled or add-on that is messing with the login process.
July 5, 20186 yr 40 minutes ago, Christopher Anderson said: Have you tried different browsers or a different computer with the same result? You may have some setting enabled or add-on that is messing with the login process. This is a new install, immediately after the installer running. I've tried with multiple browsers and devices. My thinking is that it may have something to do with php-fpm and nginx, though I'm still exploring. The "NO_COOKIE" in the URL seems to indicate that there's an issue setting a cookie. I see cookies set on the client, so I'm wondering if the PHP session isn't being stored server-side properly. ~p
July 9, 20186 yr Author They changed $_SERVER['HTTP_HOST'] to $_SERVER['SERVER_NAME'] So most likely your server name is not set correctly
August 18, 20186 yr On 7/9/2018 at 2:52 AM, Niko Belger said: They changed $_SERVER['HTTP_HOST'] to $_SERVER['SERVER_NAME'] So most likely your server name is not set correctly Thank you for the lead on this! In my case, I was having this exact issue (acp not being able to login and redirecting back with the NO_COOKIE url). It was due to my nginx site configuration ( server_name ) not being correct I changed this to match the forum domain and it logged me right in.
Archived
This topic is now archived and is closed to further replies.