I did install active translation successfully.
In the modules it is enabled.
In the blocks, set it to have language switch in the right column.
Nothing appears anywhere...
I have no option for translating any item...
What could be wrong?
I want to create a multilingual site, English, German, French, I want to create one menu tree only and translate the content of pages and menu items.

CommentFileSizeAuthor
#2 active_translation_262803.patch5.38 KBdrewish

Comments

drewish’s picture

I'm not sure I follow the part about the menu items... are they set for each node? Or are they listing pages?

One thing you might try is rebuilding the active translation table (there's a button to do this on admin/settings/active_translation) there seems to be a bug that is preventing it from being built correctly at the time of installation.

drewish’s picture

Status: Active » Fixed
StatusFileSize
new5.38 KB

I think I tracked this down. The table wasn't being built correctly at install time because the schema was cached incorrectly an drupal_write_record() was failing. Moving the schema creation/deletion into hook_enable() and hook_disable() rather than hook_install() hook_uninstall().

committed the attached to HEAD.

drewish’s picture

Title: Active Transtaltion installs but nothing happens » Active Translation installs but nothing happens
Anonymous’s picture

Status: Fixed » Closed (fixed)

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