In 6.x-3.x the l10n_server_generate_translations_form_submit() doesn't work at all because the expected storage seems to be old.
The insert-subquery returns more columns then the actual table.

Comments

dawehner’s picture

Status: Active » Needs review
StatusFileSize
new1.84 KB

Here is a patch to fix the problem

* truncate the flags as well
* only use one uid
* insert to flag as well and correct the undefined variable $languages.

SebCorbin’s picture

Version: 6.x-3.x-dev » 7.x-1.x-dev
Issue summary: View changes
StatusFileSize
new4.88 KB
SebCorbin’s picture

Status: Needs review » Fixed

Added some options and rewritten the queries to DBTNG

  • SebCorbin committed 7e6ebed on 7.x-1.x
    Issue #1437554 by dawehner, SebCorbin: Make...

Status: Fixed » Closed (fixed)

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