Hi,

I am running wamp 2.0

Server Configuration

Apache Version :
2.2.8
PHP Version :
5.2.6

Not sure if its just me. But I get the following.


Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in D:\<site>\sites\all\modules\signup\modules\signup_confirm_email\signup_confirm_email.module on line 36

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in D:\<site>\sites\all\modules\signup\modules\signup_confirm_email\signup_confirm_email.module on line 36

cheers

Comments

dww’s picture

Version: 6.x-2.x-dev » 6.x-1.x-dev
Assigned: Unassigned » dww
Category: support » bug
Status: Active » Needs review
StatusFileSize
new830 bytes

Nope, not just you. That's a (cut and paste) bug. ;) Try this on for size.

juicytoo’s picture

Thanks Derek.

dww’s picture

@juicytoo: Does that mean you applied the patch and it worked? ;)

dww’s picture

Title: signup_confirm_email\signup_confirm_email.module on line 36 > Warning: Call-time pass-by-reference has been deprecated; » signup_confirm_email.module on line 36 > Warning: Call-time pass-by-reference has been deprecated;

FYI: I'm incredibly reluctant to answer support requests from people who don't contribute back in the issue queue in some way. ;). Now's your chance to earn some credibility and appreciation from me.

Cheers,
-Derek

juicytoo’s picture

Status: Needs review » Fixed

Hi Derek,

Yes, The patch worked.

Thankyou.

cheers

dww’s picture

Status: Fixed » Reviewed & tested by the community

Great, thanks. For future reference, it's not actually "fixed" until I commit the patch to drupal.org's CVS repository. ;) I'll do that soon, now that I know it works...

alexiscott’s picture

I just tested it, and can also confirm that the patch works, that is I no longer get the error "Call-time pass-by-reference has been deprecated"

dww’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD and DRUPAL-6--1. Thanks for testing, folks.

rmmcclay’s picture

The patch worked for me as well. Thank you.

Status: Fixed » Closed (fixed)

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