Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumchange user idchange user id
Previous
 
Next
New Post
9/13/2009 7:50 PM
 

Had a session time out while member was posting on the forum, now the forum is messed up and am getting this message-A critical error has occurred.
Value cannot be null. Parameter name: value  I have been trying to find an answer on this forum, and have seen that I need to change the user id number from 0 to the poster's actual id number.  I know the actual id number, but I cannot find where/how to make this change.  Can someone help me using layman's language? thanks

 
New Post
9/14/2009 9:48 PM
 

You can find out the message by SQL on your DNN Host  runing this script:

/*** Start Script ***/ 
Select * FROM {databaseOwner}{objectQualifier}Forum_Posts
WHERE UserID = '0'
/*** End script ***/

Notice the PostID and the ThreadID all rows.   Using The MS SQL Management Studio (Express) and connect to your database, open the Forum_Threads table, seacht to the ThreadID and modify to the LastPostID to the Last PostID you have get from the Forum_Posts table.

Then run this script in your DNN SQL to set the user to Annonymous (you can also use the UserID of the user that have done the post if you know)

/*** Begin script ***/
Update {databaseOwner}{objectQualifier}Forum_Posts
SET UserID = '-1'
WHERE PostID ='type here the PostID you have notice'
/*** End Script ***/

 

 
New Post
9/14/2009 9:51 PM
 

After you have fix all issues I suggest to upgrade to Forum Module 4.5.3 !

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumchange user idchange user id


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out