Hey guys,
I have a new problem on my mediawiki. I'm using mediawiki-1.25.2 (the most curent).
And when I go to log in I get this message:
*Login error* Jokefire Wiki uses cookies to log in users. You have cookies disabled. Please enable them and try again.
Even tho cookies are enabeld in the browser. So far I've tried setting this in my LocalSettings.php file:
So far I'vr tried adding
session_save_path("tmp");
To my LocalSettings.php and created a /tmp directory in thr MW directory that's been chmoded to 777.
Still no luck!
Anyone got any ideas on how to solve this error?
Enabled but didnt see anything pertaining to the problem in the debug logs.
Thanks, Tim
On Tue, Sep 29, 2015 at 12:20 AM, Tim Dunphy bluethundr@gmail.com wrote:
Wiki uses cookies to log in users. You have cookies disabled
There's a bunch of info about this here:
https://www.mediawiki.org/wiki/Topic:Rg3w5u0e70fs8l4e
Try deleting the session info with rm -v /tmp/sess_* as that got one person working again.
If that doesn't work, the last item in that thread has another solution to try.
Hey Bill,
There's a bunch of info about this here:
Try deleting the session info with rm -v /tmp/sess_* as that got one
person working again.
Thanks!! Removing the session data did the trick! However my session data was being stored at /var/lib/php/session/sess-*
At any rate, glad that worked! I'm able to log in now.
Thanks, Tim
On Tue, Sep 29, 2015 at 5:28 AM, Bill Traynor btraynor@gmail.com wrote:
On Tue, Sep 29, 2015 at 12:20 AM, Tim Dunphy bluethundr@gmail.com wrote:
Wiki uses cookies to log in users. You have cookies disabled
There's a bunch of info about this here:
https://www.mediawiki.org/wiki/Topic:Rg3w5u0e70fs8l4e
Try deleting the session info with rm -v /tmp/sess_* as that got one person working again.
If that doesn't work, the last item in that thread has another solution to try.
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org