warning: Missing argument 1 for viddler_progress() in /viddler.module on line 1158.

After clicking the upload button, the file is uploaded (presumably to my server) and the drupal progress bar doesn't move. Chrome tells me how far along the upload progress is, however, and when it reaches 100% the drupal progress bar just disappears. If I save or preview the node, I get the above error message repeating a dozen times or so.

Any ideas?

Comments

jeremyheslop’s picture

Assigned: Unassigned » jeremyheslop

My initial thought is that your server does not have APC or the PECL upload progress plugin. I updated the code to check for that and only allow the throbber if support for either of those progress updates are not there. Please try release 6.x-1.11 when it finishes uploading and let me know if the issue continues. Thanks!

Jeremy

Anonymous’s picture

Status: Active » Closed (fixed)

Definitely removed the error. Doesn't appear that the video is getting to viddler though. Probably a separate issue that I'll try to figure out.

Thanks for the quick response and great module!