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...URL (Rewriting) issues after upgrade to 7.4.0 (from 7.2.2)URL (Rewriting) issues after upgrade to 7.4.0 (from 7.2.2)
Previous
 
Next
New Post
7/6/2015 6:15 AM
 
Hello again!

Is there maybe a tweak for 7.4.0? Which file (.cs) needs to be modified.

I think update to 7.4.1 is currently not an option.

Thank you for your kind help
 
New Post
7/6/2015 7:26 AM
 
I posted a workaround in JIRA, which basically recreates the missing portal, but the easiest option should be an upgrade.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/6/2015 8:23 AM
 
Can you write down link to the page? Thank you

Notice this..portal with PortalID = 0 already exists, but it is not set as "parent / home" portal.

 
New Post
7/8/2015 4:40 AM
 
It would be very helpful if you can write down URL to the solution..

Thank you very much!
 
New Post
7/8/2015 5:39 AM
 

please run the following statement in Host > SQL

-- temporary fix:
IF  NOT Exists (SELECT * FROM {databaseOwner}[{objectQualifier}Portals] WHERE PortalID = 0) BEGIN
	SET IDENTITY_INSERT {databaseOwner}[{objectQualifier}Portals] ON;
	INSERT INTO {databaseOwner}[{objectQualifier}Portals] ([PortalID], [AdministratorRoleId], [RegisteredRoleID]) Values(0, 0, 1);
	SET IDENTITY_INSERT {databaseOwner}[{objectQualifier}Portals] OFF;
	INSERT INTO {databaseOwner}[{objectQualifier}PortalLocalization] ([PortalID], CultureCode, PortalName) VALUES(0, N'en-US', N'dummy Portal');
	SET IDENTITY_INSERT {databaseOwner}[{objectQualifier}Roles] ON;
	INSERT INTO {databaseOwner}[{objectQualifier}Roles] ([RoleID], [PortalID], [RoleName], [BillingFrequency], [BillingPeriod], [TrialFrequency], [TrialPeriod]) Values(0, 0, N'Administrators',    N'N', 1, N'N', 1);
	INSERT INTO {databaseOwner}[{objectQualifier}Roles] ([RoleID], [PortalID], [RoleName], [BillingFrequency], [BillingPeriod], [TrialFrequency], [TrialPeriod]) Values(1, 0, N'Registered Users', N'N', 1, N'N', 1);
	SET IDENTITY_INSERT {databaseOwner}[{objectQualifier}Roles] OFF;
	INSERT INTO {databaseOwner}[{objectQualifier}PortalLanguages]([PortalID], [LanguageID]) SELECT 0, LanguageID FROM {databaseOwner}[{objectQualifier}Languages] WHERE CultureCode Like N'en-US';
END

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...URL (Rewriting) issues after upgrade to 7.4.0 (from 7.2.2)URL (Rewriting) issues after upgrade to 7.4.0 (from 7.2.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