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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Event Viewer issues in 4.5.1Event Viewer issues in 4.5.1
Previous
 
Next
New Post
4/22/2007 1:28 PM
 

Have done so and so far so good ... I'll keep an eye on it.

 

Regarding the single error about HelpURL ... is there something I need to address?


pmgerholdt
 
New Post
4/22/2007 1:33 PM
 

check vw_modules, if the select list contains MC.HelpURL, otherwise run

/* Add Modules View */
/********************/
if exists (select * from dbo.sysobjects where id = object_id(N'{databaseOwner}[{objectQualifier}vw_Modules]') and OBJECTPROPERTY(id, N'IsView') = 1)
 DROP VIEW {databaseOwner}[{objectQualifier}vw_Modules]
GO
CREATE VIEW {databaseOwner}[{objectQualifier}vw_Modules]
AS
SELECT 
     M.PortalID,
     TM.TabId,
        TM.TabModuleId,
     M.ModuleID,
     M.ModuleDefID,
        TM.ModuleOrder,
        TM.PaneName,
        M.ModuleTitle,
        TM.CacheTime,
        TM.Alignment,
        TM.Color,
        TM.Border,
  CASE WHEN LEFT(LOWER(TM.IconFile), 6) = 'fileid'
   THEN
    (SELECT Folder + FileName 
     FROM {objectQualifier}Files
     WHERE 'fileid=' + convert(varchar,{objectQualifier}Files.FileID) = TM.IconFile
    )
   ELSE
    TM.IconFile 
   END
  AS IconFile,
       M.AllTabs,
       TM.Visibility,
       M.IsDeleted,
       M.Header,
       M.Footer,
       M.StartDate,
       M.EndDate,
       TM.ContainerSrc,
       TM.DisplayTitle,
       TM.DisplayPrint,
       TM.DisplaySyndicate,
       M.InheritViewPermissions,
       DM.*,
       MC.ModuleControlId,
       MC.ControlSrc,
       MC.ControlType,
       MC.ControlTitle,
       MC.HelpURL
FROM   {objectQualifier}ModuleDefinitions AS MD
 INNER JOIN {objectQualifier}Modules AS M ON MD.ModuleDefID = M.ModuleDefID
 INNER JOIN {objectQualifier}DesktopModules AS DM ON MD.DesktopModuleID = DM.DesktopModuleID
 INNER JOIN {objectQualifier}ModuleControls AS MC ON MD.ModuleDefID = MC.ModuleDefID
 LEFT OUTER JOIN {objectQualifier}Tabs AS T
  INNER JOIN {objectQualifier}TabModules AS TM ON T.TabID = TM.TabID
 ON M.ModuleID = TM.ModuleID
WHERE     (MC.ControlKey IS NULL)
GO

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Event Viewer issues in 4.5.1Event Viewer issues in 4.5.1


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