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.

CommentFileSizeAuthor
#2 at_369392.patch716 bytesdrewish

Comments

ocell’s picture

Status: Active » Needs review

The 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

drewish’s picture

Status: Needs review » Fixed
StatusFileSize
new716 bytes

committed the attached to DRUPAL-5

Status: Fixed » Closed (fixed)

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