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 ForumsHelpHelpError in DNN 5.4.4 - Please assign a category module using module settingsError in DNN 5.4.4 - Please assign a category module using module settings
Previous
 
Next
New Post
11/8/2010 11:15 PM
 
Dnn 5.5.1 , Module Help 3.0.2 , I have problem.
I am getting a message that states "Please assign a category module using module settings."
I CANNOT add a tutorial because no category can be assigned. There are none that show in the display of categories in the "add" interface.
I can successfully create a new category in the Category Module, but it does not display in the Help Module when I try to add a tutorial.

When I add the module on the page, two modules are created - Help and Category.

I have checked the Help Module > Settings > Categories and the list is blank even after creating several categories in the Category Module.

Developer, Architec .Net
 
New Post
11/18/2010 1:27 PM
 
Steve White wrote:
Regarding the exception from the OP, it looks like the first error is generated because of some missing fields not being returned by the Help_GetCategoryModules SP.

I ran the following to fix this, but make sure you take a backup of the original first:

ALTER procedure [dbo].[Help_GetCategoryModules]
@TabId int
AS
SELECT    
    *
FROM         
dbo.ModuleDefinitions AS MD INNER JOIN
dbo.Modules AS M ON MD.ModuleDefID = M.ModuleDefID INNER JOIN
dbo.ContentItems AS CI ON M.ContentItemID = CI.ContentItemID LEFT OUTER JOIN
dbo.TabModules AS TM ON M.ModuleID = TM.ModuleID
       
WHERE     
    (MD.FriendlyName = N'Category') AND
    (TM.TabID = @TabId)
    and M.IsDeleted=0
order by
    TM.TabID

 Hi Steve im a DNN Novice,

can you explain where i run this? and what is the precoedure after i run it? like restart or anything??
i cant see my catagories in my tutorials help module

thanks
chris

 
New Post
11/22/2010 10:24 PM
 
Hello, I also have the same problem, help module is not working properly!
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsHelpHelpError in DNN 5.4.4 - Please assign a category module using module settingsError in DNN 5.4.4 - Please assign a category module using module settings


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