I get the following error notifications which go away when I deactivate the module.

Deprecated function: Call-time pass-by-reference has been deprecated in drupal_load() (line 1114 of /var/www/vhosts/ifm.org.uk/httpdocs/includes/bootstrap.inc).

Notice: Undefined index: group_type in views_handler_field->query() (line 67 of /var/www/vhosts/ifm.org.uk/httpdocs/sites/all/modules/views/handlers/views_handler_field.inc).

Comments

dharmatech’s picture

It's not an error, it's a warning. Can you provide a backtrace either w/devel or xdebug, whatever you're most comfortable with. You may also want to make sure your other modules are up to date, including Views.

That last error from Views shouldn't have anything to do with uc_civicrm since we don't implement any views hooks or functionality. It's probably coming from CiviCRM.

dharmatech’s picture

Priority: Normal » Minor
Status: Active » Postponed (maintainer needs more info)
dharmatech’s picture

Assigned: Unassigned » dharmatech
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Adam, I can't duplicate this. Feel free to reopen with a backtrace or more information about generating the warnings.

finngruwier’s picture

Status: Closed (cannot reproduce) » Needs review

I have the same issue. I get the error message on every page, and it doesn't go away until I deactivate UC Civicrm.

I believe it should be called an error, not a warning (message appears in red box, not yellow).

I can provide debugging info if needed.

dharmatech’s picture

Category: bug » support
Status: Needs review » Postponed (maintainer needs more info)

As requested in #1 and #3... if you have more information, please provide it. The deprecation messages from PHP are warnings not errors, regardless of how they are displayed by Drupal.

@finngruwier if you want to investigate and provide a patch, that would be wonderful. Here's the page that describes how to fix it. This is a very common warning as more folks are moving to PHP 5.3.

finngruwier’s picture

I have tried to investigate, but unfortunately I haven't been able to spot the problem.

eileenmcnaughton’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing old issues