Postponed (maintainer needs more info)
Project:
Embedded Media Field
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2010 at 15:18 UTC
Updated:
13 Aug 2012 at 17:01 UTC
Comments
Comment #1
alex ua commentedI see that line of code, but I'm not getting any errors with PHP error reporting set to E_ALL & ~E_NOTICE. What error do you get exactly?
Comment #2
cangeceiro commentedWrong datatype for second argument in emthumb.module on line 206 was the error i was getting. only happened when uploading a custom thumbnail for videos that are directly linked to an mpg. and only happened when i clicked on upload. since the form hadn't been submitted $form_state['clicked_button']['#submit'] was not getting passed
Comment #3
Oscar Illada commentedSame issues but using the content lock module, this module add a cancel button, and when you press that button you get the same warning. I changed the code you put on the description of this issues and the warning has gone, is there any problem changing this code? can change the behavior of the module?
i'm ussing the 6.x-1.26 version