Download & Extend

Linux Opera 10 image upload issues

Project:Node Gallery
Version:6.x-2.x-dev
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

Having problems uploading images into a gallery. I've uploaded a screen shot of what happens when I try to upload an image to a gallery.

Fresh install

Drupal 6.14
Node Gallery 6.x-2.x-dev
ImageAPI 6.x-1.6
ImageCache 6.x-2.0-beta10

I'm using Linux Mint 7 with Opera 10. The Opera info is as follows.

Version information
Version
10.00

Build
4585

Platform
Linux

System
i686, 2.6.28-11-generic

Qt library
3.3.8b

Java
Java Runtime Environment installed

Browser identification

Opera/9.80 (X11; Linux i686; U; Linux Mint; en) Presto/2.2.15 Version/10.00

AttachmentSize
opera_node_gallery.png81.98 KB

Comments

#1

This is a known issue. See http://drupal.org/node/330444 particularly comment 34 or do a search in the issue queue for the error:

An HTTP error 0 occurred.
/node_gallery/upload/js

There are several causes, but the most likely is insufficient server php memory allocated.

#2

Hmm I'll try out the suggested settings but why does it work in FF and not in Opera?

#3

This issue is one that is not specific to Node Gallery. It appears to be widespread across different modules.

When my users encounter it, I ask them to use a different browser and the problem usually disappears. The last case was a problem using FF. IE worked. I don't know why the client software should impact the error because the error seems to be caused by server conditions.

It is not enough of a problem on my site that I have researched it thoroughly other than what I have posted in various issue queues. Also, I am on a shared host with not enough php memory allocated. So, my preferred fix would be to allocate more memory. I just need more traffic so I can move to a virtual or dedicated server. :)

#4

Hmm well I just checked my server and my php memory_limit is set to 128M so the memory is set higher then normal.

#5

Nothing to do with memory, it's a Javascript issue. One solution is to replace the jquery.form.js file with either an older, or the newest version. the file resides in /misc Most recent version can be downloaded from http://jquery.malsup.com/form/#download

good luck!

#6

Status:active» closed (won't fix)

Sounds like a Drupal issue #612754: JS upload broken in Opera 10.1x