Even after turning off the i18n query rewriting it's still getting up in my queries. I'm just going to say screw it and disable their query re-writing by calling i18n_selection_mode('off');.
It's heavy handed but if they ignore the setting there's not much I can do, I've got a hook_requirements warning that the two don't play nice so users have some notice.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | active_translation_266314.patch | 952 bytes | drewish |
| active_translation_i18n_rewrite.patch | 903 bytes | drewish |
Comments
Comment #1
drewish commentedcommitted to HEAD.
Comment #2
Bo Kleve commentedHi!
I installed the updated version today and that stopped my testsite working with
PHP Fatal error: Call to undefined function i18n_selection_mode() in /usr/share/drupal-6.2/sites/all/modules/active_translation/active_translation.module on line 299.I didn't have i18n installed, so the
i18n_selection_mode('off');line needs to have a check if i18n is installed./BoK
Comment #3
drewish commentedah, good call... totally a dumb error. mind testing out this fix?
Comment #4
drewish commentedwent ahead and committed this to HEAD.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.