Ich habe eine Joomla Parallel Installation von 1.0.12 auf 1.5.16 durchgeführt. Leider, wie erwartet haben sich kleinere Komplikation ergeben. Die Daten habe ich mit mtwmigrator übernommen. Ich habe das Template und das images Verzeichnis hochgeladen.
Das Backend funktioniert wie es soll.
Das Frontend bereitet mir Probleme, wenn ich die Seite http://rumpf-it.de/joomla15/ aufrufe, bekomme ich den Fehler: Direct Access to this location is not allowed.
Ich habe gelesen das man:ersetzten soll, das habe ich bereits getan, ohne Erfolg.Code:defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
Joomla 1.5 liegt im Verzeichnis /htdocs/joomla15
Die index.php sieht wie folgt aus:
Code:<?php defined('_JEXEC') or die('Restricted access'); // needed to seperate the ISO number from the language file constant _ISO $iso = explode( '=', _ISO ); // xml prolog echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style></head> <?php if ( $my->id ) { initEditor(); } ?><?php require("mycssmenu.php"); ?> <meta **********="Content-Type" content="text/html; <?php echo _ISO; ?>" /> <?php mosShowHead(); ?> <link rel="stylesheet" type="text/css" href="<?php echo $mosConfig_live_site; ?>/templates/similon/css/template_css.css" /> </head> <body> <center><table colspan="0" cellspacing="0" border="0" width="910"> <tr> <td><?php mosLoadModules ( 'headerimg' ); ?> <div id="example9h"> <!-- BEGIN MENU --> <div class="navhorzcontainer"> <?php echo $mycssONLY_PRI_menu ?> </div> </div> </td> </tr> <tr> <td valign="top" id="main"> <?php mosMainBody(); ?> </div></td> </tr> <tr> <td align="center" id="footer"> </div> <div class="impressum"><a href="http://rumpf-it.de/index.php/Impressum.html" title="Rumpf IT-Service GmbH Impressum"></a> </div> </td> </table></center ></body> </html>
Ich bin ratlos und finde den Fehler nicht.
Vielen dank für euere Zeit.
Gruß
monstarx


LinkBack URL
About LinkBacks
Zitieren

Lesezeichen