Extension talk:Contributions
From MediaWiki.org
Contents
| Thread title | Replies | Last modified |
|---|---|---|
| sql error | 3 | 18:01, 27 January 2012 |
| Fatal error | 0 | 07:36, 2 December 2011 |
数据库错误 发生了数据库查询语法错误,可能是由于软件自身的错误所引起。最后一次数据库查询指令是: (SQL查询已隐藏) 来自函数“DatabaseBase::select”内。数据库返回错误“1140: Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause (localhost)”。
SELECT MAX( rev_id ) AS rev_id, rev_parent_id, rev_len FROM `revision` WHERE rev_page = '2' AND rev_user = '1'
I often have the error too. I am using the newest version of mediawiki. I searched website and found the reason is an extra “single quote" is in the SQL string. Maybe this is because of the Chinese coding problem?