Following the addition of the patch / commit at #680386: Views integration for the webform_submitted_data table, I get the following error when viewing a webform submitted data view:

Deprecated function: Call-time pass-by-reference has been deprecated in _registry_check_code() (line 3084 of includes/bootstrap.inc).

The attached patch fixes the problem. FYI I'm running PHP version 5.3.3-7+squeeze14

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

quicksketch’s picture

Status: Needs review » Reviewed & tested by the community

Thanks stella.

Tino’s picture

Version: 7.x-4.x-dev » 7.x-4.0-alpha6
Status: Reviewed & tested by the community » Active

Still running into this error when adding a views filter on a webform field.
Testen various operators and field formats (date and text). Error occurs everytime.

Deprecated function: Call-time pass-by-reference has been deprecated in _registry_check_code() (line 3066 of ../includes/bootstrap.inc).

jastraat’s picture

TimG1’s picture

FileSize
9.12 KB

Hi All,

I'm not sure if this is related to this error. Seems like it may be? Please let me know if I should open a new issue.

My Error:

Deprecated function: Call-time pass-by-reference has been deprecated in _registry_check_code() (line 3066 of /includes/bootstrap.inc).
Deprecated function: Call-time pass-by-reference has been deprecated in _registry_check_code() (line 3066 of /includes/bootstrap.inc).

My view gets a list of users who have submitted a webform that has value "job_seeker" for one of the webform components.

If I get rid of the Webform Submission Data filter from my View, the error goes away. I get the error while in the View UI configuration page.

Attached is my view that returns this error.

Drupal 7.19
Ctools 7.x-1.2
Views 7.x-3.5+35-dev (2013-Jan-01)
Webform 7.x-4.0-alpha6

Many thanks,
-Tim

TimG1’s picture

Hello,

Just reporting back. Patch in original post seemed to have gotten rid of the error for me.

Many thanks!
-Tim

quicksketch’s picture

Status: Active » Reviewed & tested by the community

Thanks guys. I'll make sure to get this in the next release.

quicksketch’s picture

@Tino: I'm not sure if it's clear, but this patch hasn't been applied to the actual project yet, so the latest versions still exhibit the problem. You have to apply the patch manually in the mean time.

Tino’s picture

@quicksketch: I guess it wasn't... I will apply the patch. Thanks!

flying dutchman’s picture

After I moved my site from the remote to local server I'm getting a similar error:

Fatal error: Call-time pass-by-reference has been removed in \sites\all\modules\webform\views\webform_handler_filter_submission_data.inc on line 81

I'm using the latest version of xampp (PHP Version 5.4.7)... For the rest alle pages are displaying fine, i'm wondering what could cause this issue...

quicksketch’s picture

Status: Reviewed & tested by the community » Fixed

Finally committed. Thanks guys.

Status: Fixed » Closed (fixed)

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