I've used Galleria on a few sites now and I've had no problems. After creating 3 Gallerias on a new site, I started getting an error on the 4th. "An HTTP error 0 occurred.
/upload/js". I made no changes to Drupal in between creating Gallerias. I just finished adding images to one Galleria node, then went to create a new Galleria node and got the error when trying to add images. Not sure what is causing the problem.

Comments

Mark Theunissen’s picture

Status: Active » Postponed (maintainer needs more info)

Ok, let me try help... I'm not sure it's a Galleria issue, but let's check. When does the error occur, is it as you click "attach"? What kind of error is it, is it Drupal or Javascript or PHP?

Try this - disable the Galleria module, go back to the same node that was giving you trouble, and try attach images again. If it still doesn't work, chances are it's not Galleria.

There's an issue for the same error message in upload.module's issue queue:

http://drupal.org/node/240777

kitsunechan’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Thanks for your help Mark! I figured it out!

I noticed that whenever I tried to save the node I got this error on a blank page at /upload/js
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 11200 bytes) in /home2/maumeeri/public_html/includes/image.gd.inc on line 190

I hadn't tried to save the node because I couldn't get any of my changes (the image attachments) to upload. So there were no changes to save.

I found this book page http://drupal.org/node/207036 and changed my settings.php to allow more memory usage. Problem solved.