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

quicksketch’s picture

Project: Link » Image
Version: 6.x-2.3.1 » 6.x-1.x-dev
Component: Code » image_attach

Link 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.

iam_himanshu’s picture

Having 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..

joachim’s picture

Status: Active » Postponed (maintainer needs more info)

Could 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?

sun’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Sorry, 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.

cpill’s picture

Status: Active » Closed (won't fix)

I'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 :(

cpill’s picture

Status: Closed (won't fix) » Active
crifi’s picture

Status: Closed (won't fix) » Active

This 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!