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 ...GetModuleByDefinition doesnGetModuleByDefinition doesn't exist after fresh install 3.2.2. and 4.0.2
Previous
 
Next
New Post
6/21/2006 11:08 PM
 

Hi Evryone!!!

Where is error?

CREATE procedure {databaseOwner}{objectQualifier}GetModuleByDefinition

@PortalId int,
@FriendlyName nvarchar(128)

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.*
from {objectQualifier}Modules M
inner join {objectQualifier}ModuleDefinitions MD on M.ModuleDefId = MD.ModuleDefId
inner join {objectQualifier}DesktopModules DM on MD.DesktopModuleId = DM.DesktopModuleId
left outer join {objectQualifier}TabModules TM on M.ModuleId = TM.ModuleId
left outer join {objectQualifier}Files F on TM.IconFile = 'fileid=' + convert(varchar,F.FileID)
where  ((M.PortalId = @PortalId) or (M.PortalId is null and @PortalID is null))
and    MD.FriendlyName = @FriendlyName
and M.IsDeleted = 0

 

GO

 

 
New Post
6/24/2006 12:14 AM
 
Unfortunatly, I get the same error when installing 4.31 (the latest version at this time)

The first problem was the installation itself. After reading a hint in this forum, I changed the Case-Sensitive database (default on this SQL Server 2005 is "Latin1_General_CS_AS") into an Case-InSensitive one ("SQL_Latin1_General_CP1_CI_AS"). I could install DNN 4.31 successfully.

But now, I have the same problem as you described.

The Home page is almost blank. I can only see the menu bar and the header there. There is no module loade. When I tried to go to Login page, the following error appear.

A critical error has occurred.
The stored procedure 'dbo.GetModuleByDefinition' doesn't exist.

Could anyone please help? I'm very frustrated now. Thank you very much in advance.

Regards,
Kenny

 
New Post
7/18/2006 5:38 AM
 

Too bad, I got the same error when installing 4.3.2 (the latest version at this moment)

I'm using Windows Server 2003 with SQL 2005 Express, everthing goes smooth during the installation, and no error reported.

However, after the installation, and I go to my web site, the page is almost blank.

When I click the login link, the same error "The stored procedure 'dbo.GetModuleByDefinition' doesn't exist." reported.

Then I login to my SQL sever, I found that the database DotNetNuke is still empty, no object created.

I try to chagne the name in the connectionstring, it will report error in connecting the database, that means the original string is correct and it should be able to connect the database during the installation.  Where's the backend objects gone?

Can anyone please help.

Thanks a lot!

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...GetModuleByDefinition doesnGetModuleByDefinition doesn't exist after fresh install 3.2.2. and 4.0.2


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