After installation the rebuild table or selecting something in the internacionalization module will give this error:
Was unable to find the install path for active_translation.
I'm running it on D5 and I'm susing active_translation 5.x-1.x-dev.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | at_369392.patch | 716 bytes | drewish |
Comments
Comment #1
ocell commentedThe create table SQl is wrong, it creates the table active_translations and it should be active_translation without the final "s".
Code that needs to be modified: CREATE TABLE {active_translations}
CREATE TABLE {active_translation} (
`atid` int(10) unsigned NOT NULL
$language_field_sql
) ENGINE=MyISAM DEFAULT CHARSET=utf8
Comment #2
drewish commentedcommitted the attached to DRUPAL-5