System.IndexOutOfRangeException when copying umbraco..
Hi!
I have a serious problem with a productive umbraco system:
I simply copied all umbraco files and mysql database from a dev platform to our productive environment. (win vista / IIS7 (classic pipeline) -> win2003 server IIS6. both asp.net 2.0). Everything works fine except for the umbraco backoffice: After logging in (= entering username/pwd and clicking "log in") an Error occurs.
Does anyone have any idea what could cause this error?:
Index was outside the bounds of the array.
Beschreibung: Unbehandelte
Ausnahme beim Ausführen der aktuellen Webanforderung. Überprüfen Sie
die Stapelüberwachung, um weitere Informationen über diesen Fehler
anzuzeigen und festzustellen, wo der Fehler im Code verursacht wurde.
Ausnahmedetails: System.IndexOutOfRangeException: Index was outside the bounds of the array.
Quellfehler:
Beim Ausführen der aktuellen Webanforderung wurde einen unbehandelte
Ausnahme generiert. Informationen über den Ursprung und die Position
der Ausnahme können mit der Ausnahmestapelüberwachung angezeigt werden.
Stapelüberwachung:
[IndexOutOfRangeException: Index was outside the bounds of the array.] umbraco.cms.presentation._umbraco.Page_Load(Object sender, EventArgs e) +1695 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +99 umbraco.BasePages.BasePage.OnLoad(EventArgs e) +15 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
System.IndexOutOfRangeException when copying umbraco..
Hi!
I have a serious problem with a productive umbraco system:
I simply copied all umbraco files and mysql database from a dev platform to our productive environment. (win vista / IIS7 (classic pipeline) -> win2003 server IIS6. both asp.net 2.0). Everything works fine except for the umbraco backoffice: After logging in (= entering username/pwd and clicking "log in") an Error occurs.
Does anyone have any idea what could cause this error?:
Index was outside the bounds of the array.
Beschreibung: Unbehandelte Ausnahme beim Ausführen der aktuellen Webanforderung. Überprüfen Sie die Stapelüberwachung, um weitere Informationen über diesen Fehler anzuzeigen und festzustellen, wo der Fehler im Code verursacht wurde.Ausnahmedetails: System.IndexOutOfRangeException: Index was outside the bounds of the array.
Quellfehler:
Beim Ausführen der aktuellen Webanforderung wurde einen unbehandelte Ausnahme generiert. Informationen über den Ursprung und die Position der Ausnahme können mit der Ausnahmestapelüberwachung angezeigt werden.
Stapelüberwachung:
Have you checked all permissions?
And is it possible that there is a "read only" problem. (that sometimes happens after having compressed the website)
Yes i've checked for that.. a lot of times actually ^^...
is working on a reply...