hi. i've got a site running in the dev stage on acquia dev cloud (trial). all was going well until i hit an absolute wall with ajax autocomplete errors and after days of digging, nothing seems to be working. it is happening with a) community tags, b) free tagging and c) with entity reference field (using autocomplete to find and then reference nodes).

seriously, this site is at an impasse and a quick solution is worth at least 100-200 dollars to me.

please contact me directly via the contact form if you think that you can tackle this, or if you feel that it's more involved (in which case, yes, i will pay you more to resolve a more complex issue)

thanks.

Comments

noelhunter’s picture

I was experiencing these errors, and I examined the log. I found that whenever they occurred, an unrelated page on my site was returning a PHP warning. Somehow, this was preventing the autocomplete from working. When I changed the code to remove the warning message, the autocomplete started working.

I am a little confused about why autocomplete was accessing these other pages and causing errors to be logged, but it was definitely the problem. Can you check your log, and see if a similar thing is happening for you?

zilla’s picture

i was seeing when logged in as admin, also disabled warnings - though oddly it was working fine again before this. i believe it was a conflict with a views related module that was throwing out some assorted errors.

ppayet’s picture

Hello,

How did you do to disable warnings ?

Thanks