Autocomplete error
amccann - January 31, 2009 - 03:53
| Project: | Location |
| Version: | 6.x-3.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
After loading the latest released and dev versions, autocomplete for US states is throwing an error (pop up js window)
I have location and gmap installed - both latest dev versions)
Picture attached showing error message.
Any help appreciated.
| Attachment | Size |
|---|---|
| Picture 7.png | 70.74 KB |

#1
#2
This is a conflict with the devel module - turning off the module fixes the issue - has to be some js conflict.
#3
Yup. Agreed.
#4
As per the devel README.txt: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/devel/READM...
calling drupal_json() instead of drupal_to_js() modifies the Content-Type header to 'text/javascript' and devel no longer appends any data.
#5
Marked #612812: Getting An error occurred popup as duplicate