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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 379020_pass_by_reference.patch | 1014 bytes | greggles |
Comments
Comment #1
gregglesIndeed - here's a patch to fix this.
Comment #2
nikitas commentedhi is this fixed in the current download version or u have to modify the code in order to work propertly?
Comment #3
gregglesIt wasn't! Thanks for reminding me. I've now committed it http://drupal.org/cvs?commit=207626
Comment #4
nikitas commentednp 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?
Comment #5
gregglesThe 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.