Niko Belger Posted April 29, 2018 Posted April 29, 2018 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?
CoffeeCake Posted July 5, 2018 Posted July 5, 2018 This is the same behavior I am experiencing. Any luck, @Niko Belger, on a fix?
Chris Anderson Posted July 5, 2018 Posted July 5, 2018 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.
CoffeeCake Posted July 5, 2018 Posted July 5, 2018 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
Niko Belger Posted July 9, 2018 Author Posted July 9, 2018 They changed $_SERVER['HTTP_HOST'] to $_SERVER['SERVER_NAME'] So most likely your server name is not set correctly
Craig Seeman Posted August 18, 2018 Posted August 18, 2018 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.