HTTP error 0 occurs with Filefield when clicking add another item
alexking - June 10, 2009 - 22:12
| Project: | CCK Fieldgroup Tabs |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
An HTTP error 0 occurs with Filefield when clicking add another item during an upload, or when an file has been chosen but not uploaded. This problem was solved the latest version of CCK, but since Fieldset Tabs replaces the callback function for content/js_add_more (cck_fieldset_tabs.module:32), where the problem is fixed in CCK, it remains broken when this module is enabled.
Here is a patch to apply the fix to this module.
| Attachment | Size |
|---|---|
| fix.patch | 885 bytes |

#1
Thanks for the report and the fix. I've removed the AJAX overrides so the fix is no longer needed and thankfully we shouldn't run into this sort of issue again.