Drupal6 port?
trogie - August 4, 2008 - 08:31
| Project: | File Upload Progress Monitor |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Hello,
Anybody was already looking to port this module to drupal6?
Any particular problems foreseen with the port? I had problems for example with APC and the core upload module in drupal5, that's why I had to disable this great uploadprogress feature again...

#1
subscribe
#2
no resources currently to do so - expect late fall
#3
subscribing
#4
Panis -
There is still a need for this fabulous module. Thought you might want to know!
M
#5
subcribe +1
#6
We know in which module we are. ;-)
#7
subscribing
#8
still wishing the wish....
#9
Subscribe
#10
I would like this as well. Thanks!
#11
+1
#12
i have no bandwidth to update this for 6.x - if anybody has a port I am can either help you check in the changes or grant you CVS access.
#13
Here's an untested port - feedback please.
edit: on line 127 there's an extra set of
[]in the description for requirements (was there in original code), just remove them so it looks like this;From;
$upp_req['description'][] = $t('uploadprogress PECL extension is required... rest of code... blah...To;
$upp_req['description'] = $t('uploadprogress PECL extension is required... rest of code... blah...Pobster
#14
#15
#16
subscribing
#17
subscribing
#18
subscribe
#19
subscribing
#20
So no-ones willing to try the port I made? Yet you all subscribe to this thread... Some help you lot are... I wonder why I bother...
Pobster
#21
Sorry fpor forgetting to review this :)
I´ve installed, with no warning messages, but cannot use it because "Use following Extension: Not supported on your server"
I´ll need to check out PHP version with my hosting company...
#22
Looks like there's an error with the APC notification. See the attached screenshot.
#23
I had uploadprogress running in a D5 installation using APC. (with all the requiered APC settings)
I have been testing this version in a D6 installation, and there is no errors in the module.
But the uploadprogress.js has errors as I think that it is not using the new Drupal.behaviors functionality.
This is the error:
Drupal.jsUpload is undefined
uploadprogress.js?C()()uploadpr...ress.js?C (line 79)
[Break on this error] Drupal.jsUpload.prototype.onsubmit = function () {
#24
subscribe
#25
This has been integrated with cck filefield as of Drupal 6. I'm not sure about the standard upload field though.