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

gapple’s picture

Any 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

wxman’s picture

Hi

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

gapple’s picture

Status: Active » Closed (duplicate)

Odd... are you using the latest version of the module?

Marking as duplicate of #367022: Autocomplete error - conflict with Devel module

wxman’s picture

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