I am having a problem changing page permissions (adding a role to a page)
When I attempt to change permissions on a page, it seems the process is only starting but not completing.
The admin page comes back with an unknown error (logged in as Admin).
(Logged in as user with role on another browser) The page now shows up in the Menu but when trying to access the page I get: "You do not have access to view this page within the website"
(Browser with admin) shows that the role was not added to the page.
From event viewer:
Module load exception
ModuleId:-1
ModuleDefId:-1
FriendlyName:
ModuleControlSource:DesktopModules/Admin/Tabs/ManageTabs.ascx
AbsoluteURL:/Default.aspx
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:fe6f2d60-9fee-4342-bad1-576743cda2af
AssemblyVersion:7.4.1
PortalId:0
UserId:5
TabId:170
RawUrl:/FIGU/UFOlogy/ThePlejaren/ResidentialBuildings/tabid/170/ctl/Tab/action/edit/activeTab/permissionsTab/Default.aspx?popUp=true
Referrer:https://www.website/FIGU/UFOlogy/ThePlejaren/ResidentialBuildings/tabid/170/ctl/Tab/action/edit/activeTab/permissionsTab/Default.aspx?popUp=true
UserAgent:Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko
ExceptionHash:gS1CRo+3jnt5TJOWtrMPJg==
Message:Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
StackTrace:
InnerMessage:Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
InnerStackTrace:
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, Boolean IsSystem) 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)
Source:
FileName:
FileLineNumber:0
FileColumnNumber:0
Method:
Server Name: IIS2101
-----------------------------------
I can edit a pages content but the callback doesn't seem to complete correctly
Any help would be appreciated.