After upgrading to 6.x-1.2, the upload form on my node creation pages disappeared. Additionally, I began seeing warnings about the 'theme_cdn2_upload_form_test' function not having a valid first argument. After downgrading to 6.x-1.1, my upload form returns and I can successfully upload videos, however no preview is displayed and the flow player simply does not load. I have yet to successfully upload a video AND stream it to my site, with any version of the module.
Comments
Comment #1
kylebrowning commentedIM sorry that this is happened, can you provide a screenshot of what is happening?
Comment #2
freefontaine commentedWell, I would need to upgrade the module again to attach a screenshot. I can do that in the AM, but for now I can just explain. Upon inspecting the source within the iFrame (using FireBug) there simply is no HTML loaded. All that loads is closing body and HTML tags. The other error I described was:
"warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'theme_cdn2_upload_form_test' was given in /var/www/vhosts/xxxx/httpdocs/xxxxx/includes/theme.inc on line 617."
Hope this helps clear things up -thanks for the timely response!
Comment #3
kylebrowning commentedTry clearing your cache, and your theme registry by going to admin/build/modules
Comment #4
Apfel007 commentedsame with me.
cache cleared and reinstall module - no upload form
Comment #5
kylebrowning commentedI've fixed this bug, so sorry about this, It should be in the dev version of the 6.x branch, and i pushed a new release 1.3
Comment #6
kylebrowning commentedComment #7
kylebrowning commentedClosed