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

GStegemann’s picture

Exactly the same behaviour here.

quaser’s picture

This problem in Russian language too. If installed English - all worked.

_randy’s picture

I'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.

_randy’s picture

This 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.

_randy’s picture

A 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.

_randy’s picture

Status: Active » Needs review

DEV needs review to ensure translations are clean.

_randy’s picture

Status: Needs review » Fixed

Fixed in v1.1

Status: Fixed » Closed (fixed)

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