With accessibility enabled and 'override xHTML' not checked, I get an HTTP error 200 when entering in taxonomy terms. The error occurs when the field attempts to populate a drop down list of terms.

If I check 'override xHTML', the error goes away. However, if put node/add* under 'override pages' and uncheck 'override xHTML', the error occurs.

I was under the impression that include node/add* under 'override pages' does the same thing that checking the 'override xHTML mime type' box does (except only on specific pages).

Comments

jabba_29’s picture

Assigned: Unassigned » jabba_29

Hi Brian,

You have understood the concept correctly ....
including "node/add*" should override the headers...

Are you using a specific theme for the admin?
I.E. does your node/add page use admin theme or default?

Perhaps if you added the url of the autocomplete that would solve this.
Will check to see if I can reproduce this..
(Don't know whether I still have v5 on my PC)..

Incidentally, a 200 return code means: the request has succeeded -
which makes it a bit confusing ??

bsuttis’s picture

I'm using a custom theme I developed, but I've tried using Garland and the same error occurs.

The URLs in the HTTP 200 message have arguments (arg(0)) of /content_taxonomy/, /taxonomy/, and /nodereference/ if that's of any help.

An example url is: example.com/nodereference/autocomplete/# where # is an integer (ie. 3)

jabba_29’s picture

Thanks for the info.

I have tried to reproduce this at home, but cannot.
I am not using taxonomy as such - I am using "categories" module *

I added the "tagging" for the category type and tracked the response using live headers...
Abbreviated version below:

http://www.skiffie.lt/category/autocomplete/25/we

GET /category/autocomplete/25/we HTTP/1.1
Host: www.skiffie.lt
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: close
X-Requested-With: XMLHttpRequest
Referer: http://www.skiffie.lt/node/add/article

HTTP/1.x 200 OK
Date: Tue, 08 Apr 2008 07:58:36 GMT
Server: Apache/2.0.59 (Win32) PHP/5.2.0
X-Powered-By: PHP/5.2.0
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Tue, 08 Apr 2008 07:58:36 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Vary: Accept
Content-Length: 16
Connection: close
Content-Type: text/html; charset=utf-8
----------------------------------------------------------

So I do not have an issue, the autocomplete is returning the expected results.
Will investigate further.

* not such a great idea as it turns out, for me at least

jabba_29’s picture

Status: Active » Closed (fixed)

4 weeks inactivity.
cannot reproduce.

Closing..