Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Incomplete
-
Affects Version/s: 4.4.13, 4.5.8
-
Fix Version/s: None
-
Component/s: Drupal Integration Modules
-
Labels:
-
Documentation Required?:None
Description
When cutting pasting CMS Views integration code from /civicrm/admin/setting/uf?reset=1 in a d6 environment, the code is d7 compatible.
The code reads:
databases['default']['default']['prefix']= array(
instead of:
$db_prefix = array(
This leads to drupal views losing access to core civi fields (all fields in the case we came accross it - completely breaking many views)
Workaround is to change the code when copying.
Thanks,
M.