Active
Project:
Image
Version:
6.x-1.x-dev
Component:
image_attach
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2008 at 13:17 UTC
Updated:
1 Feb 2011 at 12:03 UTC
The "add more element" button doesn't work when the image attach module is used in the same form. When you chose an image with image attach and then click on the "add more" button this kind of error appears :"An HTTP 0 error occured /content/js_add_more/story/field_related_links".
Comments
Comment #1
quicksketchLink module just uses CCK's mechanism for adding more fields in the Drupal 6 version. This problem is likely caused by Image Attach module or CCK itself. I'm moving over to the Image Attach queue.
Comment #2
iam_himanshu commentedHaving the same problem..
however this happens only when i press the add button after adding one image..
But if i press this button widout actually adding any images..den new fields appear without the http error..
Comment #3
joachim commentedCould you explain the steps needed to reproduce this please?
If it's with a certain CCK field -- link? -- could you specify the module and perhaps paste in an exported content type?
Comment #4
sunSorry, without further information this issue can only be marked as won't fix.
Feel free to re-open this issue if you want to provide further information. Thanks.
Comment #5
cpill commentedI'm using the File Framework's Attachment module which uses the AJaX upload thing and it gets this error every-time for me. Using D6.12, Mac, Apache 2 etc.
I have tried:
(a) Apache upload limit and Max POST size is set to 120M.
(b) Deactivated & reactivated all the File Framework modules (a bumpy ride that was).
Still no joy.
There is a similar issue here:
http://drupal.org/node/483098
although the fix doesn't work for me :(
Comment #6
cpill commentedComment #7
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!