Upgrade from 9.1.1 to 9.3.2 Showing TermsTabID error #6466
Unanswered
natedean18
asked this question in
Q&A
Replies: 2 comments
-
I would check the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Specifically for SQL issues, there are log files in That error is indicating that the results that came back from the database did not include the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am performing a DNN upgrade from 9.1.1 to 9.3.2.
After I perform the install, I am getting following error
DotNetNuke.Services.Exceptions.Exceptions - System.IndexOutOfRangeException: TermsTabId
at System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName)
at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
at System.Data.SqlClient.SqlDataReader.get_Item(String name)
at DotNetNuke.Entities.Portals.PortalInfo.Fill(IDataReader dr)
at DotNetNuke.Common.Utilities.CBO.FillObjectFromReader(Object objObject, IDataReader dr)
Looking in the database, I see a table called DNN_PortalLocalization which has a column name TermsTabID and the value is NULL, does this need to be set to something? The site worked fine in 9.1.1 when it was set to NULL.
Any ideas for help? Thanks
Beta Was this translation helpful? Give feedback.
All reactions