Needs review
Project:
BitTorrent
Version:
6.x-9.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2011 at 21:41 UTC
Updated:
6 Aug 2011 at 09:58 UTC
warning: Parameter 1 to theme_torrentfield_widget() expected to be a reference, value given in /srv/www/vhosts/drupal-6.20/includes/theme.inc on line 656.
Comments
Comment #1
kurth commentedSame here.
Looks like we're on our own to find a fix...:/
Comment #2
chefarov commentedSame here (drupal 6.22)
When I try to create a new node which contains a bittorent filefield then there is no browse/upload widget in that field, a.k.a: I can't use the field !
Anyone to suggest a workaround on this?
Comment #3
chefarov commentedIn bt_torrent.module file I changed line 547 from
function theme_torrentfield_widget(&$element)to
function theme_torrentfield_widget($element)a.k.a:
I removed the '&' and after that the warning is gone, and the upload widget seems to be fixed.