Having problems with upload applet - Upload Error

solarisjon

Joined: 2004-11-24
Posts: 1
Posted: Tue, 2004-12-28 06:07

I am having problems getting the upoad to work keep getting this error
when I upload certain files

Upload Error: Upload Failed

and the apache2 error_log is showing

[Mon Dec 27 23:01:51 2004] [error] [client 192.168.1.103] File does not exist: /data/WWW/www/htdocs/gallery2/com
[Mon Dec 27 23:01:51 2004] [error] an unknown filter was not added: PHP
[Mon Dec 27 23:01:51 2004] [error] an unknown filter was not added: PHP

The images comes from a Nikon D70 in Fine (L) mode image size is 2.7Mb
and file shows it as a jpeg... image viewers etc show the image ok.

Also other photos seem to upload ok without error for example I have an
image from an Olympus 480 thats 398k in size, so this would seem to be
a size issue.

I have also modified

/etc/apache2/conf.d/php4.conf

with

<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
LimitRequestBody 5242880
</Files>

Massive size so this should not be the issue.

Any ideas ?

thanks Jon
----

Gallery URL (optional):
Gallery version: 2.0 (Latest CVS as of 11:04Mountain)
Webserver (with version): Apache/2.0.49
Datatabase (with version): mysql Ver 4.0.18
PHP version (eg 4.2.1): 5.0.2
phpinfo URL (optional):
Graphics Toolkit(s):
Operating system: Linux (SuSE 9.1)
Web browser/version: Firefox 1.0

 
fryfrog

Joined: 2002-10-30
Posts: 3236
Posted: Tue, 2004-12-28 06:34

You might want to check your memory limit, max post and max upload size. There actually quite a few php values that will effect the max file size you can upload.