[06:54:08] congrats to majavah, our newest +2'er :) [16:04:15] I am having trouble being able to login after fresh install. It sends an alert about hijacking. Can anyone point me in the right direction? [16:09:20] Guest49: bad cache settings [16:09:44] that message is unfortunately highly misleading, but points towards your session storage using a caching type that isn't persistent [16:10:24] if you have redis or memcached, use that. Do *not* use apcu; if that's all you have then set $wgSessionCacheType = CACHE_DB; in your LocalSettings.php [16:13:07] Thanks I will give that a try [16:14:27] IT WORKED! YAY, Thanks. I have been banging my head against the wall trying to figure this out all last night. 10 out of 10 stars! [16:15:06] glad to hear it :) [16:18:05] https://www.mediawiki.org/wiki/Manual:Common_errors_and_symptoms#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. links to https://www.mediawiki.org/wiki/Manual:How_to_debug/Login_problems [16:18:13] Does that cover it? If not, improvements welcome :) [16:27:46] andre: it's listed there but perhaps not as prominently as it should be, since that is by far the most common cause of that error message and therefore the most common solution [16:39:12] hmm, I can't actually think of a way to meaningfully improve that page beyond turning it into a flowchart-style thing [16:39:24] or a checklist rather [18:57:14] I have a "Powered by Raspberry Pi" badge that I would like to add to the footer. Is there a simple way to do that? [19:00:04] Guest95: https://www.mediawiki.org/wiki/Manual:$wgFooterIcons [19:00:21] Thank you.