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  |  

The best choice for your web site host, email hosting, and domain registration.
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
Iron Speed Designer is a software development tool for building database, reporting, and forms applications for .NET without hand-coding.
 


  Sponsors  

Meet Our Sponsors

ExactTarget email software solutions
Merak Mail Server
WebSecureStores -- ASP.NET & DotNetNuke Hosting Solutions
FCKeditor Project
Salaro -- Skins and more
OnyakTech
 


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
1165 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.

 


"SalarO" Skinning Graphic Design Branding Services
SalarO develops packaged & custom skins for your DNN at prices you can afford. SalarO is also developing Module development, Hosting, Branding/Logo design as well as Content Transfer Services to complement the core skinning solutions.
www.salaro.com
Data Springs Inc. - Module Development
Data Springs is a leader in the DNN community offering high quality modules, custom module development, enhancements to the DNN core product and overall DNN support.
www.datasprings.com
XCESS expertise center b.v.
Custom made modules and complete solutions for the DNN framework. Maatwerk modules en complete webtoepassingen gebaseerd op het DNN framework.
www.xcess.nl

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