user warning: Unknown column 't.sid' in 'field list' query: SELECT COUNT(DISTINCT t.sid) AS translation_count, l.pid FROM l10n_community_line l LEFT JOIN l10n_community_status_flag ts ON l.sid = ts.sid WHERE ts.has_suggestion = 1 GROUP BY l.pid in ....\l10n_server\l10n_community\pages.inc on line 519.
CommentFileSizeAuthor
#1 l10n_server_720166.patch1.21 KBtobiasb

Comments

tobiasb’s picture

Status: Active » Needs review
StatusFileSize
new1.21 KB
gábor hojtsy’s picture

Status: Needs review » Fixed

Thank you so much for testing and finding this issue. Committed. Should not be an issue on 1.x, since this was introduced with the migration of flags to a separate table.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.