Re: [openupload-devel] Upload file error
Status: Beta
Brought to you by:
tsdogs
|
From: Alessandro B. <ts...@br...> - 2010-12-23 11:53:57
|
Il 23/12/2010 11:25, Owen Corcoran ha scritto: > Hi Guys, > > We have open upload in place but every time we upload a file we just get > a blank page. > > In the error log we see . > > [Thu Dec 23 09:54:41 2010] [error] [client 87.198.250.69] PHP Fatal > error: C to undefined method FilesModule::error() in > /usr/share/openupload/lib/moduleefault/files.inc.php on line 164, > referer: openuploaddex.php > > > Any idea how i can fix this ? That's a bug, it should raise some error, but the code is wrong. Change $this->error( with app()->error( in /usr/share/openupload/lib/modules/default/files.inc.php on line 164 Anyway you have an error on the upload, maybe some permission problems of the upload directory. Alessandro |