tables

Fix for settings.php database array for sharing profiles

  1. <?php
  2. //usual local settings:
  3. $db_url = 'mysqli://username:password@localhost/my_drupal_db';
  4.  
  5. $db_prefix = array(
  6.     'default'                   => '',
  7.     'profile_fields'    => 'site1_',

settings.php database array for sharing profiles

  1. <?php
  2. //usual local settings:
  3. $db_url = 'mysqli://username:password@localhost/my_drupal_db';
  4.  
  5. $db_prefix = array(
  6.     'profile_fields'    => 'site1_',
  7.     'profile_values'    => 'site1_',
  8. );
  9. ?>
Syndicate content