Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-16127

CMS integration code uses d7 format in d6 environment

    Details

    • 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.

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              marshCircle Martin Castle
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: