Postponed
Project:
Image Upload
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Oct 2008 at 10:02 UTC
Updated:
1 Feb 2011 at 12:10 UTC
I got this warning while trying to upload image:
"An HTTP error 0 occurred.
/image_upload/js"
Any clue??
Comments
Comment #1
notabenem commentedApplies also to version 1.1.
Comment #2
troop commentedJust disable devel module.
Comment #3
bass123 commentedI also get this warning while trying to upload an image:
"An HTTP error 0 occurred.
/image_upload/js"
The devel module has been disabled.
I can upload the file using the core upload module.
file size 12 MB .jpg
settings as follows:
php.ini
upload_max_filesize 40Mb
post_max_size 40Mb
memory_limit 80Mb
max_execution_time = 180
any more ideas?
Comment #4
bojanz commentedOne of your modules is interfering with image_upload, messing up it's js. Most of the time this happens, the devel module is the one to blame (the same error can be encountered with devel + imagefield)
Try disabling anything but the basics, and try again. If the problem persists, let us know.
Comment #5
Peder92 commentedI have the same problem. All other moduls are deaktivated. I'm using Google Chrome. With Internet Explorer I don't see this error
Comment #6
crifi commentedThis problem is maybe caused by a wrong configuration of $base_url and should be prevented by inserting a warning message to the requirements system. Therefore I created a new issue #1046682: Install/Update process fails if $base_url is set to a wrong URL. Please close this bug as a duplicate, if this solves your issue. Thanks!