i'd wanted to export the .pot for tagging Version 2.4 - for settings see screenshot.

user warning: Unknown column 't.is_suggestion' in 'order clause' query: SELECT s.sid, s.value, s.context, f.location, f.revision, l.lineno, l.type FROM l10n_server_file f INNER JOIN l10n_server_line l ON f.fid = l.fid INNER JOIN l10n_server_string s ON l.sid = s.sid WHERE f.pid = 11096 AND f.rid = 38479 ORDER BY s.sid ASC, t.is_suggestion ASC, t.time_entered DESC in /var/www/localize.drupal.org/htdocs_bzr/sites/all/modules/l10n_server/l10n_community/export.inc on line 482.

CommentFileSizeAuthor
#1 orderby.patch854 bytesgábor hojtsy
screenshot.png38.51 KBThomas_Zahreddin

Comments

gábor hojtsy’s picture

Status: Active » Fixed
StatusFileSize
new854 bytes

Yeah, looks like we added some order by which should not have been there at all cases.

gábor hojtsy’s picture

This is now deployed on localize.drupal.org too.

gábor hojtsy’s picture

Uh, it was not actually deployed. Urm. Now it is.

Status: Fixed » Closed (fixed)

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