Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

GoGrid - Deploy a Windows Server in the Cloud in Minutes!
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
OnyakTech
 


  Sponsors  

Meet Our Sponsors

Salaro -- Skins and more
OnyakTech
The best choice for your web site host, email hosting, and domain registration.
CrystalTech Web Hosting™
Webhost4life, specialists in DNN hosting
Mad Development is a full service interactive agency focusing on the merge of design, technology, e-commerce, and affiliate marketing by providing total website solutions.
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Help Module [Le...  Problem with Help on DNN4.3.5 starterkit
Previous Previous
 
Next Next
New Post 9/27/2006 6:24 AM
User is offline yannick kiekens
192 posts
www.purplebox.be
9th Ranked


Problem with Help on DNN4.3.5 starterkit 
Either I am really, really wrong, or something is fishy with the help module in the starter kit.


I can't add a tutorial, it demands I set a categorie, but there is nothing to see there. only a DNN label "Categories"

In the settings under "Set the category module" there is only a DNN label and a dropdown list containing "Help"


When I press the help button on the help module I either get a empty page, or a page of help belonging to the Announcements module (press the help button on the "Add tutorial" screen)



This all happend under a fresh install of the starterkit4.3.5, I removed the modules on the *home* page, and added a help module in the content pane


I don't seem to find any indication that I am doing something wrong or forgetting a step

please enlighten me

Edit your Skin.xml and Container.xml files with:
Yannick's SXE
 
New Post 9/27/2006 10:11 PM
User is offline Philip Beadle
1138 posts
www.philipbeadle.net
6th Ranked








Re: Problem with Help on DNN4.3.5 starterkit 

that is correct.  Just press update under the settings for the module.

Also there is a mistake in teh SQL run this as well

 

Run this script.  Thre was a dyslexic mistake I had the Parent and moduleid around the wrong way.

 

ALTER PROCEDURE {databaseOwner}[{objectQualifier}Help_ListCategoryActiveByParent]

@ParentID int,
@ModuleID int
 
AS
SELECT   [CategoryID],
   [CategoryGUID],
   [Name],
   [Description],
   [Image],
   [KeyWords],
   [ModuleID],
   [Order],
   [Level],
   [Parent],
   [Visible],
   [Deleted]

FROM   {databaseOwner}{objectQualifier}Help_Category

WHERE  [Parent] = @ParentID AND [ModuleID] = @ModuleID
AND   [Deleted] <> 1
AND   [Visible] <> 0

ORDER BY [Level] ASC,
   [Parent] ASC,
   [Order] ASC
   
GO

 

 


Philip Beadle (DNN Core Team)
My Blog
My DNN Blog
TDD DNN Module Template
 
New Post 10/18/2006 7:59 AM
User is offline yannick kiekens
192 posts
www.purplebox.be
9th Ranked


Re: Problem with Help on DNN4.3.5 starterkit 
Modified By yannick kiekens  on 10/18/2006 11:08:51 AM)
Thx that got some of it working.
However, it seems I am missing a stored procedure, When searching the categorie module I got this:

The stored procedure 'dbo.Help_SearchTutorials' doesn't exist.



EDIT: nevermind, I found it in an older thread

Edit your Skin.xml and Container.xml files with:
Yannick's SXE
 
New Post 11/15/2006 6:57 AM
User is offline Ben Jones
33 posts
10th Ranked


Re: Problem with Help on DNN4.3.5 starterkit 

Perhaps I followed your advice a too blindly, but I got the following error when I ran that script.

System.Data.SqlClient.SqlException: Incorrect syntax near 'GO'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER PROCEDURE dbo.[Help_ListCategoryActiveByParent] @ParentID int, @ModuleID int AS SELECT [CategoryID], [CategoryGUID], [Name], [Description], [Image], [KeyWords], [ModuleID], [Order], [Level], [Parent], [Visible], [Deleted] FROM dbo.Help_Category WHERE [Parent] = @ParentID AND [ModuleID] = @ModuleID AND [Deleted] <> 1 AND [Visible] <> 0 ORDER BY [Level] ASC, [Parent] ASC, [Order] ASC GO

What do I need to do to fix this?

 
Previous Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Help Module [Le...  Problem with Help on DNN4.3.5 starterkit
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


ASP.NET Web Hosting for $3.95
3 Month FREE ASP.NET Hosting! FREE Setup! DNN Support! FREE Domain Name! FREE Components! Host multiple websites on 1 plan! 30 Days Money Back Guarantee!
www.dailyrazor.com
Cestus Websites
DotNetNuke websites en services in Nederland. Cestus Websites levert websites, projectmanagent, skins, modules, training en gespecialiseerde hosting op basis van het CMS DotNetNuke.
www.dotnetnuke-websites.nl
FREE Skins, Modules & Control Panel!
Choose how much you want to pay on our Skins, Modules, Containers and Control Panel - Starting from FREE!
www.dnngroup.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP