While doing some minor updates to the validation feature, I noticed that in a freshly checked-out MediaWiki alpha2, I can not save any edits as a logged-in user, I always get the preview instead.
As an anon, it works fine, though.
So, before complaining about me not using CSS again... ;-)
Magnus
(too lazy to put that on bugzilla; probably just a microbug, anyway...)
Magnus Manske wrote:
While doing some minor updates to the validation feature, I noticed that in a freshly checked-out MediaWiki alpha2, I can not save any edits as a logged-in user, I always get the preview instead.
Can you confirm that PHP sessions are set up and working correctly?
-- brion vibber (brion @ pobox.com)
Brion Vibber wrote:
Magnus Manske wrote:
While doing some minor updates to the validation feature, I noticed that in a freshly checked-out MediaWiki alpha2, I can not save any edits as a logged-in user, I always get the preview instead.
Can you confirm that PHP sessions are set up and working correctly?
Sessions do *not* work, for some reason; I didn't notice because I chose "stay logged in". Anyway, I'm using a standard Window$ installation; this shouldn't happen.
Magnus
Magnus Manske wrote:
Brion Vibber wrote:
Can you confirm that PHP sessions are set up and working correctly?
Sessions do *not* work, for some reason; I didn't notice because I chose "stay logged in". Anyway, I'm using a standard Window$ installation; this shouldn't happen.
Typically php.ini ships with session.save_path set to /tmp, which is nearly always bogus on Windows -- you have to change it to get things to work.
It's rather annoying, you'd think they could fix that in their own distributions. :P
-- brion vibber (brion @ pobox.com)
wikitech-l@lists.wikimedia.org