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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...upgrade 4.3.7 to 4.5.3 Error:helpURLupgrade 4.3.7 to 4.5.3 Error:helpURL
Previous
 
Next
New Post
7/3/2007 11:09 AM
 

Trying to upgrade 4.3.7 to 4.5.3

After follow the upgrade instructions posted here www.dotnetnuke.com/Community/Forums/tabid/795/forumid/107/threadid/45348/scope/posts/Default.aspx

 

 

the 04.04.00.log says: Error: HelpURL

 

 

A similar problem  was posted here : www.dotnetnuke.com/Community/Forums/tabid/795/forumid/107/threadid/127795/threadpage/2/scope/posts/Default.aspx

 

1.  Do you have to upgrade to 4.4 before upgrading to 4.5?

2.  The similar post mentions you cant upgrade from the localhost environment?  or the app will hang?  has anyone else experienced this?

 
New Post
7/3/2007 1:45 PM
 

Data and membership appears to be intact but im still wondering what that error is

 
New Post
8/16/2007 11:53 AM
 

Exactly the same problem upgrading from 4.3.6 to 4.5.5 - seen a lot of posts in forums but not many explaining the Error: HelpUrl is. Don't see anything in gemini.

Anybody have any ideas?

Cheers :)

Alex



Alex Shirley


 
New Post
8/16/2007 5:29 PM
 

I had the same problem when I upgraded from DNN 3.2.1 to 4.5.5. 

If you open in the 4.04.00 SQL DataProvider file using a text editer, and hit ctrl F the find box should pop up.  Type in HelpURL and hit find.  You should come up with the line that is causing the problem.  I don't know why this error happens but the following code fixed my problem

 

SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO


ALTER  PROCEDURE {databaseOwner}{objectQualifier}GetSearchModules

@PortalID int

as

select M.ModuleID,
       M.ModuleDefID,
       M.ModuleTitle,
       M.AllTabs,
       M.IsDeleted,
       M.InheritViewPermissions,
       M.Header,
       M.Footer,
       M.StartDate,
       M.EndDate,
       M.PortalID,
       TM.TabModuleId,
       TM.TabId,
       TM.PaneName,
       TM.ModuleOrder,
       TM.CacheTime,
       TM.Alignment,
       TM.Color,
       TM.Border,
       TM.Visibility,
       TM.ContainerSrc,
       TM.DisplayTitle,
       TM.DisplayPrint,
       TM.DisplaySyndicate,
       'IconFile' = case when F.FileName is null then TM.IconFile else F.Folder + F.FileName end,
       DM.*,
       MC.ModuleControlId,
       MC.ControlSrc,
       MC.ControlType,
       MC.ControlTitle,
       MC.HelpURL
from {objectQualifier}Modules M
inner join {objectQualifier}TabModules TM on M.ModuleId = TM.ModuleId
inner join {objectQualifier}Tabs T on TM.TabId = T.TabId
inner join {objectQualifier}ModuleDefinitions MD on M.ModuleDefId = MD.ModuleDefId
inner join {objectQualifier}DesktopModules DM on MD.DesktopModuleId = DM.DesktopModuleId
inner join {objectQualifier}ModuleControls MC on MD.ModuleDefId = MC.ModuleDefId
left outer join {objectQualifier}Files F on TM.IconFile = 'fileid=' + convert(varchar,F.FileID)
where  M.IsDeleted = 0 
 and T.IsDeleted = 0 
 and ControlKey is null
 and DM.IsAdmin = 0
 and (DM.SupportedFeatures & 2 = 2)
 and (T.EndDate > GETDATE() or T.EndDate IS NULL)
 and (T.StartDate < GETDATE() or T.StartDate IS NULL)
 and (M.StartDate < GETDATE() or M.StartDate IS NULL)
 and (M.EndDate > GETDATE() or M.EndDate IS NULL)
 and (NOT (DM.BusinessControllerClass IS NULL))
 and (T.PortalID = @PortalID OR (T.PortalID IS NULL AND @PortalID Is NULL))
order by TM.ModuleOrder

 

GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO

Go to the host menu under SQL and run this code as script

 

Hope this helps

Mike 

 
New Post
8/16/2007 6:08 PM
 

Thanks, I've logged this in gemini:

http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=6029

 



Alex Shirley


 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...upgrade 4.3.7 to 4.5.3 Error:helpURLupgrade 4.3.7 to 4.5.3 Error:helpURL


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