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...Cannot update page settingsCannot update page settings
Previous
 
Next
New Post
4/19/2015 2:59 PM
 

Hi there

I have just noticed an issue whereby when I try and edit the page settings I get the following issue, not quite sure when this started as I have not really created any new pages in a while, but its def something that's changed in the past year.

ModuleId:-1

ModuleDefId:-1

FriendlyName:

ModuleControlSource:DesktopModules/Admin/Tabs/ManageTabs.ascx

AssemblyVersion:7.3.4

PortalID:0

PortalName:Summer Festival Guide 2014

UserID:2

UserName:admin

ActiveTabID:75

ActiveTabName:Event Calendar

RawURL:/Event-Calendar/ctl/Tab/action/edit/activeTab/advancedTab.aspx?popUp=true

AbsoluteURL:/Default.aspx

AbsoluteURLReferrer:http://www.summerfestivalguide.co.uk/Event-Calendar/ctl/Tab/action/edit/activeTab/advancedTab.aspx?popUp=true

UserAgent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36

DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke

ExceptionGUID:7d533554-2a27-4a9d-a1ff-44f5d4d3f7c0

InnerException:Procedure or function 'UpdateTab' expects parameter '@IsSystem', which was not supplied.

FileName:

FileLineNumber:0

FileColumnNumber:0

Method:System.Data.SqlClient.SqlConnection.

StackTrace:

Message:

DotNetNuke.Services.Exceptions.ModuleLoadException: Procedure or function 'UpdateTab' expects parameter '@IsSystem', which was not supplied. ---> System.Data.SqlClient.SqlException: Procedure or function 'UpdateTab' expects parameter '@IsSystem', which was not supplied.
   at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at PetaPoco.Database.Execute(String sql, Object[] args)
   at DotNetNuke.Data.PetaPoco.PetaPocoHelper.ExecuteNonQuery(String connectionString, CommandType type, Int32 timeout, String sql, Object[] args)
   at DotNetNuke.Data.SqlDataProvider.ExecuteNonQuery(String procedureName, Object[] commandParameters)
   at DotNetNuke.Data.DataProvider.UpdateTab(Int32 tabId, Int32 contentItemId, Int32 portalId, Guid versionGuid, Guid defaultLanguageGuid, Guid localizedVersionGuid, String tabName, Boolean isVisible, Boolean disableLink, Int32 parentId, String iconFile, String iconFileLarge, String title, String description, String keyWords, Boolean isDeleted, String url, String skinSrc, String containerSrc, DateTime startDate, DateTime endDate, Int32 refreshInterval, String pageHeadText, Boolean isSecure, Boolean permanentRedirect, Single siteMapPriority, Int32 lastModifiedByuserID, String cultureCode)
   at DotNetNuke.Entities.Tabs.TabController.UpdateTab(TabInfo updatedTab)
   at DotNetNuke.Modules.Admin.Tabs.ManageTabs.SaveTabData(String strAction)
   at DotNetNuke.Modules.Admin.Tabs.ManageTabs.cmdUpdate_Click(Object Sender, EventArgs e)
   --- End of inner exception stack trace ---
 
New Post
4/19/2015 3:03 PM
 

I also cannot add new pages:

ModuleId:-1

ModuleDefId:-1

FriendlyName:

ModuleControlSource:DesktopModules/Admin/Tabs/ManageTabs.ascx

AssemblyVersion:7.3.4

PortalID:0

PortalName:Summer Festival Guide 2014

UserID:2

UserName:admin

ActiveTabID:75

ActiveTabName:Event Calendar

RawURL:/Event-Calendar/ctl/Tab/activeTab/settingTab.aspx?popUp=true

AbsoluteURL:/Default.aspx

AbsoluteURLReferrer:http://dev.summerfestivalguide.co.uk/Event-Calendar/ctl/Tab/activeTab/settingTab.aspx?popUp=true

UserAgent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36

DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke

ExceptionGUID:1e60a445-5a20-4f3c-9d3e-a24eeda116b8

InnerException:Procedure or function 'AddTabAfter' expects parameter '@isSystem', which was not supplied.

FileName:

FileLineNumber:0

FileColumnNumber:0

Method:System.Data.SqlClient.SqlConnection.

StackTrace:

Message:

 

DotNetNuke.Services.Exceptions.ModuleLoadException: Procedure or function 'AddTabAfter' expects parameter '@isSystem', which was not supplied. ---> System.Data.SqlClient.SqlException: Procedure or function 'AddTabAfter' expects parameter '@isSystem', which was not supplied.
   at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
   at System.Data.SqlClient.SqlDataReader.get_MetaData()
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteScalar()
   at PetaPoco.Database.ExecuteScalar[T](String sql, Object[] args)
   at DotNetNuke.Data.PetaPoco.PetaPocoHelper.ExecuteScalar[T](String connectionString, CommandType type, String sql, Object[] args)
   at DotNetNuke.Data.DataProvider.AddTabAfter(TabInfo tab, Int32 afterTabId, Int32 createdByUserID)
   at DotNetNuke.Entities.Tabs.TabController.AddTabInternal(TabInfo tab, Int32 afterTabId, Int32 beforeTabId, Boolean includeAllTabsModules)
   at DotNetNuke.Entities.Tabs.TabController.AddTabAfter(TabInfo tab, Int32 afterTabId)
   at DotNetNuke.Modules.Admin.Tabs.ManageTabs.SaveTabData(String strAction)
   at DotNetNuke.Modules.Admin.Tabs.ManageTabs.cmdUpdate_Click(Object Sender, EventArgs e)
   --- End of inner exception stack trace ---
 
New Post
4/19/2015 4:04 PM
 
most likely, you are not using latest version of the code.
Did you unblock downloaded upgrade package prior to unzipping it (at the bottom of first tab of file properties)?
if not, please do and re-unzip all files. browse /install/install.aspx?mode=installresources afterwards.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
4/19/2015 5:01 PM
 
Sebastian Leupold wrote:
most likely, you are not using latest version of the code.
Did you unblock downloaded upgrade package prior to unzipping it (at the bottom of first tab of file properties)?
if not, please do and re-unzip all files. browse /install/install.aspx?mode=installresources afterwards.

after some more investigation, it looks like the SQL  Script (which updated these SP's) for 7.00.06 did not run.

I have run it manually and it seems be working.

 
New Post
4/19/2015 6:23 PM
 
I am quite sure, the stored procedures had been modified in later versions, if you re-run a sql script, you need to re-run all subsequent scripts as well to get the proper version of each (and I am sure, you will end with the original error, because it is the procedure calls, which are missing subsequently added parameters, and you need to make sure to use latest files.

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...Cannot update page settingsCannot update page settings


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