Hi, I am getting this warning.
PHP Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of form_get_cache(). 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 /var/www/html/XXX/sites/all/modules/image_fupload/image_fupload_image/image_fupload_image.module on line 142
I will set allow_call_time_pass_reference = true in PHP.ini
Latest occurrences in Drupal.org (Google Search)
R3
Comments
Comment #1
grandcat commentedNo, change this value to "Off". It should not be enabled for general security reasons. I will look where the problem is.
Comment #2
jevinnedy commentedHi - I just installed a fresh version of Drupal 6 and installed the image module and image fupload and got the same error I went into the code on line 142 as indicated and removed the ampersand (the reference) and it seems to be fine now.
Comment #3
grandcat commentedThis works on some configurations, yes.
Comment #4
grandcat commentedPerhaps you could provide a patch or code sample, this would be great.
Comment #5
grandcat commentedNow fixed. Will be fixed for rc2.