Closed (fixed)
Project:
FileField
Version:
6.x-3.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2010 at 14:03 UTC
Updated:
6 Dec 2010 at 01:00 UTC
After updating to 6.x-3.5 from 3.4 all users but the admin user uid===1 have a javascript http error 0. This only occurred when using AHAH to upload the image files. If the AHAH upload button was not clicked, and save was clicked, the images uploaded properly. I rolled back to 6.x-3.4 and all works again as expected. I could not find the cause. Below are details that may help identify the problem.
where XXXXXX read my-custom-module
-bash-3.2$ drush sm | awk "/ Enabled /"
Comments
Comment #1
quicksketchThis is too complicated a set up for me to reproduce. I'll need instructions on how to reproduce the problem from a clean Drupal install.
Comment #2
bird-cage commentedThat would also be beyond me BUT instead, could you let me know what changes between 3.3 and 3.4 would affect the javascript side of things. Its very obviously something in the 3.4 javascript that is probably getting caught by my custom jquery scripts, which (I believe ;-) are all properly contained within their own scopes. That way I could try and find the problem.
Thanks anyway, FileField is still a great must have module !!
Comment #3
quicksketchThere shouldn't be any JavaScript changes between 3.3 and the current release. If you'd like to find out all the differences, you can check out (or download the zipped archives) of the current version and the one you were using before and do a diff. See http://drupal.org/patch/create.
The JavaScript within FileField hasn't changed in over 2 months. See http://drupalcode.org/viewvc/drupal/contributions/modules/filefield/?pat...
Comment #4
quicksketchCLosing after lack of activity and information to reproduce the problem.