Closed (fixed)
Project:
PhpGedView
Version:
5.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2007 at 23:59 UTC
Updated:
31 Mar 2007 at 10:31 UTC
I am unsure how to add the phpgedview database to settings.php.
The problem is I installed pgv database into the drupal database with the prefix "pgv_".
Should it look like this?
$db_url['default'] = 'mysql://username:password@localhost/databasename'; // drupal db info
$db_prefix = '';
$db_url['phpgedview'] = 'mysql://username:password@localhost/databasename'; // pgv db info
$db_prefix = 'pgv_';
Comments
Comment #1
karens commentedNo, that $db_prefix is just for the Drupal prefix and you don't want to put the PGV prefix there or your Drupal files won't work. You identify the PGV prefix on the settings page for the PhpGedView module (admin/settings/phpgedview).
Comment #2
(not verified) commented