[21:06:18] howdy howdy. i'm running a private wiki on v1.34 (yes i know). it's running on a non-standard (but https) port several sublevels deep at https://aaa.bbb.ccc.net:8443. originally this wiki was hosted elsewhere, but i've updated all of the config i can find to point to the new URL. [21:06:41] however, whenever i try to log in, i get this message: "There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Please resubmit the form." [21:14:37] there's https://stackoverflow.com/questions/38812604/cant-log-in-to-mediawiki-canceled-as-a-precaution-against-session-hijacking , which suggests setting "$wgSessionCacheType = CACHE_DB;" ... but that's already set for me. [21:16:24] removing that setting doesn't seem to change it either, and the only other setting is "$wgMainCacheType = CACHE_ACCEL;" [21:17:24] lol hang on is this because of readonly mode. [21:24:30] lmao yep. that was it. the error was a total red herring