Problem uploading images to media database using Firefox 3.5

Having trouble installing serendipity?
Post Reply
wbh-a
Regular
Posts: 9
Joined: Sun Oct 04, 2009 7:24 pm
Location: Potsdam, DE

Problem uploading images to media database using Firefox 3.5

Post 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
Cheers
wbh-a
Regular
Posts: 9
Joined: Sun Oct 04, 2009 7:24 pm
Location: Potsdam, DE

Re: Problem uploading images to media database using Firefox 3.5

Post by wbh-a »

Hum,

appearantly I need to revoke this hint as the problem is reproducable, again, sigh.
Cheers
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Problem uploading images to media database using Firefox 3.5

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
wbh-a
Regular
Posts: 9
Joined: Sun Oct 04, 2009 7:24 pm
Location: Potsdam, DE

Re: Problem uploading images to media database using Firefox 3.5

Post 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.
Cheers
wbh-a
Regular
Posts: 9
Joined: Sun Oct 04, 2009 7:24 pm
Location: Potsdam, DE

Re: Problem uploading images to media database using Firefox 3.5

Post by wbh-a »

Post Reply