ich hab da mal wieder ein Problem:
ich habe eine Test-site von meinem Webspace auf eine Subdomain meines Arbeitgebers umgesetzt...( http://www.test.drk-koeln.de/fsj/ )... diese wird bei Schlund und Partner gehostet.
Ich habe Contenido komplett und fehlerfrei installiert. Alle Rechte für die Ordner vergeben...
Nun will ich einen Artikel erstellen und erhalte, wenn ich in den Editor wechseln will diese Fehlermeldung:
Tja die sacht mir ja nun das eine undefinierte Funktion aufgerufen würde...Fatal error: Call to undefined function: cinclude() in /homepages/14/d41006292/htdocs/testdocs/fsj/front_content.php on line 18
Aber in der front_content.php scheint soweit alles in Ordnung:
Code: Alles auswählen
...
<?php
/******************************************
* File : front_content.php
* Project : Contenido
* Descr : Contenido Frontend
*
* Author : Olaf Niemann,
* Jan Lengowski
*
* Created : 21.01.2003
* Modified : 21.01.2003
*
* © four for business AG
******************************************/
include_once ("config.php");
include_once ($contenido_path . "includes/config.php");
cInclude("includes", "cfg_sql.inc.php");
cInclude("includes", "functions.general.php");
cInclude("includes", "functions.i18n.php");
cInclude("includes", "functions.tpl.php");
cInclude("includes", "functions.con.php");
cInclude("includes", "functions.mod.php");
cInclude("includes", "functions.api.php");
cInclude("classes", 'class.inuse.php');
cInclude("classes", 'class.user.php');
cInclude("classes", 'class.notification.php');
cInclude("classes", 'class.table.php');
...
Hier noch die Systemkonfig:
Warum die beiden Links (Contenido-HTML-Pfad / Browser-Pfad) rot gekennzeichnet sind ist mir auch nicht klar...Ihre Systemkonfiguration:
Variable Lokaler Wert
Contenido-Version 4.4.5
Contenido-Pfad /homepages/14/d41006292/htdocs/testdocs/contenido/
Contenido-HTML-Pfad ../contenido/
Contenido HTML-Pfad http://test.drk-koeln.de/contenido/
Frontend-Pfad /homepages/14/d41006292/htdocs/testdocs
Contenido PHPLib-Pfad /homepages/14/d41006292/htdocs/testdocs/conlib/
Contenido WYSIWYG-Pfad /homepages/14/d41006292/htdocs/testdocs/contenido/external/wysiwyg/spaw/
Contenido WYSIWYG HTML-Pfad http://test.drk-koeln.de/contenido/exte ... iwyg/spaw/
Hostname www.test.drk-koeln.de
Browser-Pfad http://www.test.drk-koeln.de/contenido/
Mandanteninformationen Anzahl der Mandanten:2
Mandanten-Einstellungen Werte
Freiwilliges Soziales Jahr
Sprache(n) deutsch
HTM-Pfad http://www.test.drk-koeln.de/fsj/
frontend-Pfad /homepages/14/d41006292/htdocs/testdocs/fsj/
Kunde
Sprache(n) deutsch
HTM-Pfad http://test.drk-koeln.de/cms/
frontend-Pfad /homepages/14/d41006292/htdocs/testdocs/cms/
Anzahl der Benutzer 2
Anzahl der Artikel 16
Serverbetriebssystem Apache/1.3.29 (Unix)
MySQL Serverversion 4.0.24-standard-log
Installierte PHP-Version 4.3.10
safe_mode Deaktiviert
magic_quotes_gpc Aktiviert
magic_quotes_runtime Deaktiviert
gpc_order GPC
memory_limit 40M
max_execution_time 50000
Deaktivierte Funktionen nothing disabled
Gettext extension loaded
sql.safe_mode Deaktiviert
GD-Bibliothek Einstellungen Werte
GD Support enabled
GD Version 2.0 or higher
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
include_path .:/usr/local/lib/php
Contenido Error Log
Keine Einträge im errorlog gefunden
error log leeren
Contenido Upgrade Error Log
Keine Einträge im install error log gefunden.
upgrade error log leeren
Kann mir jemand helfen, wo der Fehler liegen kann????
