Ich habe verschiedene Installation von Redaxo 3.2 am laufen. In letzter Zeit ist mir aufgefallen, dass bei verschiedenen Auftritten plötzlich z.B. die Statistik-Übersichts-Seite oder das Gästebuch-Admin nicht mehr angezeigt werden.
Z.B. bei der Statiskti wird eine eine leere Seite ausgegeben:
- Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1"></HEAD>
<BODY></BODY></HTML>
Oder beim Gästebuch eine 'nicht fertige':
- Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="de">
<head>
<title>xxx</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="de" />
<meta http-equiv="Pragma" content="no-cache" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="js/standard.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
var redaxo = true;
//-->
</script>
</head>
<body onunload="closeAll();">
<table class="rexHeader" cellpadding="5" cellspacing="0">
<tr>
<th colspan="2">Feuerwehr Rothenburg</th>
</tr>
<tr>
<td><a href=index.php?page=structure class=white>Struktur</a> | <a href=# onclick=openMediaPool(); class=white>Medienpool</a> | <a href=index.php?page=template class=white>Templates</a> | <a href=index.php?page=module class=white>Module</a> | <a href=index.php?page=user class=white>Benutzer</a> | <a href=index.php?page=addon class=white>AddOn</a> | <a href=index.php?page=specials class=white>Specials</a> | <a href=index.php?page=addon_framework class=white>Addon Framework</a> | <a href=index.php?page=guestbook class=white>Gästebuch</a> | <a href=index.php?page=image_resize class=white>Image Resize Addon</a> | <a href=index.php?page=import_export class=white>Import/Export</a> | <a href=index.php?page=stats class=white>Statistiken</a></td>
<td class="logstatus" valign="top">
<span class="label">Name : </span>
<span class="username">Administrator</span>
<span class="logout" style="font-weight: normal;">[<a href="index.php?FORM[logout]=1" class="white" style="font-weight: bold;">abmelden</a>]</span>
</td></tr>
</table> <br />
<table style="width: 770px" cellpadding="0" cellspacing="0">
<tr style="height: 30px">
<td class="grey"> <b class="head">Gästebuch</b></td>
<td rowspan="3" style="width: 153px"><img src="pics/logo.gif" alt="Das REDAXO Logo" title="REDAXO" style="width: 153px; height: 61px;"/></td>
</tr>
<tr style="height: 1px">
<td></td>
</tr>
<tr style="height: 30px">
<td class="grey" >
</td>
</tr>
</table>
<br />
Bei der Statistik hab ich versucht, das Addon neu zu installieren - leider ohne Erfolg.
Woran kann das liegen?
Vielen Dank für hilfreiche Tipss! Gruss, Marc

