2 completly different umbraco instances - backend problems
Hello,
We are copying an existing umbraco website by backuping and restoring the database and copying the files.
After this is done we are able to open both sites but once we are loggin in the backend it will log the same user out in the other instance and is showing a lot of errors.
We are using different IIS instances with different Application pools and different browsers (so it can not be a cookie issue).
one of the curios thing is that everytime i have both instances running the lock dialog pops up every minutes (20 minutes are configured in web.config). IN the log file i was able to find the following entries for this time:
Error adding stylesheet to tinymce (id: 4691). System.IndexOutOfRangeException: uniqueID at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) at umbraco.DataLayer.RecordsReaderAdapter`1.GetOrdinal(String fieldName) at umbraco.DataLayer.RecordsReaderAdapter`1.IsNull(String fieldName) at umbraco.cms.businesslogic.CMSNode.PopulateCMSNodeFromReader(IRecordsReader dr) at umbraco.cms.businesslogic.CMSNode.setupNode() at umbraco.cms.businesslogic.CMSNode.get_ChildrenOfAllObjectTypes() at umbraco.cms.businesslogic.web.StyleSheet.get_Properties() at umbraco.cms.businesslogic.web.StyleSheet.parseProperties(String propertiesContent) at umbraco.cms.businesslogic.web.StyleSheet.setupStyleSheet(Boolean loadFileData, Boolean updateStyleProperties) at umbraco.editorControls.tinyMCE3.TinyMCE..ctor(IData Data, String Configuration)
At /umbraco/editContent.aspx?id=4809 (Referred by: http://de00tsvi/umbraco/editContent.aspx?id=4809): System.ArgumentException: Incorrect TinyMCE configuration. Parameter name: Configuration ---> System.NullReferenceException: Object reference not set to an instance of an object. at umbraco.editorControls.tinyMCE3.TinyMCE..ctor(IData Data, String Configuration) --- End of inner exception stack trace --- at umbraco.editorControls.tinyMCE3.TinyMCE..ctor(IData Data, String Configuration) at umbraco.editorControls.tinyMCE3.tinyMCE3dataType.get_DataEditor() at umbraco.controls.ContentControl.addControlNew(Property p, TabPage tp, String Caption) at umbraco.controls.ContentControl.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at umbraco.controls.ContentControl.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at umbraco.cms.presentation.editContent.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
2 completly different umbraco instances - backend problems
Hello,
We are copying an existing umbraco website by backuping and restoring the database and copying the files.
After this is done we are able to open both sites but once we are loggin in the backend it will log the same user out in the other instance and is showing a lot of errors.
We are using different IIS instances with different Application pools and different browsers (so it can not be a cookie issue).
Any ideas?
Dominik
Would be helpful to let us see what kinds of errors you're experiencing.
Have you ensured in the new site that folder permissions are correctly set?
one of the curios thing is that everytime i have both instances running the lock dialog pops up every minutes (20 minutes are configured in web.config). IN the log file i was able to find the following entries for this time:
Error adding stylesheet to tinymce (id: 4691). System.IndexOutOfRangeException: uniqueID
at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
at umbraco.DataLayer.RecordsReaderAdapter`1.GetOrdinal(String fieldName)
at umbraco.DataLayer.RecordsReaderAdapter`1.IsNull(String fieldName)
at umbraco.cms.businesslogic.CMSNode.PopulateCMSNodeFromReader(IRecordsReader dr)
at umbraco.cms.businesslogic.CMSNode.setupNode()
at umbraco.cms.businesslogic.CMSNode.get_ChildrenOfAllObjectTypes()
at umbraco.cms.businesslogic.web.StyleSheet.get_Properties()
at umbraco.cms.businesslogic.web.StyleSheet.parseProperties(String propertiesContent)
at umbraco.cms.businesslogic.web.StyleSheet.setupStyleSheet(Boolean loadFileData, Boolean updateStyleProperties)
at umbraco.editorControls.tinyMCE3.TinyMCE..ctor(IData Data, String Configuration)
At /umbraco/editContent.aspx?id=4809 (Referred by: http://de00tsvi/umbraco/editContent.aspx?id=4809): System.ArgumentException: Incorrect TinyMCE configuration.
Parameter name: Configuration ---> System.NullReferenceException: Object reference not set to an instance of an object.
at umbraco.editorControls.tinyMCE3.TinyMCE..ctor(IData Data, String Configuration)
--- End of inner exception stack trace ---
at umbraco.editorControls.tinyMCE3.TinyMCE..ctor(IData Data, String Configuration)
at umbraco.editorControls.tinyMCE3.tinyMCE3dataType.get_DataEditor()
at umbraco.controls.ContentControl.addControlNew(Property p, TabPage tp, String Caption)
at umbraco.controls.ContentControl.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at umbraco.controls.ContentControl.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at umbraco.cms.presentation.editContent.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
is working on a reply...