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

sapark’s picture

Version: 6.x-1.9 » 6.x-1.11

I 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.

ejah’s picture

I had the same problem. Removing the same ampersand worked for me too.
PHP5.3, Emfield 6.x.2.3

kriskhaira’s picture

sapark's solution works for me too.

haggins’s picture

same here, #1 works.

aaron’s picture

Status: Active » Fixed

committed, thanks sapark!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.