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

kreynen’s picture

Status: Active » Closed (works as designed)

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