Cannot get logged in

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
2010solutions
Ensign (ENS)
Ensign (ENS)
Posts: 2
Joined: Fri Jul 09, 2010 9:40 am

Cannot get logged in

Post by 2010solutions » Fri Jul 09, 2010 9:47 am

We have made no code changes but overnight the following message appears when you try to login:

The added or subtracted value results in an un-representable DateTime. Parameter name: value

What gives? No account can login, the site is basically dead. Any help would be appreciated!

User avatar
mikek
Commander (CMDR)
Commander (CMDR)
Posts: 112
Joined: Wed Oct 15, 2008 9:30 pm
Location: Boston, MA
Contact:

Re: Cannot get logged in

Post by mikek » Fri Jul 09, 2010 12:25 pm

Hello,

This usually happens if the value coming from the database is a "null" value, instead of a date. Connect to your database via SQL Management Studio and check for NULL date records in ac_Users table.
Mike Kolev

2010solutions
Ensign (ENS)
Ensign (ENS)
Posts: 2
Joined: Fri Jul 09, 2010 9:40 am

Re: Cannot get logged in

Post by 2010solutions » Fri Jul 09, 2010 12:50 pm

Thanks for the reply. The account that I know fails on login has a valid date in all DateTime field except for LastLockoutDate.

What I did notice is the the LastLoginDate does get updated when I attempt to login.

Post Reply