Bugzilla – Bug 1200455
en.opensuse.org responds 500 when logged in
Last modified: 2022-06-13 08:27:46 UTC
Hi, en.opensuse.org is currently broken for me, when I try to login using my openSUSE account. Steps to reproduce: 1. open en.opensuse.org 2. enter login/password 3. see 500 on every page
I'll need to enable debugging for your username to find out what's going on. What's your username?
Sorry, forgot to mention. My username is "matwey"
Debug log is enabled. Please try to login again. (It will probably still fail, but should give me a nice log ;-)
(In reply to Christian Boltz from comment #3) > Debug log is enabled. > > Please try to login again. (It will probably still fail, but should give me > a nice log ;-) I've just tried to login.
Your user settings include to use the old design (Bento), but it no longer works. The debug log says "Error: Call to undefined function wfRestoreWarnings()" which probably no longer exists in the latest MediaWiki. I'm not sure if it's worth the effort to upgrade the old design (it's rarely used, only 56 users of the english wiki have it in their config, and so far you are the only one who hit the issue) or if I should just disable it. Anyway, I slightly modified your user preferences: delete from user_properties where up_user=4628 and up_property='skin' and up_value='bento'; so that you should get the default design now (= the same as you get before logging in). Can you please try to login again? Either it works now, or you at least hit a fresh error ;-)
(In reply to Christian Boltz from comment #5) > Your user settings include to use the old design (Bento), but it no longer > works. The debug log says "Error: Call to undefined function > wfRestoreWarnings()" which probably no longer exists in the latest MediaWiki. > > I'm not sure if it's worth the effort to upgrade the old design (it's rarely > used, only 56 users of the english wiki have it in their config, and so far > you are the only one who hit the issue) or if I should just disable it. > > Anyway, I slightly modified your user preferences: > > delete from user_properties where up_user=4628 and up_property='skin' > and up_value='bento'; > > so that you should get the default design now (= the same as you get before > logging in). > > Can you please try to login again? Either it works now, or you at least hit > a fresh error ;-) Thank you. Now I can login! Personally, I don't care much about the design. It is more important that wiki works for me now.