I have two (as far as i know) identical installations (dev > staging) for a website and in one the module works correctly and in the other, the only field that works is Country. I have triple checked the same settings in both installations.

What would you say/think/suggest is one of the main issues for the module to stop working correctly?

Thanks in advance.

Comments

AlexisWilke’s picture

Your staging HTTP server may prevent the auto-complete from working because they happen too quickly?

I have a low level module to prevent such abuse and ran in that problem. ( http://www.m2osw.com/mo_anti_pounding )

Although, if it works properly for one field, it should work for the others.

I suppose both of your installations use or don't use a sub-directory?

Another problem I ran into was with my modsecurity settings. Many AJAX queries or responses were blocked by modsecurity because it looked like attacks.

The addresses code itself works, so I don't see why it would cause a problem.

Thank you.
Alexis Wilke

mau.ferrusca’s picture

Turns out that the culprit was the "path access" module. I had not whitelisted the path for "addresses".

mau.ferrusca’s picture

Status: Active » Closed (fixed)