Openupload error apache pid 4093
Status: Beta
Brought to you by:
tsdogs
Hello,
I've just installed openupload on an ubuntu.
When I upload a file and try to send it by e-mail I got this error message :
[:error] [pid 4093 [client 62.23.44.210:53964] PHP Strict Standards: Declaration of defaultAuth::useredit() should be compatible with authBase::useredit($user) in /var/www/html/openupload/lib/modules/auth/default.inc.php on line 0, referer: htttp://81....../openupload/index.php?action=l&step=2&id=pDOXoC1Hhe
Can you help me please?
Anonymous
I solved the issue by replacing function useredit(&$user ,$pwd =false) {
by function useredit($user) {
But now I have another problem :s
it's Function split() is deprecated in /var/www/html/openupload/plugins/email.inc.php on line 79, refeer: http://192..../openupload/www/index.php?acion=u&step=2
I'm not sure this is the correct solution. Probably it's better to replace the original one with the additional parameter.
Anyway use "explode()" function instead of split(). Or maybe try installing svn version of Openupload.
Hi,
I solved the issue by replacing the function by useredit($user)