Postponed (maintainer needs more info)
Project:
User Terms
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2010 at 16:02 UTC
Updated:
18 Dec 2010 at 19:37 UTC
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
Comment #1
joachim commentedNope, 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?