500 server error when new user tries to login

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/71199?pagenum=1
05 November 2025, 01:57

Topic


kerryww
500 server error when new user tries to login
12 April 2017, 06:53


I've upgraded my forums database to MySQL. All appears to work, except when a new user signs up and then tries to login he/she is met with a 500 - Internal Server Error.
http://www.orientbeachforum.com/
Username: thedeputydog
Password: freedom

I have web.conf set to:
<customErrors mode="On" />

TIA

Kerry

 

Replies ...


HuwR
12 April 2017, 07:58


firstly you should turn customErrors to Off, then try adding

<system.webServer>
<httpErrors errorMode="Detailed" />
</system.webServer>

to your web.config
kerryww
12 April 2017, 18:26


Thanks for help HuwR.
I solved the problem. I forgot to put a username in the username box when signing up. I added a username and bingo - it worked! Dummy me.
All is working again.
© 2000-2021 Snitz™ Communications