Closed (won't fix)
Project:
Drupal core
Version:
5.16
Component:
upload.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2009 at 17:47 UTC
Updated:
24 Jun 2011 at 18:19 UTC
Fatal error: Cannot pass parameter 1 by reference in [removed]/public_html//modules/upload.module on line 907
and the image is added twice
line 907 is $function('imagefield_js', $form);
I commented out line 907, now the module is working without an error and without generating duplicate images
I had the same problem in the D5 imagefield module, and commenting out line 1170 (same code as here) fixed the problem.
Comments
Comment #1
dpearcefl commentedConsidering the lack of activity on this issue and that Drupal v5 is no longer supported by fixes or patches, I am going to close this ticket.