| Project: | User Quota |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
Comments
#1
Indeed - here's a patch to fix this.
#2
hi is this fixed in the current download version or u have to modify the code in order to work propertly?
#3
It wasn't! Thanks for reminding me. I've now committed it http://drupal.org/cvs?commit=207626
#4
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?
#5
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.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.