Closed (duplicate)
Project:
Plupload integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2011 at 09:07 UTC
Updated:
22 Apr 2011 at 13:22 UTC
Some of the file locations within the plupload have moved and therefore it won't install/run without them being renamed.
plupload.install (line 14) should be:
$js_file = $lib_dir .'/js/plupload.js';
plupload.module (line 84-87) should be:
drupal_add_js($path . '/plupload/js/plupload.js');
drupal_add_js($path . '/plupload/js/plupload.html5.js');
drupal_add_js($path . '/plupload/js/jquery.plupload.queue/jquery.plupload.queue.js');
drupal_add_js($path . '/plupload/js/plupload.flash.js');
Comments
Comment #1
willhallonlineSorry, my stupidity, should have been
plupload.module line 86-89!
Comment #2
willhallonlineOne more:
plupload.module (line 110)
Comment #3
justintime commentedDupe of #1124476: plupload library versions >= 1.4.3 change file paths