Closed (fixed)
Project:
Media: Flickr
Version:
6.x-1.11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2010 at 12:52 UTC
Updated:
11 Feb 2011 at 22:50 UTC
I get the following error
warning: Parameter 6 to emvideo_flickr_sets_video() expected to be a reference, value given in /var/www/ravinderfrank/sites/all/modules/emfield/emfield.module on line 622.
any ideas?
Comments
Comment #1
sapark commentedI got a similar error after upgrading to PHP 5.3. Emfield 6.x-2.1, Media: Flickr 6.x-1.11
I removed the ampersand from $node in line 396 in modules/media_flickr/providers/emvideo in function emvideo_flickr_sets_video() and it seemed to work.
Comment #2
ejah commentedI had the same problem. Removing the same ampersand worked for me too.
PHP5.3, Emfield 6.x.2.3
Comment #3
kriskhaira commentedsapark's solution works for me too.
Comment #4
haggins commentedsame here, #1 works.
Comment #5
aaron commentedcommitted, thanks sapark!