Closed (works as designed)
Project:
CiviCRM Starter Kit
Version:
7.x-2.9-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2013 at 13:03 UTC
Updated:
12 Apr 2013 at 13:22 UTC
I get this error after installing the starterkit on MAMP.
Strict warning: Only variables should be passed by reference in CRM_Dedupe_Finder::formatParams() (line 263 of /Applications/MAMP/htdocs/civicrm_starterkit/profiles/civicrm_starterkit/modules/civicrm/CRM/Dedupe/Finder.php).
Comments
Comment #1
kreynen commentedA Strict Warning is a PHP level error. The error isn't really an error, but a change in coding style. This is the type of issue you should report as a bug to the CiviCRM project...
http://issues.civicrm.org/jira/browse/CRM
This install profile simply packages Drupal, CiviCRM, and several popular contrib modules often used to integrate CiviCRM and Drupal into a distribution/download. Issues with the specific packages need to be opened in the Drupal module or CiviCRM.
I know this can be confusing and I DO appreciate the feedback, but beyond opening an issue in CiviCRM's issue tracking myself, there isn't much I can do about the issue at the install profile level.