A clean install of Drupal 7, plus devel, ctools 7.x-1.0 and views 7.x3.0. I think I've enabled all the modules necessary to run views, but I get the following error when I try to use views module:

An AJAX HTTP error occurred.
HTTP Result Code: 406
Debugging information follows.
Path: /uktest/views/ajax
StatusText: error
ResponseText:
406 Not Acceptable
Not Acceptable
An appropriate representation of the requested resource /uktest/views/ajax could not be found on this server.

/uktest is the sub folder on my testing server on which ive installed drupal 7. But the path on the debugging info is odd. /uktest is the root folder for this drupal installation, and there isn't a folder /views in the root.

I tried a completely clean install of drupal 7 plus ctools plus views in another folder, but still got the same error.

All my modules are up to date, and I've tried running jQuery update, but it makes no difference.

A search on the problem says that it also occurs when the security module is enabled, but I don't have that one.

If anyone is willing to help troubleshoot, I can give (limited) access to my testing server. Or does anyone know of this problem? I'm new to Drupal, and things were going brilliantly until this snag....

KB

Comments

Funksmaname’s picture

did you find a solution? I'm getting the same error - latest dev of ctools and views on a testing server (ip/~name/etc... - clean URLs are working fine)

please let me know if you found a solution!

r.p.thomas’s picture

I turned off javascript, and that seemed to do the trick. But it's a bit of a shame to have to do that.