Closed (duplicate)
Project:
Location
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2009 at 15:27 UTC
Updated:
28 Oct 2009 at 16:56 UTC
I've read what others had said about this error, and tried the fixes, but I'm getting the "An error occurred /location/autocomplete/us (no information available)." on a US State field.
I've removed the Dev module, and disabled Optimize CSS, and JavaScript files, but it's still happening. There's nothing in any logs, so I'm having a hard time tracking down what's causing it. It was working fine, and I haven't added anything new.
Comments
Comment #1
gappleAny module that appends data to the page may cause this error by making the JSON response syntactically invalid.
I've submitted a patch to #367022: Autocomplete error - conflict with Devel module, see if it works for you
Comment #2
wxman commentedHi
That worked for me. The only thing was adding the patch said to find it at line 925. I actually found it at line 1142.
Thanks
Comment #3
gappleOdd... are you using the latest version of the module?
Marking as duplicate of #367022: Autocomplete error - conflict with Devel module
Comment #4
wxman commentedOK that was weird. I just checked on the modules page, and it said I was using version 3.0. On the update page, it said I was current.
I upgraded to the DEV for now, and added the patch. On the DEV the line was on line 942.
Thanks for your help.