Menu

#194 Openupload error apache pid 4093

svn
open
openupload (1)
1
2015-01-26
2015-01-21
Anonymous
No

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?

Discussion

  • Anonymous

    Anonymous - 2015-01-21

    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

     
  • Alessandro Briosi

    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.

     
  • Anonymous

    Anonymous - 2015-01-26

    Hi,

    I solved the issue by replacing the function by useredit($user)

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.