I tried to share table term_user for this module.

My setting.php here:
$db_prefix = array(
'authmap' => 'shared_',
'profile_fields' => 'shared_',
'profile_values' => 'shared_',
'role' => 'shared_',
'sessions' => 'shared_',
'users' => 'shared_',
'term_user' => 'shared_',
'default' => 'tsar_', );

But Drupal gets this error - "user warning: Table 'gb_conference.tsar_term_user' doesn't exist query......".

Is it means, that drupal can share only core modules tables?

Comments

joachim’s picture

Status: Active » Postponed (maintainer needs more info)
Issue tags: -multisite, -$db_prefix

Nope, all tables should work.

I've just tried renaming my term_user to shared_term_user and setting the $db_prefix accordingly, and it all seems to work fine -- though I've not tried it for module installation.

Where do you get that error?