Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

jquery 501 (Not Implemented)

$
0
0

I have several places in my app where I use jquery to update data based on the user moving an item from one sortable list to another sortable list.

This code works fine on localhost and Heroku.

But, on the Bitnami Rails stack, I'm getting this error:

PUT http://ndeavor.ameipro.com/workorders/2 501 (Not Implemented)

I found this: "Fixing 501 error code The client should specify a valid request type. Even after that if the Web server is responding incorrectly, then the web server simply needs to be upgraded to fix the issue."

I'm sure the request is OK - the same code has been running on localhost and Heroku for months. So, it has to be something to do with the new virtual server I'm using.

How would I upgrade the server to fix the problem???


Viewing all articles
Browse latest Browse all 2052

Trending Articles