delete thread - error page - cant delete - vbulletin 3.7.4 german

networker007

New Member
dear brother - here my problem:

i login to the frontend with admin rights. i wanna delete a thread, then vb asked delete complete, next i must enter the password (i ve been still login!) and hit enter:

the folowing error:

Code:
Method Not Allowed
The requested method POST is not allowed for the URL /login.php.

this is my browser url after the error:

Code:
http://www.myforum.com/login.php?do=login

when i additionally login to the admincp - then it goes....!!

whats wrong in my vb???
 
POST isn't allowed as you can see, i'm only guessing but i think is a problem with your host, altought is really strange that a host don't allow the post method have you installed some mod recently?
 
annother vb installation 3.8.0 beta 3 work correctly on the same host (apache2 - debian). mod-security is disable

OK, my mistake:

i have fill the
Code:
www.forum.com
in the vb - but the vb is hosted on annother host
Code:
www.vb-forum.net
. on the host
Code:
www.forum.com
i have a redirect (backlink) to the other host. thats the problem. now i fill the url
Code:
www.vb-forum.net
in vb and its work!

just fill the host in the vb where the vb really hosted - then its work perfectly
 
Back
Top