Switched to a different server (CentOS instead of Ubuntu) and hit this error on module install. I'd consider it minor if it didn't show up on every page load. :)

mailhandler.install:

/**
 * Move human-readable mailbox name into separate field.
 */
function mailhandler_update_6204() {
  $ret = array();
  db_add_field(&$ret, 'mailhandler_mailbox', 'admin_title', array('type' => 'varchar', 'length' => '255', 'description' => 'Human-readable name (email address) of this mailbox.'));

Removing the & from &$ret makes the issue go away.

Comments

danepowell’s picture

Title: Call-time pass-by-reference has been deprecated: mailhandler.install on line 251 » Error related to call-time pass-by-reference
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.