Guten Morgen...
...ich muss mal wieder ne dämliche Frage stellen. Wir haben auf www.ffuntergriesbach.de das Template "Streetracing" verwendet. Läuft momentan noch im Legacy Modus.
Und wenn ich den Legacy-Modus auschalte, kommt die Meldung: Direct Access to this location is not allowed.
Was, bzw. wie kann/muss ich machen, damit ich das auch im Native-Modus zum Laufen bekommen kann? Sorry, habe aber selber leider nichts gefunden.
Danke schonmal, und hier der Quelltext der index.php:
HTML-Code:<?php defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); // 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> <?php $user =& JFactory::getUser(); if ($user->get('guest') == 1) { $headerstuff = $this->getHeadData(); $headerstuff['scripts'] = array(); $this->setHeadData($headerstuff); } ?> <?php mosShowHead(); ?> <?php if ( $my->id ) { initEditor(); } ?> <meta **********="Content-Type" content="text/html; <?php echo _ISO; ?>" /> <link href="<?php echo $mosConfig_live_site;?>/templates/streetracing/css/template_css.css" rel="stylesheet" type="text/css"/> </head> <body class="waterbody"> <?PHP if(file_exists($mosConfig_absolute_path."/components/com_joomlastats/joomlastats.inc.php")) { require_once($mosConfig_absolute_path."/components/com_joomlastats/joomlastats.inc.php"); } ?> <div align="center"> <div id="container"> <div id="containerbg"> <div id="outerleft"> <!-- start logo --> <div id="logo"> <img src="<?php echo $mosConfig_live_site; ?>/templates/streetracing/images/header_01.png" alt="logo image" border="0" align="top" /> </div> <!-- end logo --> <!-- start top menu --> <div id="topmenu"> <?php mosLoadModules('top',-1); ?> </div> <!-- end top menu. --> <!-- start image header --> <div id="imgheader"> <img src="<?php echo $mosConfig_live_site; ?>/templates/streetracing/images/header_03.jpg" alt="header image" /> </div> <!-- end image header --> <div id="container_inner"> <!-- start left column. --> <div id="leftcol"> <?php mosLoadModules('left'); ?> </div> <div id="leftcolmenu"> <?php mosLoadModules('user1'); ?> </div> <!-- end left column. --> <!-- start content top wrapper --> <?php if (mosCountModules('user2') >= 1 OR mosCountModules('user3') >= 1 ) { ?> <div id="content_top_wrapper"> <!-- start content top 1. --> <div id="content_top1"> <?php mosLoadModules('user2'); ?> </div> <!-- end content top 1 --> <!-- start content top 2. --> <div id="content_top2"> <?php mosLoadModules('user3'); ?> </div> <!-- end content top 2 --> </div> <?php } ?> <!-- end content top wrapper --> <!-- start main body --> <div id="content_main"> <?php mosPathWay(); ?> <table width="519" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <?php mosMainBody(); ?> </td> </tr> </table> </div> <!-- end main body --> </div> </div> <div id="outerright"> <!-- start right top header. --> <div id="rightcol_top"> <?php mosLoadModules('header'); ?> </div> <!-- end right top header.--> <!-- start right column. --> <div id="rightcol"> <?php mosLoadModules('newsflash'); ?> <?php mosLoadModules('right'); ?> <?php mosLoadModules('user4'); ?> </div> <!-- end right column. --> </div> <div class="clear"> </div> <?php if (mosCountModules('banner') >= 1) { ?> <!-- start banner. --> <div id="banner"> <?php mosLoadModules('banner'); ?> </div> <!-- end banner. --> <?php } ?> <div id="blackline"> </div> <div class="clear"> </div> <div id="bottompadding"></div> </div> <!-- copyright notice --> <div id="copyright"> <?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?> </div> </div> </div> <?php mosLoadModules('debug', -1);?> </body> </html>


LinkBack URL
About LinkBacks


Zitieren
Lesezeichen