Hey as promised I have started to test this out for you.
I get the following error message twice when I install the module
Deprecated function: Call-time pass-by-reference has been deprecated in drupal_load() (line 1114 of \dev001\includes\bootstrap.inc).
The module installs and seems to work for the most part, I can creating a YouTube field In etc.
But after I add the embed code to the content type and save I get the following error.
Fatal error: Call to undefined function dpm() in dev001\sites\all\modules\youtube\youtube.module on line 353
Comments
Comment #1
jenlamptonhaha, I left in a debug statement :) whoopsie!
that should be cleaned up in the latest version - but I'll do a double check before the next release.
Comment #2
jerryitt commentedHeres my patch,
have removed Debug statement and also an &.
Have tested and seems to work perfectly now.
Comment #3
jenlamptonThis patch doesn't apply cleanly to the dev, but I was able to locate your change, re-create it and commit :) so, Fixed!