Page 1 of 1

Problem uploading images to media database using Firefox 3.5

Posted: Sun Oct 04, 2009 9:47 pm
by wbh-a
Hello there,

has anybody encountered any problems uploading images to the media database using Firefox 3.5.x (Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.1.3) Gecko/20090913 Shiretoko/3.5.3) yet? I have, I received empty responses when uploading images, the images were not stored.

I debugged a little using Safari and Konqueror, either was able to upload images, so I dug somewhat deeper.

I'm using an Ubuntu Hardy Apache 2.2.9 with mod_gnutls. I needed to add

Code: Select all

BrowserMatch "^Mozilla\/" nokeepalive
to my virtual host config, that solved my problem and I can use Firefox to upload images.
--
Cheers

Re: Problem uploading images to media database using Firefox 3.5

Posted: Sun Oct 04, 2009 10:27 pm
by wbh-a
Hum,

appearantly I need to revoke this hint as the problem is reproducable, again, sigh.

Re: Problem uploading images to media database using Firefox 3.5

Posted: Mon Oct 05, 2009 11:26 am
by garvinhicking
Hi!

Is it related to the size of an image? Have you inspected your PHP log, maybe fatal errors occur due to memory being all used up?

Regards,
Garvin

Re: Problem uploading images to media database using Firefox 3.5

Posted: Mon Oct 05, 2009 6:54 pm
by wbh-a
Hi,
garvinhicking wrote:Hi!

Is it related to the size of an image? Have you inspected your PHP log, maybe fatal errors occur due to memory being all used up?
yes, I did, I double-checked file types (png, jpeg) and sizes.

Logs don't show anything looking like an error, the

Code: Select all

POST /serendipity_admin.php? HTTP/1.1
request exits with an HTTP 200 status with either browser, "only" the subsequent GET requests are missing and the image is not added.

I keep on looking, just wanted to mention an installation problem I encountered, but I don't believe it is s9y depending.

Re: Problem uploading images to media database using Firefox 3.5

Posted: Sun Nov 22, 2009 8:18 pm
by wbh-a