I've tried the YAF DNN module from SourceForge and from tha_watcha. Every time I get this:
A critical error has occurred.
Object reference not set to an instance of an object.
EDIT: I got it working. Used IE from a faster connection and the extension got installed.
EDIT2: Now I get errors when I try to add the module to a page :(
I'm logged in as the superuser (host), tried several times to make the page but it doesn't seem to work.
From thos host server Event Viewer:
Exception information:
Exception type: ReflectionTypeLoadException
Exception message: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
Request information:
Request URL: http://xxxxxxxxxxxxxx/DesktopModules/YetAnotherForumDotNet/Default.aspx
Request path: /xxx/DesktopModules/YetAnotherForumDotNet/Default.aspx
User host address: xxxxxxxxxxxxxxxxxxxxxx
User: xxxxxxxxxxxxx
Is authenticated: True
Authentication Type: Forms
Thread account name: xxxxxxxxxxxxxxxxxxxxxxx
Thread information:
Thread ID: 1
Thread account name: xxxxxxxxxxxxxxxxxxxxx
Is impersonating: False
Stack trace: at System.Reflection.Module._GetTypesInternal(StackCrawlMark& stackMark)
at System.Reflection.Module.GetTypes()
at YAF.Modules.YafModuleManager`1.FindModules(IList assemblies, String moduleNamespace, StringmoduleBaseInterface)
at YAF.Modules.YafModuleManager`1.AddModules(List`1 assemblies)
at YAF.Modules.YafBaseModuleManager..ctor()
From DNN Event Viewer:
Method: DotNetNuke.UI.Containers.ActionButtonList.get_ModuleActions
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.Containers.ActionButtonList.get_ModuleActions() at DotNetNuke.UI.Containers.ActionButtonList.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.UI.Containers.ActionBase.get_ActionRoot
StackTrace:
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 DotNetNuke.UI.Containers.ActionBase.get_ActionRoot() at DotNetNuke.UI.Containers.ActionBase.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Any ideas?
Edited by user
13 years ago
|
Reason: Not specified