Another AppDB screenshot problem...

Jeremy Newman jnewman at codeweavers.com
Thu Jul 28 17:44:03 CDT 2005


Different issue. The issue I fixed was the unable to upload images
larger than 512K. This other issue is because move_uploaded_file() is
returning false. I did some debug and saw that
$_FILES['imageFile']['tmp_name'] was null. Looking at the error code it
says: The uploaded file exceeds the upload_max_filesize directive in
php.ini.

I removed the 'maxupload_max_filesize 5M' from .htaccess and that seemed
to fix it. Very odd that that was causing problems.

On Thu, 2005-07-28 at 14:51 -0700, James Liggett wrote:
> Hi Jeremy,
> Still doesn't work. Same error. :(
> 
> James
> 
> On Thu, 2005-07-28 at 13:28 -0500, Jeremy Newman wrote:
> > The error we are getting is:
> > 
> > Requested content-length of 1419105 is larger than the configured limit
> > of 524288, referer:
> > http://appdb.winehq.org/screenshots.php?appId=1383&versionId=1873
> > 
> > Apparently, Apache 2 in Red Hat has it's PHP4 configured with a limit of
> > 512K on uploads. I had to change the "LimitRequestBody" setting in:
> > /etc/httpd/conf.d/php.conf
> > 
> > It should be fixed now.
> > 
> > On Wed, 2005-07-27 at 21:35 -0600, Tony Lambregts wrote:
> > > James Liggett wrote:
> > > > Hi,
> > > > Tonight I tried to submit a shot for Palm Desktop 4.1 and it gave me
> > > > this error:
> > > > 
> > > > Unable to move screenshot from to data/screenshots/originals/781
> > > > 
> > > > What's going on?
> > > > 
> > > I can confirm this (I cannot upload a screenshot either)
> > > Chris and I are not sure what is going on here. I took a fresh install of the 
> > > appdb and it works ok here. I think there might be an issue with the tmp 
> > > directory  but Chris says there is space there.
> > > 
> > > 
> > > Jeremy could you have a look?
> > > 
> > > --
> > > 
> > > Tony Lambregts
> > > 
> > 
> 




More information about the wine-devel mailing list