Lief alles wunderbar, wie gehabt, war ja auch nicht anders zu erwarten.

Doch:
Als ich die erste Seiten probehalber editieren wollte, das
Fatal error: Call to a member function on a non-object in /~/public_html/admin/editcontent.php on line 327
Okay. Mal in editcontent.php nachschauen, was CMSMS da überhaupt macht:
Code: Select all
else if ($content_id != -1 && !$preview && strtolower(get_class($contentobj)) != strtolower($content_type))
{
global $gCms;
$contentops =& $gCms->GetContentOperations();
$contentobj = $contentops->LoadContentFromId($content_id);
line 327: $content_type = $contentobj->Type();
$contentobj->SetLastModifiedBy($userid);
}
Auf dem Server läuft PHP 4.3.3.
Auszug aus der phpinfo():
magic_quotes_gpc: On On
magic_quotes_runtime: Off Off
register_globals: On On
safe_mode: Off Off
Die Verzeichnisrechte sind gem. Installer auch alle korrekt.
Weiss jemand Rat?