Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-rc1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2008 at 15:11 UTC
Updated:
30 Sep 2008 at 19:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
JumpingJack@drupalcenter.de commentedComment #2
wmostrey commentedWhat exactly did you do to fix this issue? I'm getting the exact same error when trying to do anything that uses AJAX.
Comment #3
merlinofchaos commentedWim, need more information than this if you're going to re-open a bug report.
Comment #4
wmostrey commentedWell 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?
Comment #5
merlinofchaos commentedWe 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.
Comment #6
wmostrey commentedI'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 implementedFirebug however gives this output as the post response, which I don't think is accurate:
Comment #7
merlinofchaos commentedthat looks like the server is not liking something in the request. Check this thread for ideas
http://drupal.org/node/266157
Comment #8
merlinofchaos commentedI believe this is likely a dup of #266157. Feel free to change it back to active if you disagree.