Invalid Thread

Hassan

New member
When I am not logged in. I see a thread I want to reply to, so I click on the 'post reply', next page tells me to enter my username/password. Do that and then I get this

Picture.jpg


Only way to avoid this is I log in beforehand.
 
Nope. Think i might need to enlist the help of vbulletin as it seems to have happened since the forum upgrade.
 
Yeah that is true, but a I am surprised that nobody has seen this problem yet.

or probably not bothering them @ all
 
The reason it happens is the post id isn't carried over when it does the login redirect. (I'm a vB Specialist xD) It doesn't happen on my 3.7.1 installation so it could be because your running 3.7.0.
 
name='Nick R' said:
The reason it happens is the post id isn't carried over when it does the login redirect. (I'm a vB Specialist xD) It doesn't happen on my 3.7.1 installation so it could be because your running 3.7.0.

Yeah I got to the bottom of it in the end. The $_SERVER['REQUEST_URI'] is reported incorrectly on IIS7 systems set up with FastCGI. It returns the page filename but not the query string at the end.

vBulletin have been informed, but as its not a fault at their end, I doubt they'll do any patches for it.
 
name='Jim' said:
Yeah I got to the bottom of it in the end. The $_SERVER['REQUEST_URI'] is reported incorrectly on IIS7 systems set up with FastCGI. It returns the page filename but not the query string at the end.

vBulletin have been informed, but as its not a fault at their end, I doubt they'll do any patches for it.

So its fixed or is it?
 
Im having the same problem...keeps saying invalid blah blah blah, then i fall asleep so i forget what i was going to say.

ROFLATBEINGINVALID!!!
 
Back
Top