Greetings,

After enabling the module (build of the 25th of Jan.) in /admin/build/modules, the following message is displayed thrice:

warning: uniqid() expects at least 1 parameter, 0 given in /home/gharbeia/public_html/vs-torture/sites/all/modules/uploadprogress/uploadprogress.module on line 190.

After disabling it, it is displayed once.

(using Drupal 5.6, 2008-01-10)

Thank you and regards,

Comments

panis’s picture

what version of PHP?

uniqid parameters are optional from what I understand for PHP 5 and above - this module will only work with PHP 5.2 and above because prior versions of PHP do not support progress information.

http://php.net/uniqid

So it should not impact the module -

agharbeia’s picture

Yes, I am indeed using a PHP version 4.x.
I didn't notice where it says this module requires PHP 5.2

panis’s picture

Assigned: Unassigned » panis
Status: Active » Closed (works as designed)

INSTALL file specifies you must have PHP 5.2 and above.