Hi

I am using Drupal 7 and trying to create a field in the gallery content type. upon going to the Manage Display section and selecting colorbox from the format dropbox i get error message "An Ajax http error occurred http result code 406 path /system/ajax/ status text:not acceptable, response text: " Need urgent help

CommentFileSizeAuthor
colorbox error.png67.66 KBcool_mohit78
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

frjo’s picture

Status: Active » Closed (cannot reproduce)
Anonymous’s picture

Got the same result ... ajax fail HTTP Result Code: 406 in Views ...

gmopinillosv’s picture

Issue summary: View changes

I am getting this error too when I want to modify views:

An AJAX HTTP error occurred.
HTTP Result Code: 406
Debugging information follows.
Path: /admin/structure/views/ajax/display/commerce_backoffice_orders/admin_page/pager_options
StatusText: Not Acceptable
ResponseText:

Somebody know the solution. I will appreciate any help. Thank you.

P.S. Also I get the same error when I am in Management Orders

gmopinillosv’s picture

I am getting this error when I want to modify Views:

An AJAX HTTP error occurred.
HTTP Result Code: 406
Debugging information follows.
Path: /admin/structure/views/ajax/display/commerce_backoffice_orders/admin_page/pager_options
StatusText: Not Acceptable
ResponseText:

Thank you for any help.

guruling’s picture

I was also getting same error while modifying the Views.

This worked for me -

I added below lines in the .htaccess file and then, flushed all cache -

php_value max_input_vars 6000
php_value suhosin.post.max_vars 6000
php_value suhosin.request.max_vars 6000

Also, while saving the edited views I got massage - 'changes cannot be made to a locked view'
I unlocked it by just clicking massage 'disable this lock' link above that view.

mafereka’s picture

I tried this and I could no longer access my site.. Is there a particular location in the .htaccess file where we need to insert the above piece of quote?