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 ForumsForumForumAdd Post ButtonAdd Post Button
Previous
 
Next
New Post
9/12/2006 6:48 PM
 

The add post button (or whatever it says) is not available. Where do  I find it, or how do I activate it?

Also, the MY SETTINGS don't work. I'm getting: Unhandled error loading module. Here is the error I'm getting in the log:

ModuleId: -1
ModuleDefId: -1
FriendlyName:
ModuleControlSource:
AssemblyVersion: 04.00.03
Method: System.Web.UI.UserControl.get_Request
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 0
PortalName: Tech Website
UserID: 2
UserName: admin
ActiveTabID: 53
ActiveTabName: Forums
AbsoluteURL: /portal/Default.aspx
AbsoluteURLReferrer: http://www.website.com/portal/Home/Forums/tabid/53/ctl/ForumManage/mid/368/Default.aspx
ExceptionGUID: 0067451e-ff41-4f68-9c93-f50ec789c24b
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: Object reference not set to an instance of an object.
Message: 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 System.Web.UI.UserControl.get_Request() at DotNetNuke.Entities.Modules.PortalModuleBase.get_IsEditable() at DotNetNuke.UI.Containers.Title.CanEditModule() at DotNetNuke.UI.Containers.Title.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
StackTrace:
Source:
Server Name: SERVER-001

Thanks!

 
New Post
9/12/2006 8:56 PM
 
First, I assume you have a container enabled. Second, this problem seems like the module didn't install if you do have the container enabled. Even if you don't have perms, this error wouldn't show and you would see access denied. This error, however, is related to module actions. So when you have that url there, how are you getting there if you aren't seeing hte buttons?

Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
New Post
9/12/2006 9:20 PM
 

Excuse my ignorance, but if you mean a Portal Container under Site Settings, yes. I can't get into MY SETTINGS cause I'm getting errors.

Where would I check to see if the container is enabled? The module IS installed, because I can see the forum pages.

Thanks for your help!

 
New Post
9/13/2006 2:31 AM
 

What core and what Forum versions are you using?

 


Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
New Post
9/13/2006 11:32 AM
 

DNN 4.3.4 install. Forum: 3.20.08

Here is the main error log. Hope this helps too. Thanks!

ModuleId: -1
ModuleDefId: -1
FriendlyName:
ModuleControlSource:
AssemblyVersion: 04.00.03
Method: System.Web.Compilation.BuildManager.PostProcessFoundBuildResult
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 0
PortalName: Tech Website
UserID: 2
UserName: admin
ActiveTabID: 49
ActiveTabName: Skins
AbsoluteURL: /portal/Default.aspx
AbsoluteURLReferrer: http://www.website.com/portal/Admin/Skins/tabid/49/Default.aspx
ExceptionGUID: 28869931-b5f1-4d84-8515-1db11a8b0d19
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\portal\30df7ff0\5b702785\App_Web_navpane.ascx.d505b548.h7lfbwfy.0.vb(92): error BC32206: Indirect reference is being made to assembly DotNetNuke.WebControls version 1.2.1.21408, which contains 'DotNetNuke.Modules.Help.NavPane.DNNTree1'. This Project references a prior version of DotNetNuke.WebControls version 1.0.2158.30731. To use 'DotNetNuke.Modules.Help.NavPane.DNNTree1', you must replace the reference to DotNetNuke.WebControls with version 1.2.1.21408 or higher.
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\portal\30df7ff0\5b702785\App_Web_navpane.ascx.d505b548.h7lfbwfy.0.vb(92): error BC32206: Indirect reference is being made to assembly DotNetNuke.WebControls version 1.2.1.21408, which contains 'DotNetNuke.Modules.Help.NavPane.DNNTree1'. This Project references a prior version of DotNetNuke.WebControls version 1.0.2158.30731. To use 'DotNetNuke.Modules.Help.NavPane.DNNTree1', you must replace the reference to DotNetNuke.WebControls with version 1.2.1.21408 or higher. ---> System.Web.HttpCompileException: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\portal\30df7ff0\5b702785\App_Web_navpane.ascx.d505b548.h7lfbwfy.0.vb(92): error BC32206: Indirect reference is being made to assembly DotNetNuke.WebControls version 1.2.1.21408, which contains 'DotNetNuke.Modules.Help.NavPane.DNNTree1'. This Project references a prior version of DotNetNuke.WebControls version 1.0.2158.30731. To use 'DotNetNuke.Modules.Help.NavPane.DNNTree1', you must replace the reference to DotNetNuke.WebControls with version 1.2.1.21408 or higher. at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
StackTrace:
Source:
Server Name: SERVER-001

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumAdd Post ButtonAdd Post Button


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