vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   [Fixed]501 Method Not Implemented (https://vborg.vbsupport.ru/showthread.php?t=194949)

ikorolis 10-29-2008 06:10 PM

[Fixed]501 Method Not Implemented
 
This problem is Fixed Update New Version of VBulletin and VBAdvanced and transfer my website to new host.

Thank you for answers

noppid 10-29-2008 06:31 PM

this can happen when you talk to a page in a different language set then you use in our experience. Of course, that's just one reason. I would have no idea if that is your problem.

But you are accessing newthread.php while the error is about index.html.

Do you have a hack that does an outside call when posting for spam detection or something?

Do you have any SEO stuff that is trying to rewrite the URL to index.html?

UKBusinessLive 10-29-2008 06:46 PM

This is what i found about the 501 error...

Quote:

The server does not support the functionality required to fulfill the request. This is the appropriate response when the server does not recognize the request method and is not capable of supporting it for any resource.
remember what we spoke about earler in the week with the custom 404 error pages you can make, well you can make them for 501 errors too :eek:;)

lets take a look at this example, and remember you can change it for a 501 error too!!

A 404 error means when you are trying to visit a page that doesn't exist. Like http://www.www.vbulletin.org/mypage.php .
When you visit that link you get:

Not Found
The requested URL /mypage.php was not found on this server.

This doesn't look very nice though, just text on a white page.
To change this we need a .htaccess file.
So just open word pad add this line:

ErrorDocument 404 /404.html

What does that do ?
You are telling the server, if a 404 error comes up, redirect to 404.html.

So just create a html file called 404.html or any name you want, but remember to change that in the htaccess.

And give this a nice feedback message like.

Sorry, the link that brought you to this page seems to be out of date or broken.

More errors :

* 302 - Redirect
* 400 - Bad Request
* 401 - Authorization Required
* 402 - Payment Required
* 403 - Forbidden
* 404 - File Not Found
* 405 - Method Not Allowed
* 406 - Not Acceptable
* 407 - Proxy Authentication Required
* 408 - Request Time-out
* 409 - Conflict
* 410 - Gone
* 411 - Length Required
* 412 - Precondition Failed
* 413 - Request Entity Too Large
* 414 - Request-URI Too Large
* 415 - Unsupported Media Type
* 500 - Internal Server Error
* 501 - Method Not Implemented
* 502 - Bad Gateway
* 503 - Service Temporarily Unavailable
* 504 - Gateway Time-out
* 505 - HTTP Version Not Supported

To create a custom error page for a 501 error just do the same:

ErrorDocument 501 /501.html


As you say it only happens sometimes, then at least you have the option of redirecting your members to an alernative page on your site.

Good Luck :D

Dismounted 10-31-2008 06:06 AM

Check your .htaccess files and try disabling vBulletin's GZIP compression.

m-r-r 11-14-2009 03:35 AM

Hi,
i have this error on my forums too,
i have use persian language like many other sites, but when i want post new thread, or reply to another topic, if my post containt more than 1page, i have recieved this error :

Quote:

Method Not Implemented

GET to /forum/newthread.php not supported.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

i have not any plugin, disabled GZip... but error isn't solved !
help me plz


All times are GMT. The time now is 04:03 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01943 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete