|
|
Posted 25/05/2005 10:17:42 |
|
|
Forum Guru
      
Group: Customers
Last Login: 15/11/2005 12:15:17
Posts: 65,
Visits: 82
|
|
We received the following error when we tried to access a post that a Guest had replied to.
Exception Type: System.ArgumentOutOfRangeException Exception Message: Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. Parameter name: ticks Exception Source: mscorlib Exception Target Site: .ctor
Kind regards,Tye Odle IT Consultant Assist Technology, Inc.
|
|
|
|
Posted 01/06/2005 12:09:13 |
|
|
Forum Guru
      
Group: Customers
Last Login: 15/11/2005 12:15:17
Posts: 65,
Visits: 82
|
|
We were able to fix this problem. When anonymous users posted, this problem would occur. Somehow the Guest account was deleted, so were had to run a SQL script to insert the missing user back into the database. After that, everything was back to normal.
Kind regards,Tye Odle IT Consultant Assist Technology, Inc.
|
|
|
|
Posted 04/06/2005 06:30:45 |
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 05/01/2009 11:53:33
Posts: 1,959,
Visits: 3,027
|
|
| Hi Tye, Hope your well. The forum does not require a database record for the anonymous member account. The anonymous member is represented by the InstantASP.InstantForum.Components.AnonymousUser object. This object simply inherits from the InstantASP.InstantForum.Components.User object with a few members changed to represent the anonymous user within posts, where you referring to the anonymous "Member Group" or "Permission Set"?
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|
Posted 06/06/2005 11:25:44 |
|
|
Forum Guru
      
Group: Customers
Last Login: 15/11/2005 12:15:17
Posts: 65,
Visits: 82
|
|
Well, I'm not sure actually. We have renamed the Anonymous user group, and associated it with a new permission set. The ID for the group should still be the same. We had no idea it was happening until a guest user had posted something. At that point we added a hidden member with ID 0 and it fixed the problem. Perhaps it was something we did when renaming the Anonymous user group.
Kind regards,Tye Odle IT Consultant Assist Technology, Inc.
|
|
|
|
Posted 07/06/2005 10:54:45 |
|
|
Forum Guru
      
Group: Customers
Last Login: 15/11/2005 12:15:17
Posts: 65,
Visits: 82
|
|
Well now all types of weird things are happening, so we're considering just waiting for RC3 and reinstalling. Now when we receive SOME PMs from guests, they show up as a null user and obviously throw the same System.ArgumentOutOfRangeException. The guest account now also shows another seemingly random user's signature. Weird problems, I thought I'd post them, but I'm sure some of the modifications we have made have now caused some of these issues. We look forward to RC3.
Kind regards,Tye Odle IT Consultant Assist Technology, Inc.
|
|
|
|
Posted 07/06/2005 11:38:22 |
|
|
Supreme Being
      
Group: Moderators
Last Login: 14/10/2006 01:27:14
Posts: 276,
Visits: 3,858
|
|
I know in 3.4 the Anonymous User group was one of the "required" groups that you couldn't get rid of. I wonder if even though you can now edit the permissions and such of the Anonymous group, that in the code its still required to be there and keep its default name?
 Jimmy Stuart
|
|
|
|
Posted 07/06/2005 13:20:53 |
|
|
Support Supremo
      
Group: Customers
Last Login: 13/11/2008 12:44:07
Posts: 568,
Visits: 2,507
|
|
Dear Jimmy,In InstantForum 4, as with 3.4, the Anonymous user group is a default user group that cannot be removed. You can, however, change the name of the group, if you want.
|
|
|
|