To replicate: install content_taxonomy (and enabled "Content Taxonomy Autocomplete"), create a new taxonomy field in CCK and make it "Autocomplete (free tagging)". Link it to a free tagging taxonomy.

Then, make sure PQP is enabled, add a new node of that content type, type in a few letters into the autocomplete field, and a javascript popup will tell you:

An error occurred. 
http://drupal.local/content_taxonomy/autocomplete/field_user_city
{ "Johannesburg": "Johannesburg" }<script type="text/javascript">
<!--//--><![CDATA[//><!--
jQuery.extend(Drupal.settings, { "pqp": { "key": "pqp_key_1243409604" } });
//--><!]]>
</script>

Doh!

Comments

caktux’s picture

Status: Active » Needs review

The latest dev packages should fix this (patching of the performance module is still required for now), setting to needs review :)