Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
The Old Man Posted December 29, 2022 Posted December 29, 2022 Like many folks on here judging from related topics, I have been experiencing the rather pesky message when trying to log in and/or change theme... Quote Error code: 2S119/1 Something went wrong. Please try again. Hopefully this helps someone else... In my case, it was on localhost but ONLY in Chrome and Edge browsers (Windows 10). Normally I use Firefox, which worked fine. I found a clue in Chrome's devtools mentioning the domain attribute being invalid: In my install I have a constants.php with cookie constants, this one was was set to: define( 'COOKIE_DOMAIN', '.localhost' ); I removed the . from before the domain define( 'COOKIE_DOMAIN', 'localhost' ); and it immediately logged me in using Chrome as soon as I refreshed the log-in page. I checked Firefox and that still worked after the change. I test Edge, and again, as soon as I refreshed the log-in page it let me in. Same on other localdev installs on my PC. So if you are also having trouble or users are reporting problems and getting this error code, it may be worth checking if you have a . in front of your domain in your configuration which Edge and Chrome don't like, or adding a new constant for COOKIE_DOMAIN with no . if not. Take a copy or screenshot of your existing constants.php first. adminHideki 1
Recommended Posts