500 server error when new user tries to login - Posted (1242 Views)
Starting Member
kerryww
Posts: 30
30
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
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Forum Admin
HuwR
Posts: 20611
20611
firstly you should turn customErrors to Off, then try adding

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

to your web.config
Posted
Starting Member
kerryww
Posts: 30
30
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.
 
You Must enter a message