61
Java SMF Backup / Re: Login failed error
« Last post by viulian on March 09, 2007, 02:36:42 pm »What the application does is the same as the browser will do.. I mean it just clicks and follows the redirects. What happens is that the redirect it was expecting did not arrive - and when I coded the program this happened when the password was bad (There was a redirect but to a page containing an error message such as cookie error, session error, or bad password - but NOT to the admin page).
This can also happen if the forum is integrated with other CMS and the SMF login flow is changed.. Do you have the forum running standalone on the domain - or is it integrated with other CMS/etc ?
I will update the code in the weekend so it would write down (to the logs) the .html page where it got redirect (and maybe containing some error which will actually tell what the forum thinks about the login).
In fact I'll rewrite the logging part - as it seems that its difficult to figure out what doesn't work when it should.
I'll keep the thread updated - thanks for the message
This can also happen if the forum is integrated with other CMS and the SMF login flow is changed.. Do you have the forum running standalone on the domain - or is it integrated with other CMS/etc ?
I will update the code in the weekend so it would write down (to the logs) the .html page where it got redirect (and maybe containing some error which will actually tell what the forum thinks about the login).
In fact I'll rewrite the logging part - as it seems that its difficult to figure out what doesn't work when it should.
I'll keep the thread updated - thanks for the message