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 Installation ErrorForum Installation Error
Previous
 
Next
New Post
4/28/2008 5:27 AM
 

My Core DNN version is 04.08.02 and i'm trying to install forum version 04.04.03.  I have the website hosted on one of my hosting company's servers.

The forum module is listed as an available module but when i go to install it i get "Sys.WebForms.PageRequestManagerTimeoutException : The server request timed out."

Other modules have installed without error.

Has anyone any ideas what is causing this and/or what can be done to resolve it?

Thanks

Kevin

 
New Post
4/28/2008 6:02 AM
 

Check the web.config ifa re both conectionStrings are setting up well.  Then check the physical folder permissions.

 
New Post
4/29/2008 7:43 AM
 

Thanks for replying.  After some research i found that the install error relates to Ajax.  I disabled ajax on the host and the problem went away and the forum is was installed ok. 

Once installed I needed to run 'list' related sql fix as I had the following error going into the general settings page.

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.Settings.BindMemberNameTypes() at DotNetNuke.Modules.Forum.Settings.Page_Load(Object sender, EventArgs e)

But i continued to get the following error when trying to add a forum to a group.

DotNetNuke.Services.Exceptions.ModuleLoadException: Must specify valid information for parsing in the string. ---> System.ArgumentException: Must specify valid information for parsing in the string. at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase) at DotNetNuke.Modules.Forum.ForumEdit.HandleForumBehavior() at DotNetNuke.Modules.Forum.ForumEdit.Page_Load(Object sender, EventArgs e)

It's another list related error because i have no list records for 'ForumBehavior'.  Perhaps this could be added to the sql fix?

Thanks

Kevin

 

 
New Post
4/29/2008 10:06 AM
 

Try this in Host SQL as "run script":

DECLARE @ModuleDefID int
SELECT @ModuleDefID = ModuleDefID FROM [dtabaseOwner}{objectQualifier}ModuleDefinitions WHERE FriendlyName = 'Forum'

INSERT INTO {databaseOwner}{objectQualifier}Permission(PermissionCode, ModuleDefID, PermissionKey, PermissionName)
VALUES('FORUM_MODULE',@ModuleDefID,'FORUMADMIN','Forum Administrator')

INSERT INTO {databaseOwner}{objectQualifier}Permission(PermissionCode, ModuleDefID, PermissionKey, PermissionName)
VALUES('FORUM_MODULE',@ModuleDefID,'FORUMGLBMOD','Global Moderator')

GO

 

 
New Post
4/29/2008 10:07 AM
 

don't forget to restart the Application in the Hostsettings after you have running the scripts.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumForum Installation ErrorForum Installation Error


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