I´ve got the following errormessage with activating of the extra of Maestro module
* Warning: Illegal offset type in isset or empty in locale() (Zeile 652 von /hsphere/local/home/jmgse/den-tyska-hustomte.se/drupal/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(\'task1\'' 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('task1'); set_tool_tip('Select a task to draw the line to.'); ) in locale() (Zeile 659 von /hsphere/local/home/jmgse/den-tyska-hustomte.se/drupal/modules/locale/locale.module).
Comments
Comment #1
_randy commentedYou're using RC1? Or did you mistakenly choose that as the version for this bug report?
Either way, it looks like there might be a localisation issue going on here as its the locale module which is complaining.
Does this error go away when you use English?
Comment #2
_randy commentedAlthough this issue item was first to be posted, there is another localisation issue noted in this issue queue entry http://drupal.org/node/1033612 which has a few more responses.
I will close this one off as a duplicate for now. Please follow the thread I noted above.