Printable Version Printable Version Recommend Recommend Email to a friend Email to a friend

Fixing "404 Page Not Found" after a DNN 7.1 Upgrade - Part 2/2

7 min : 20 sec

This video will cover what you have to do after upgrading to DNN 7.1 so you can get the new "404 page not found" page. This is part 2 of 2.

1 - Script to find the [TABID]:

Select * From Tabs Order By TabID Desc


2 - Script to create the 404 Error configuration:

INSERT INTO PortalSettings(
PortalID,
SettingName,
SettingValue,
CreatedByUserID,
CreatedOnDate,
LastModifiedByUserID,
LastModifiedOnDate,
CultureCode)
values
(
[SITEID],
'AUM_ErrorPage404',
'[TABID]',
-1,
GetDate(),
-1,
GetDate(),
'en-us')


Do you have a question? Ask on our Forum!

Try FREE
30 days money back guaranteed