Closed (fixed)
Project:
Video Filter
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2012 at 13:14 UTC
Updated:
18 Dec 2014 at 01:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
joel_osc commentedI am getting the same message...I think render requires a variable, so if you split it to lines as follows the message goes away:
Comment #2
acranius commentedThanks, the module still works and the message doesn't appear anymore.
Setting status to closed (fixed).
Comment #3
btopro commentedWriting about a solution in a thread and marking it fixed without a patch seems a poor way of handling a current error. I'm still reproducing this in the latest version of drupal and latest version of module. Here's a patch of the solution above, which does work just think it should make it into the module.
Comment #4
smira commentedclean patch fixes bug, please include in next release.
Thank you!
Comment #5
prston commentedPatch provided on comment #3 was not included in further releases.
So, the strict warning always appear on 3.1 on line 435 (same file). Comment #1 still works on this line.
Comment #6
smira commentedswitching status and priority hoping for commit
Comment #7
Yaron Tal commentedBump
Patch fixes strict warning for me as well. Still applies to dev version.
Only difference in the patch is that the line number increased by one.
Comment #8
ultimateboy commentedThanks all. Committed.
Comment #11
SuperTyp commentedI still get this error in 7.31
Strict warning: Only variables should be passed by reference in video_filter_dashboard_page() (line 435 /sites/all/modules/video_filter/video_filter.module)
isn't it commited yet?
Comment #12
Northern_Girl commentedI got the exact same message as SuperTyp. What is the status on this?
Thanks.