Ich brauche eure Hilfe, ich habe gerade von 4.4.8 auf 4.5 upgedatet, alle files ersetzt und auch updateapp ausgeführt, konvertiert habe ich auch (da kam eine Meldung) Seite lässt sich anzeigen. Wenn ich meinen Admin starte kommt wie gewohnt benutzername und passwort, gebe ich ein und es geht weiter allerdings kommt dann:" Not Found
The requested document was not found on this server" Habe mal Quelltext des Hauptframe angefügt:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>[OXID eShop Administrationsbereich]</title>
</head>
<!-- OXID eShop Community Edition, Version 4, Shopping Cart System (c) OXID eSales AG 2003 - 2011 - http://www.oxid-esales.com -->
<script type="text/javascript">
<!--//
sInitValue = "[OXID Administrator]";
sShopTitle = "";
sMenuItem = "";
sMenuSubItem = "";
sWorkArea = "";
//
function setTitle()
{
if (sShopTitle.length)
document.title = "[" + sShopTitle + "]";
else
document.title = sInitValue;
if (sMenuItem.length)
document.title += " - " + sMenuItem;
if (sMenuSubItem.length)
document.title += " - " + sMenuSubItem;
if (sWorkArea.length)
document.title += " - " + sWorkArea;
}
function forceReloadingEditFrame()
{
//forcing edit frame to reload after submit
top.basefrm.edit.document.reloadFrame = true;
}
function forceReloadingListFrame( oxId )
{
//forcing list frame to reload after submit
top.basefrm.list.document.reloadFrame = true;
}
function reloadEditFrame()
{
if (top.basefrm.edit) {
if (top.basefrm.edit.document.reloadFrame) {
var oTransfer = top.basefrm.edit.document.getElementById("transfer");
oTransfer.submit();
}
}
}
function reloadListFrame()
{
if (top.basefrm.list) {
if (top.basefrm.list.document.reloadFrame) {
top.oxid.admin.updateList();
}
}
}
function reloadListEditFrames()
{
reloadListFrame();
reloadEditFrame();
}
function loadEditFrame(sUrl)
{
top.basefrm.edit.document.location = sUrl;
}
//-->
</script>
<script type="text/javascript" src="oxid.js"></script>
</html>
<frameset rows="54,*" border="0">
<frame src="&cl=navigation&item=header.tpl" name="header" id="header" frameborder="0" scrolling="No" noresize marginwidth="0" marginheight="0">
<frameset cols="200,*" border="0">
<frame src="&cl=navigation" name="navigation" id="navigation" frameborder="0" scrolling="Auto" noresize marginwidth="0" marginheight="0">
<frame src="&cl=navigation&item=home.tpl" name="basefrm" id="basefrm" frameborder="0" scrolling="Auto" noresize marginwidth="0" marginheight="0">
</frameset>
</frameset>