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

In CRM/Core/COnfig.php the reference to Joomla user table has a hard coded prefix

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Major
    • Resolution: Fixed/Completed
    • Affects Version/s: 2.1
    • Fix Version/s: 2.1
    • Component/s: None
    • Labels:
      None

      Description

      In CRM/Core/COnfig.php line 272 the reference to Joomla user table has a hard coded prefix of jos, which is the default but not required (and multisite installs often use separate prefixes for each site.

      The value for prefix can be obtainded using getConfig

      $dbPrefix = $mainframe -> getCfg( 'dbprefix' );

        Attachments

          Activity

            People

            • Assignee:
              sunny.sharma Sunny Sharma
              Reporter:
              mcsmom Elin Waring
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: