When I did a first time install I got the below

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of db_add_field(). 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 /home/mysite.com/sites/all/modules/user_quota/user_quota.install on line 108

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of db_add_field(). 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 /home/mysite.com/sites/all/modules/user_quota/user_quota.install on line 109

CommentFileSizeAuthor
#1 379020_pass_by_reference.patch1014 bytesgreggles

Comments

greggles’s picture

Status: Active » Needs review
StatusFileSize
new1014 bytes

Indeed - here's a patch to fix this.

nikitas’s picture

hi is this fixed in the current download version or u have to modify the code in order to work propertly?

greggles’s picture

Title: Install errors » user quota accidentally trying to pass by reference at call time
Status: Needs review » Fixed

It wasn't! Thanks for reminding me. I've now committed it http://drupal.org/cvs?commit=207626

nikitas’s picture

np thanx!by the way . . . i'm new with all these so if it's comitted then it's like auto-updating the now version for downloading?

greggles’s picture

The 6.x-1.x-dev version gets automatically updated every 12 hours so it now includes this fix.

The 6.x-1.0-beta version will always be the same set of code and will always include this bug.

So, you can use the 6.x-1.x-dev version and be all set.

Status: Fixed » Closed (fixed)

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