i have a site on drupal 7
using the display suite
i have a few different content types... most of them are ok
but, just for 1 type, taxonomy terms are shown wrong... i 've put the option to show tax terms in line separated by dash... and it's working on the other content types but on this content type the tax terms are shown in column and when i try to change the format in the manage display form it returns me an Ajax error like this:

An AJAX HTTP error occurred.
HTTP Result Code: 406
Debugging information follows.
Path: /system/ajax
StatusText: Not Acceptable
ResponseText:

and when i press OK the site becomes irresponsive and i can't change that setting
i just realized i have the same error if i try to change/edit/enable/disable anything on the manage display of that content type; not only for the tax terms

ANY SOLUTIONS?

thanks guys

Comments

vladimirkomarek’s picture

anybody has some idea?

JMC’s picture

This might not be much help, but it's where I would start...

Login as admin and under the Reports menu choose "Recent log messages".

Here you should see your AJAX errors (with possibly some more info) but also look for any other error message immediately before and after the AJAX error, these are often a better indicator of the cause.

rameshbabu.g’s picture

There must be some javascript errors coming on the site. Inspect element and check if any js errors coming on that page.

vladimirkomarek’s picture

rameshbabu.g’s picture

Install firebug extension in Mozilla firefox.

Then open your site in Mozilla firefox and login as admin. Right click on page and click on 'Inspect Element' on your pages. Then you will get some window on bottom of the page. There you will find console tab. Check if there are any js errors over there.

vladimirkomarek’s picture

POST http://www.horrorgalore.com/system/ajax 406 Not Acceptable 387ms
jquery.js

and this is it:

// Do send the request
// This may raise an exception which is actually
// handled in jQuery.ajax (so no try/catch here)
xhr.send( ( s.hasContent && s.data ) || null );

VM’s picture

in a test site disable modules/dependencies to see if the issue is module specific. I cannot reproduce the issue on a clean install or any of my own sites.

is the jquery update module installed? If yes, which version of jquery is set to be used?

vladimirkomarek’s picture

to uninstall modules... nothing

jquery updt installed

Default jQuery Version: 1.5

Alternate jQuery version for administrative pages: default jquery version

thanks

VM’s picture

unfortunately you are on your own. There are a multitude of things that can cause ajax errors. If you aren't able to narrow down then you are left to research past ajax forum threads that have been submitted to the forums.

good luck.

vladimirkomarek’s picture

that i have other errors on the site?

for example the UPLOAD and REMOVE procedure inside the edit form of the contents...