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 ForumsForumForumForum Threads seems to be gone... or nearly gone.Forum Threads seems to be gone... or nearly gone.
Previous
 
Next
New Post
6/24/2009 3:12 AM
 

Thanks for this solution.

I was also searching for answers by the FR community, and here is how i managed to get out of the problem, getting back the post.

1/ The problem seems to happen less (not at all?) when the auto-connexion is on.
This can be activated under 4.8 -> 4.9.3 by changing an option in the "default.aspx" file :
search for autocomplete and set it to on

2/ To get all posts again, you can try using those 2 SQL command lines.
The first will show you all posts that were posted by "anonymous" (means "out of time" if anonymous is not accepted)
           SELECT * FROM forum_posts WHERE UserID = 0
Keep all the numbers under the "PostID" column.

The second will correct one line. You'll need to execute it for each "PostID" you kept in the previous step.
           UPDATE forum_posts SET UserID = X1 WHERE PostID = X2
X1 must be replaced by the user ID that posted the answer (this ID can be seen under "user" admin page, when looking at the details of a user)
X2 must be replaced by the "PostID" you had.

Maybe someone will make a small SQL script that will create a "backup user" and then give him all lost posts, i'm not sure enough of my SQL skills for that.

 
New Post
6/24/2009 5:06 PM
 

I had allready posted several times both solutions over the last year.    The best is to set the UserID=-1 whish is a anonymous user.  This is then the solution for a lager forum where you have often this issue. 

Between the new version is released you can also set the session timeout of the IIS higher i.e 60 minutes or so.

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumForum Threads seems to be gone... or nearly gone.Forum Threads seems to be gone... or nearly gone.


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