Closed (fixed)
Project:
Advanced Profile Kit
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 May 2009 at 03:22 UTC
Updated:
11 Jul 2009 at 20:50 UTC
As reported on IRC, errors if UR not installed. Need to investigate.
Also need to mention UR in the docs.
Michelle
Comments
Comment #1
M_Saltmarsh commentedUsing Advanced Profile in a muilt-site setup.
I installed your advance Profile Kit as well as the required modules but getting error that system can't find user_relationships table. So I read here about error and went out and downloaded UR but before I enable, would you know if this table should be in my shared db or left in the main db.
At the moment this is the prefix setup in all my settings.php files. (am I missing any from Adv Profile?)
$db_prefix = array(
'default' => '',
'authmap' => 'drupal_shared_tables.',
'profile_fields' => 'drupal_shared_tables.',
'profile_values' => 'drupal_shared_tables.',
'role' => 'drupal_shared_tables.',
'sessions' => 'drupal_shared_tables.',
'users' => 'drupal_shared_tables.',
);
Thank you for any help or direction you can give me.
Mark Saltmarsh
Comment #2
michelle@M_Saltmarsh: I don't know anything about sharing databases but I would imagine it needs to be in the same database as views or views won't be able to find it.
Michelle
Comment #3
michelleRemoved the UR content type from the default handler.
Michelle