https://bugzilla.wikimedia.org/show_bug.cgi?id=28070
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Normal |High CC| |[email protected] --- Comment #1 from Krinkle <[email protected]> 2011-03-15 23:07:23 UTC --- Can also be reproduced on Toolserver Wiki (which uses PostgreSQL [1]) Log in at https://wiki.toolserver.org/ and go to Special:Watchlist and click the RSS feed feed:https://wiki.toolserver.org/w/api.php?action=feedwatchlist&allrev=allrev&wlowner=USERNAME&wltoken=TOKEN&feedformat=atom 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: SELECT rc_namespace,rc_title,rc_timestamp,rc_cur_id,rc_this_oldid,rc_user,rc_user_text,rc_comment FROM watchlist,page,recentchanges WHERE (wl_namespace = rc_namespace) AND (wl_title = rc_title) AND (rc_cur_id = page_id) AND wl_user = '1109' AND rc_deleted = '0' AND (rc_timestamp>='20110314230557') ORDER BY rc_timestamp DESC LIMIT 51 Function: ApiQueryWatchlist::run Error: 1 ERROR: invalid input syntax for type timestamp with time zone: "20110314230557" -- Krinkle [1] https://wiki.toolserver.org/wiki/Special:Version -- 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
