I'm trying to add an Filter on Vocabulary-Id.
Even when i'm saving the Filter i get the Error: "An error occured at http://mysite/admin/build/views/ajax/add-item/tax_aktuell/default/filter.
It is not possible to create a Filter on Vocaularey-ID

CommentFileSizeAuthor
#4 views-ajax-error.png78.55 KBwmostrey

Comments

JumpingJack@drupalcenter.de’s picture

Status: Active » Closed (fixed)
wmostrey’s picture

Status: Closed (fixed) » Active

What exactly did you do to fix this issue? I'm getting the exact same error when trying to do anything that uses AJAX.

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)

Wim, need more information than this if you're going to re-open a bug report.

wmostrey’s picture

StatusFileSize
new78.55 KB

Well I was hoping that Jack could explain why he closed this ticket and how he resolved it.

I'm getting the exact same error when I do anything that involves the ajax call. The strange thing is that it's not happening on my MAMP but it is on a hosted service. Are there some specific permissions or an apache setting or a jQuery version that is needed in order for this to work?

merlinofchaos’s picture

We have discovered that some security related plugins to apache could be involved. Also recently someone reported having inexplicable trouble with devel.module.

There are 2 things you can do to help figure out what's going on. First, look in the php error log and see if there's a crash. SEcond, use firebug and look at the post response and see what you're getting back.

wmostrey’s picture

Status: Postponed (maintainer needs more info) » Active

I'm not running devel so that's not the issue.

The site on which it's not working is on a shared host so I can not provide you php logs. This is the post response I'm getting from firebug:

501 Method not implemented

Firebug however gives this output as the post response, which I don't think is accurate:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
</p>
</body></html>
merlinofchaos’s picture

that looks like the server is not liking something in the request. Check this thread for ideas

http://drupal.org/node/266157

merlinofchaos’s picture

Status: Active » Closed (duplicate)

I believe this is likely a dup of #266157. Feel free to change it back to active if you disagree.