Closed (fixed)
Project:
Active Translation
Version:
6.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 May 2008 at 10:46 UTC
Updated:
27 Jun 2008 at 20:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedI'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.
Comment #2
drewish commentedI 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.
Comment #3
drewish commentedComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.