https://bugzilla.wikimedia.org/show_bug.cgi?id=18441
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major Status|RESOLVED |REOPENED Priority|Normal |Highest Resolution|FIXED | --- Comment #2 from [email protected] 2009-04-14 00:54:33 UTC --- Oh no, now it doesn't work at all. Warning: Invalid argument supplied for foreach() in /home/jidanni/mediawiki/maintenance/rebuildrecentchanges.inc on line 131 發生了一個資料庫查詢語法錯誤。 最後一次的資料庫查詢是: 「INSERT INTO `recentchanges` (rc_timestamp,rc_cur_time,rc_user,rc_user_text,rc_namespace,rc_title,rc_comment,rc_minor,rc_bot,rc_patrolled,rc_new,rc_this_oldid,rc_last_oldid,rc_type,rc_cur_id,rc_log_type,rc_log_action,rc_logid,rc_params,rc_deleted) SELECT log_timestamp,log_timestamp,log_user,user_name,log_namespace,log_title,log_comment,0,0,1,0,0,0,3,COALESCE(page_id, 0),log_type,log_action,log_id,log_params,log_deleted FROM `user`,`logging` LEFT JOIN `page` ON (log_namespace=page_namespace AND log_title=page_title) WHERE (log_timestamp > '20090114005018') AND (log_user=user_id) AND (log_type IN()) ORDER BY log_timestamp DESC」 來自於函數「rebuildRecentChangesTablePass3」。 MySQL返回錯誤「1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')) ORDER BY log_timestamp DESC' at line 1 (mysql.transgender-taiwan.org)」。 -- 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
