Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Incomplete
-
Affects Version/s: 4.4.4
-
Fix Version/s: 4.7
-
Component/s: Core CiviCRM
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
This line $dbDrupal = DB::connect($config->userFrameworkDSN); in bin/cli.class.php caused cron job to fail in a Drupal 6 installation. I commented it out and now cron is running regularly. Not sure what this line is meant to do or if other Drupal 6 sites have had this problem.