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

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Update to 7.4 don't localize DDRmenu Update to 7.4 don't localize DDRmenu
Previous
 
Next
New Post
3/4/2015 1:13 PM
 

Hi Sebastian,

I've checked the TabUrls table and I noticed several things that seem strange but the same things are in the DNN 7.3.1 that work fine.

Under some of those:

  • some TabId duplicate
  • format of url in /Test-en-US instead of /en-US/Test how it really work
  • all PortalAliasId as NULL
  • all PortalAliasUsage at 0

If you're interested to deep I can replicate the same site on my PC and give you the host access for all test needed!

 
New Post
3/4/2015 5:39 PM
 

Hi Sebastian ca you help me.

I can give you a host access

Give me an email addres where send credentials

thanks a lot

Fabio

 
New Post
3/4/2015 6:08 PM
 
Scippy,
there might be multiple URLs for a single page (TabID duplicates)
different url formats sound like multiple Site Aliases (in Admin > Site Settings)
Please make sure to disable auto adding (false) aliases in Admin > Site Settings.
PortalAliasID needs to be provided - anything else is caused by poor data design
There is no PortalAliasUsage column in PortalAlias table
I am interested in having a look at your site, but wo't have time before end of next week, sorry.
Sebastian

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
3/5/2015 5:01 AM
 

ok!

apply this and remove this: -- WHEN @CultureCode = 'en-US' THEN DefaultLanguage

apparently it work

thaks

Fabio


IF  EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'{databaseOwner}[{objectQualifier}GetPortals]') AND type in (N'P', N'PC'))

    DROP PROCEDURE {databaseOwner}[{objectQualifier}GetPortals]

GO

 

CREATE PROCEDURE {databaseOwner}[{objectQualifier}GetPortals]

    @CultureCode nvarchar(50)

AS

 

SELECT * 

FROM   {databaseOwner}[{objectQualifier}vw_Portals]

WHERE CultureCode = 

CASE 

WHEN IsNull(@CultureCode, '') = '' THEN DefaultLanguage

-- WHEN @CultureCode = 'en-US' THEN DefaultLanguage

ELSE @CultureCode 

END 

ORDER BY PortalName;

 

GO

 
New Post
3/5/2015 6:00 AM
 

Hi Sebastian,

I've cheched Auto Add Site Alias is uncecked and disabled.

About PartalAliasUsage it is in TabUrls table and not in PortalAlias table.

I've try to create a new multilanguage portal to see if it is a problem of this site of general problem of DNN upgrade and I've found the same situation. Automatically are created three primary aliases but in addiction I'm no able to go in page settings and add new pages because an exception is fired:

AbsoluteURL:/Default.aspx

DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke

ExceptionGUID:eaec555d-fb28-4d32-999e-808a3244139c

AssemblyVersion:7.4.0

PortalId:9

UserId:16

TabId:554

RawUrl:/en-us/Admin/Log-Viewer/ctl/Tab/activeTab/settingTab?popUp=true

Referrer:http://www.test2.it/en-us/Admin/Log-Viewer

UserAgent:Mozilla/5.0 (Windows NT 6.3; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0

ExceptionHash:1RaHbePEAUisLYhacTPjOQ==

Message:Object reference not set to an instance of an object.

StackTrace:

InnerMessage:Object reference not set to an instance of an object.

InnerStackTrace:

   at DotNetNuke.Security.Permissions.PermissionProvider.DefaultImplicitRoles(Int32 portalId)
   at DotNetNuke.Security.Permissions.Controls.TabPermissionsGrid.GetEnabled(PermissionInfo objPerm, RoleInfo role, Int32 column)
   at DotNetNuke.Security.Permissions.Controls.PermissionsGrid.BindRolesGrid()
   at DotNetNuke.Security.Permissions.Controls.PermissionsGrid.OnPreRender(EventArgs e)
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Source:

FileName:

FileLineNumber:0

FileColumnNumber:0

Method:

Server Name: Scippy

 Now I'll try with a fresh DNN 7.4 installation to see if all work fine and I'll inform you about.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Update to 7.4 don't localize DDRmenu Update to 7.4 don't localize DDRmenu


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