Closed (duplicate)
Project:
Video Embed Field
Version:
7.x-2.0-beta5
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2013 at 23:33 UTC
Updated:
24 Sep 2014 at 14:41 UTC
Jump to comment: Most recent
Comments
Comment #1
paulhhowells commentedI get the same error in the same circumstances:
Strict warning: Only variables should be passed by reference in template_preprocess_video_embed_field_embed_code() (line 355 of /home/prince/public_html/sites/all/modules/video_embed_field/video_embed_field.module).The first page contains a YouTube video embedded using Video Embed Field.
The second page (when the error is displayed) does not have a Video Embed Field.
I notice that this seems similar to http://drupal.org/node/1679118 which was fixed (?) in August 2012.
I am using Drupal 7.19.
Comment #2
paulhhowells commented7.x-2.0-beta5 was released June 21 2012, so I guess that the fix for this might be in 7.x-2.x-dev
Comment #3
plopescThis was fixed in #1679118: Only variables should be passed by reference in template_preprocess
Thank you