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 ForumsForumForumError: User Settings is currently unavailableError: User Settings is currently unavailable
Previous
 
Next
New Post
6/1/2007 2:15 AM
 

In 03.20.09, the line [forumMail.To = PMRecipientUser.Email] is rem'd out, but I still have the problem, but the error I get now is:

Error: User Settings is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Modules.Forum.UserSettings.SelectMultiTreeItems(DnnTree objTree, Int32 ForumID) at DotNetNuke.Modules.Forum.UserSettings.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

I mentioned this error in another post only because it may be related???

Any other help/ideas would be great, thanks.

Michael

 
New Post
6/1/2007 10:22 AM
 

FYI - I am experiencing this same problem.

 
New Post
6/25/2007 1:08 AM
 

Is there any solution for this error? I am experiencing this also.

Cheers

 

 
New Post
7/19/2007 4:00 PM
 

I got the same error. I tried deleting the forum at the database level, emptying the recycle bin and even checking for tab settings on the database. My problem was that the admin account was set up as a moderator and global moderator in a different forum that was placed on a different tab. I set the admin account not to be a moderator in the other forum and the error went away.

I hope this helps.

 
New Post
8/21/2007 10:28 AM
 

In my environment, this indeed looks like a conflict of some sort with the user being an admin vs. global moderator vs. moderator.  I fixed this by running a statement similar to the following for each afflicted user (change the UserID to match the user's id that you are trying to fix):

BEWARE!  This SQL statement needs to be run in SQL Server Enterprise Manager or SQL Server Management Studio.  Also, these changes are NOT REVERSEABLE!  You are advised to first back-up your database prior to making this update.

DECLARE @UserId INT;

SELECT @UserId = 1;

UPDATE [dbo].[Forum_Users] SET [IsGlobalModerator] = 0
WHERE [UserID] = @UserId AND [IsGlobalModerator] = 1

DELETE FROM [dbo].[Forum_Moderators] WHERE [UserId] = @UserId

INSERT INTO [dbo].[Forum_Moderators]([UserID],[ForumID],[AssignedDate],[PostsModerated])
SELECT @UserId, [ForumId], GETDATE(), 0 FROM [dbo].[Forum_Forums]

SELECT [UserID],[ForumID],[AssignedDate],[PostsModerated]
FROM [dbo].[Forum_Moderators]
ORDER BY [ForumID], [UserId]


Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumError: User Settings is currently unavailableError: User Settings is currently unavailable


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