Hallo Leute
Ich habe eine Fehlermeldung auf einer meiner Site, finde Ihn aber nicht!
Ich hoffe Jeman von Euch kann mir kurz weiterhelfen!
Besten Dank
Fehlermeldung auf der Index.php ( Erste Seite, wo das CMS Conpresso für News eingebunden ist ):
Parse error: syntax error, unexpected ':' in http://www.sglangenthal.ch/conpresso/news/index_php.php on line 1
Seite wo der Fehler ausgegeben wird: ( index.php )
-------------------------------------------------------------------------
<!-- Hauptinhalt -->
<td width="625" rowspan="2" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="610" align="left" valign="top"><!-- InstanceBeginEditable name="Inhalt1" -->
<br>
<table><tr><td><img src="Bilder/Ueberschriften/News.gif"></td></tr></table>
<table><tr><td class="text">
<?php
require("http://www.sglangenthal.ch/conpresso/news/index_php.php");
?>
</td></tr></table> <!-- InstanceEndEditable --></td>
</tr>
-----------------------------------------------------------------------
Seite auf die der Fehler verweist: ( index_php.php )
----------------------------------------------------------------------
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap: */
// +----------------------------------------------------------------------+
// | ConPresso version 3 |
// +----------------------------------------------------------------------+
// | Copyright (c) 2000-2003 |
// | Bartels Schoene GmbH & Co. KG, 48149 Muenster, Germany |
// +----------------------------------------------------------------------+
// | This source file is subject to ConPresso license version 2002-11-16 |
// | that is bundled with this package in the files LICENSE_EN.TXT or |
// | LICENSE_DE.TXT, and is available at through the world-wide-web at |
// | http://www.conpresso.de/license/LICE...2002-11-16.TXT or |
// | http://www.conpresso.de/license/LICE...2002-11-16.TXT |
// | If you did not receive a copy of the ConPresso license and are |
// | unable to obtain it through the world-wide-web, please send a note |
// | to license@conpresso.de so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// | Authors: ConPresso development and support team |
// | <support@conpresso.de> |
// +----------------------------------------------------------------------+
//
// $Id: index_php.php,v 1.1.1.1.2.8 2003/10/14 16:53:30 balu Exp $
define('CPO', true);
if (file_exists("conpresso/_cfg/const.php")) require("conpresso/_cfg/const.php");
else require("conpresso/_cfg/const.php.dist");
require(CPO_BASEDIR."_include/category_rubric.inc.php");
require(CPO_BASEDIR."_include/var_category.php");
// check if this is a closed category
if ($Rubric_secure==2) {
print('<div style="font-size: 7pt; font-family: sans-serif; color: #f00;">');
print('<strong>WARNUNG:</strong> Dieses ist mit einer geschlossenen Rubrik nicht moeglich!<br>');
print('<strong>WARNING:</strong> You can not do this in a closed category!<br>');
print('</div>');
return;
}
require(CPO_BASEDIR."_include/secure.php");
require(CPO_BASEDIR."_includesite/i_index_php.php");
?>
----------------------------------------------------------------------------------------------------http://www.sglangenthal.ch
Ich habe eine Fehlermeldung auf einer meiner Site, finde Ihn aber nicht!
Ich hoffe Jeman von Euch kann mir kurz weiterhelfen!
Besten Dank
Fehlermeldung auf der Index.php ( Erste Seite, wo das CMS Conpresso für News eingebunden ist ):
Parse error: syntax error, unexpected ':' in http://www.sglangenthal.ch/conpresso/news/index_php.php on line 1
Seite wo der Fehler ausgegeben wird: ( index.php )
-------------------------------------------------------------------------
<!-- Hauptinhalt -->
<td width="625" rowspan="2" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="610" align="left" valign="top"><!-- InstanceBeginEditable name="Inhalt1" -->
<br>
<table><tr><td><img src="Bilder/Ueberschriften/News.gif"></td></tr></table>
<table><tr><td class="text">
<?php
require("http://www.sglangenthal.ch/conpresso/news/index_php.php");
?>
</td></tr></table> <!-- InstanceEndEditable --></td>
</tr>
-----------------------------------------------------------------------
Seite auf die der Fehler verweist: ( index_php.php )
----------------------------------------------------------------------
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap: */
// +----------------------------------------------------------------------+
// | ConPresso version 3 |
// +----------------------------------------------------------------------+
// | Copyright (c) 2000-2003 |
// | Bartels Schoene GmbH & Co. KG, 48149 Muenster, Germany |
// +----------------------------------------------------------------------+
// | This source file is subject to ConPresso license version 2002-11-16 |
// | that is bundled with this package in the files LICENSE_EN.TXT or |
// | LICENSE_DE.TXT, and is available at through the world-wide-web at |
// | http://www.conpresso.de/license/LICE...2002-11-16.TXT or |
// | http://www.conpresso.de/license/LICE...2002-11-16.TXT |
// | If you did not receive a copy of the ConPresso license and are |
// | unable to obtain it through the world-wide-web, please send a note |
// | to license@conpresso.de so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// | Authors: ConPresso development and support team |
// | <support@conpresso.de> |
// +----------------------------------------------------------------------+
//
// $Id: index_php.php,v 1.1.1.1.2.8 2003/10/14 16:53:30 balu Exp $
define('CPO', true);
if (file_exists("conpresso/_cfg/const.php")) require("conpresso/_cfg/const.php");
else require("conpresso/_cfg/const.php.dist");
require(CPO_BASEDIR."_include/category_rubric.inc.php");
require(CPO_BASEDIR."_include/var_category.php");
// check if this is a closed category
if ($Rubric_secure==2) {
print('<div style="font-size: 7pt; font-family: sans-serif; color: #f00;">');
print('<strong>WARNUNG:</strong> Dieses ist mit einer geschlossenen Rubrik nicht moeglich!<br>');
print('<strong>WARNING:</strong> You can not do this in a closed category!<br>');
print('</div>');
return;
}
require(CPO_BASEDIR."_include/secure.php");
require(CPO_BASEDIR."_includesite/i_index_php.php");
?>
----------------------------------------------------------------------------------------------------http://www.sglangenthal.ch
Kommentar