[Typo3-german] Typo3 Umzug - Quasi leere Startseite
Andreas Chlumsky
chlumsky at consensus.cc
Tue Aug 2 17:47:15 CEST 2005
Hallo,
ich habe meinen Typo3 Server auf einem anderen Rechner neu aufgesetzt.
Das Back-End und das Install-Tool lassen sich ohne Probleme aufrufen.
Nur das Front-End zeigt ausser dem Background-Bild nichts.
Nachfolgend der html-Code:
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!--
This website is brought to you by TYPO3 - get.content.right
TYPO3 is a free open source Content Management Framework created by
Kasper Skaarhoj and licensed under GNU/GPL.
TYPO3 is copyright 1998-2005 of Kasper Skaarhoj. Extensions are
copyright of their respective owners.
Information and contribution at http://www.typo3.com
-->
<title>Startseite</title>
<meta name="generator" content="TYPO3 3.8 CMS" />
<script type="text/javascript">
/*<![CDATA[*/
<!--
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
var msie4 = (browserName == "Microsoft Internet Explorer" &&
browserVer >= 4);
if ((browserName == "Netscape" && browserVer >= 3) || msie4 ||
browserName=="Konqueror") {version = "n3";} else {version = "n2";}
// Blurring links:
function blurLink(theObject) { //
if (msie4) {theObject.blur();}
}
// -->
/*]]>*/
</script>
</head>
<body background="fileadmin/images/bg.gif" leftmargin="0" topmargin="0"
marginwidth="0" marginheight="0">
</body>
</html>
Hat jemand eine Idee weshalb das Front-End nichts anzeigt?
Wie gesagt: Im Back-End sieht alles sehr gut aus. Die Page-Ids stimmen
und die Inhalte werden auch angezeigt.
Vielen Dank
Andreas Chlumsky
More information about the TYPO3-german
mailing list