ich bin echt am Verzweifeln! Nach einer Neuinstallation von Contendido v4.4.2 auf meinem System kann ich nicht auf den Demo-Mandanten Kunde zugreifen.
Meine System-Konfiguration:
Windows XP SP1
Apache 1.3.28
PHP 4.3.2
MySQL 4.0.18-nt
safe_mode Deaktiviert
magic_quotes_gpc Aktiviert
magic_quotes_runtime Deaktiviert
gpc_order GPC
memory_limit
max_execution_time 30
Deaktivierte Funktionen nothing disabled
Gettext extension nicht geladen
sql.safe_mode Deaktiviert
Ich erhalte sowohl im Frontend als auch im Backend nur eine leere Seite. In der Errorlog.txt stehen folgende Fehlermeldungen:
Code: Alles auswählen
[13-Apr-2004 01:29:50] PHP Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in c:\htdocs\cms\front_content.php(563) : eval()'d code on line 497
[13-Apr-2004 01:30:53] PHP Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in c:\htdocs\contenido\includes\include.con_editcontent.php(571) : eval()'d code on line 175
- - Pfade für Mandant überprüft. (Wurden nach installation nicht geändert)
- update auf Contenido v.4.4.4
- komplette neuinstallation von Contenido v.4.4.4
- überprüfen der Tabelle con_code
Code: Alles auswählen
<tr><td valign="top" height="30" class="subheadline"><?php echo "<P>...auf Ihrer Website. Ihre Installation hat geklappt!</P>"; ?>
</td></tr>
<tr><td valign="top" height="100%" class="text"><?php echo "<P>Die Inhalte auf dieser Website können Sie nun mit dem Content Management System Contenido verwalten. Contenido bietet Ihnen eine Fülle von Möglichkeiten, um Ihre Website individuell zusammenzustellen.<BR><BR>Weitere Informationen zu Contenido finden Sie in dem beigefügten Handbuch, dem Whitepaper sowie unter <A href="http://www.contenido.de" target=_blank>www.contenido.de</A>. <BR><BR>Contenido ist ein CMS der <A href="http://www.4fb.de/" target=_blank>four for business AG</A>.</P>
<P>Das Handbuch für Contenido können Sie <A href="http://localhost/cms/upload/pdf/Handbuch_Contenido_Version_43.pdf" target=_blank>hier downloaden</A>. </A></P>"; ?>
</td></tr>
</table>
<!--inhalt ende-->
</td>
Für eure Hilfe bin ich schon jetzt sehr dankbar!