ich habe gerade auf einem Server mit Contenido 4.9.8 ein Upgrade auf PHP-Version 5.6.13 ausgeführt.
Der Login in das Backend funktioniert noch. Allerdings bekomme ich danach nur den unteren Teil mit Wahl der Mandanten und MyContenido zu sehen. Der obere Bereich mit dem Menue fehlt.
Der Quelltext sieht so aus:
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<!-- frameset -->
<html>
<head>
    <title>:: ::  :: :: CONTENIDO 4.9.8 http://domain.de/pfad-zu/contenido/contenido/</title>
    <meta http-equiv="Content-type" content="text/html;charset=iso-8859-1">
    <meta http-equiv="expires" content="0">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="pragma" content="no-cache">
    <link rel="SHORTCUT ICON" href="http://domain.de/pfad-zu/contenido/contenido/favicon.ico">
    <style type="text/css">
    frameset, frame{border: none; margin: 0; padding: 0;}
    </style>
    <!-- JS -->
    <script type="text/javascript" src="scripts/jquery/jquery.js"></script>
    <script type="text/javascript" src="scripts/jquery/jquery-ui.js"></script>
    <script type="text/javascript" src="scripts/contenido.js"></script>
    <script type="text/javascript" src="scripts/general.js"></script>
    <script type="text/javascript">
    (function(Con, $) {
        Con.sid = "c1u8g3u4a6u57t02al7lp8fk7pmhk4i7";
        $.extend(Con.cfg, {
            urlBackend: "http://domain.de/pfad-zu/contenido/contenido/",
            urlHelp: "",
            belang: "de_DE",
            frame: 0
        });
    })(Con, Con.$);
    </script>
    <script type="text/javascript" src="scripts/startup.js"></script>
    <script type="text/javascript" src="scripts/jquery/plugins/atooltip.jquery.js"></script>
    <!-- /JS -->
    <script type="text/javascript">
    window.name = "CONTENIDO_Backend";
    </script>
</head>
<frameset rows="82,*" frameborder="0" framespacing="0">
    <!-- Header -->
    <frame name="header" src="header.php?changelang=6&changeclient=5&contenido=c1u8g31u42a6u57t02al7lp8fk7pmhk4i7" scrolling="no" noresize="noresize" frameborder="0">
    <!-- Content -->
    <frame name="content" src="frameset.php?area=mycontenido&frame=1&menuless=1&changelang=&lang=6&client=5&contenido=c1u8g3u4a6u57t02al7lp8fk7pmhk4i7" scrolling="no" noresize="noresize" frameborder="0">
</frameset>
</html>
Im error.log steht folgender Eintrag:
Code: Alles auswählen
PHP Fatal error:  Class 'DOMDocument' not found in /var/www/server/domain.de/pfad-zu/contenido/contenido/classes/xml/class.xml.reader.php on line 45Code: Alles auswählen
--enable-xml
--enable-simplexml
libxml
libXML support 	active
libXML Compiled Version 	2.7.6
libXML Loaded Version 	20706
libXML streams 	enabled
mbstring.http_output_conv_mimetypes	^(text/|application/xhtml\+xml)	^(text/|application/xhtml\+xml)
SimpleXML
Revision 	$Id: 6b8e23a01a8504673... $
Schema support 	enabled
XML Support 	active
XML Namespace Support 	active
libxml2 Version 	2.7.6
_SERVER["HTTP_ACCEPT"]	text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Hat jemand eine Idee, was angepasst werden muss?
Vielen Dank!
Stephan

 
  