As reported on IRC, errors if UR not installed. Need to investigate.

Also need to mention UR in the docs.

Michelle

Comments

M_Saltmarsh’s picture

Using 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

michelle’s picture

@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

michelle’s picture

Status: Active » Fixed

Removed the UR content type from the default handler.

Michelle

Status: Fixed » Closed (fixed)

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