Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Critical
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.0
-
Component/s: None
-
Labels:None
Description
After a fresh CiviCRM install, before running GenerateContactData.php, the "Contacts" link doesn?t work.
The error is reported as being in CRM/Contact/Form/Search.php on line 239, so it might be a problem with PHP trying to sum empty/nonexistent array:
$group = array('' => ' - any group - ') + $this->_group;
(I didn?t import the example data, so I didn?t have any groups in my install.)