https://bugzilla.wikimedia.org/show_bug.cgi?id=36971
Platonides <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] Component|Logging |Database --- Comment #1 from Platonides <[email protected]> 2012-05-19 12:54:17 UTC --- The given error is: A database error has occurred. Did you forget to run maintenance/update.php after upgrading? See: http://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script Query: INSERT INTO `my_wikiuser` (user_id,user_name,user_password,user_newpassword,user_newpass_time,user_email,user_email_authenticated,user_real_name,user_options,user_token,user_registration,user_editcount) VALUES (NULL,'Platonides','','',NULL,'',NULL,'','','','20120519124928','0') Function: User::addToDatabase Error: 1054 Unknown column 'user_options' in 'field list' (db379193639.db.1and1.com) The user_options column is not present in the latest MediaWiki version, so it's normal it doesn't appear on the db. I don't know why it would be trying to add it. It's like if you had old MediaWiki code with newer database format. But you report it's just installed. What MediaWiki version are you using? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
