Re: [openupload-devel] Not my day - download problem
Status: Beta
Brought to you by:
tsdogs
|
From: Weir, J. <jas...@nh...> - 2009-08-27 15:39:25
|
There are no files located in /usr/share/openupload/data Apache has read\write access to that folder - therefore PHP should as well.. But I don't think the filesize() function is causing the download failure because disabling it had no effect.. W -----Original Message----- From: Alessandro Briosi [mailto:ts...@br...] Sent: Thursday, August 27, 2009 11:31 AM To: OpenUpload Delvel and General talk Subject: Re: [openupload-devel] Not my day - download problem is the file there? the function is failing 'cause it does not find the file or php has no access to it (?) Alessandro Weir, Jason ha scritto: > Ok - seem to have a download problem all of the sudden. > > I click on the download link - enter the captcha, then click the > download button > > All I get is a blank screen - download does not start > > This is what I see in the error log > > Aug 27 10:51:23 debian apache2: PHP Warning: filesize() [<a > href='function.filesize'>function.filesize</a>]: stat failed for > /usr/share/openupload/data/fwaTXA8pwg in > /usr/share/openupload/lib/modules/default/files.inc.php on line 389 > > I commented out line 389 as follows > > //$filesize = filesize($file); > $filesize = "15"; > > The error message goes away but I still get the blank screen and no > download.. > > What's going on here? What did I break? > > -J _____________________________________________________________________________________________ Please visit www.nhrs.org to subscribe to NHRS email announcements and updates. |