> Forums > Active Forums > Community Support > Error for single topic in forum
Last Post 09 Aug 2011 09:45 AM by Donald. 2 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Donald
Registered Users
Donald
Post Count:1

--
08 Aug 2011 09:29 AM
    • Active Forums Version: 4.1
    • DotNetNuke Version: 5.4.0
    Hello,
    I have a forum where one topic suddenly stopped working. The rest of the forum seems to be working fine. This is the forum: http://www.ickestreeservice.com/Dis...Forum.aspx
    When I try to go to the second topic (Hickory tree suffering) all I get is this error: "Error: Active Forums is currently unavailable."
    Any ideas what might be going on? Everything else in the forum seems to be working fine.

    This is the more detailed error I get when I am logged in as a host:

    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 Active.Modules.Forums.Controls.TopicView.ParseContent(DataRow dr, String tempate, Int32 rowcount) at Active.Modules.Forums.Controls.TopicView.ParseTopic(String sOutput) at Active.Modules.Forums.Controls.TopicView.BindTopic() at Active.Modules.Forums.Controls.TopicView.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

    Thank you,
    Donald
    Ben - DotNetNuke
    DotNetNuke Staff
    Ben - DotNetNuke
    Post Count:1644

    --
    08 Aug 2011 04:27 PM
    This usually happens when someone posts malformed HTML code, and the browser fails to render it.

    Please run this SQL query from the Host SQL menu and let me know if there is anything besides plain text in the Body column.

    
    SELECT     activeforums_Content.ContentId, activeforums_Content.Subject, activeforums_Content.Body, activeforums_Topics.TopicId
    FROM         activeforums_Content INNER JOIN
                          activeforums_Topics ON activeforums_Content.ContentId = activeforums_Topics.ContentId
    WHERE     (activeforums_Topics.TopicId = '6')
    
    Donald
    Registered Users
    Donald
    Post Count:1

    --
    09 Aug 2011 09:45 AM
    Thank you. When I did that, it only returned the question, but not the 1 answer to the post.
    So I used SQL manager to look at the data directly. Turns out the reply to this post did not contain any text at all. Not sure how that could happen, but I just added a word directly in the SQL and now the topic is pulling up fine.

    Donald
    You are not authorized to post a reply.
    > Forums > Active Forums > Community Support > Error for single topic in forum
    test
    Copyright 2012 by DotNetNuke Corporation / Terms of Use / Privacy