If the German language (other languages not tested) you get the error message.
* Warning: Illegal offset type in isset or empty in locale() (Zeile 652 von /home/www/drupal-jf-remseck/modules/locale/locale.module).
* PDOException: SQLSTATE[42000]: Syntax error or access violation: 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 ' 'draw_status = 1; draw_type = 1; line_start = document.getElementById(\'task5\'' at line 1: SELECT s.lid, t.translation, s.version FROM {locales_source} s LEFT JOIN {locales_target} t ON s.lid = t.lid AND t.language = :language WHERE s.source = :source_label, :source_js AND s.context = :context AND s.textgroup = 'default'; Array ( [:language] => de [:context] => [:source_label] => Draw Line [:source_js] => draw_status = 1; draw_type = 1; line_start = document.getElementById('task5'); set_tool_tip('Select a task to draw the line to.'); ) in locale() (Zeile 659 von /home/www/drupal-jf-remseck/modules/locale/locale.module).
If one switches to English, it works fine.
Many thanks.
Comments
Comment #1
GStegemann commentedExactly the same behaviour here.
Comment #2
quaser commentedThis problem in Russian language too. If installed English - all worked.
Comment #3
_randy commentedI've closed off issue http://drupal.org/node/1044424. it was the first posting of this issue, but this issue queue has more responses and is more active than the original.
Comment #4
_randy commentedThis is an issue with the Locale module enabled with Maestro.
There is something in Maestro that is trying to be localized with clearly no success.
The only language that is successful is English -- any other language fails as I have just tested it with French as well.
Comment #5
_randy commentedA fix for this has been committed to CVS. The dev branch will have the updates available for download once the cvs bot regenerates the package.
Comment #6
_randy commentedDEV needs review to ensure translations are clean.
Comment #7
_randy commentedFixed in v1.1