Posted by Roger Saner on May 27, 2009 at 7:37am
2 followers
Jump to:
| Project: | PHP Quick Profiler |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
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
#1
The latest dev packages should fix this (patching of the performance module is still required for now), setting to needs review :)