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
Comment #1
panis commentedwhat 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 -
Comment #2
agharbeia commentedYes, I am indeed using a PHP version 4.x.
I didn't notice where it says this module requires PHP 5.2
Comment #3
panis commentedINSTALL file specifies you must have PHP 5.2 and above.