Re: [RC] Ad Management 1.0.1
Verfasst: 23.08.2010 11:38
Nein, die Fehlermeldung sagt mir, das die Deklaration von "AD_TABLE" in der includes/constants.php fehlt.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
hi,
hi,djchrisnet hat geschrieben:Parse error: syntax error, unexpected '}' in /usr/export/www/vhosts/funnetwork/hosting/djchrisnet/phpBB3/includes/template.php(175) : eval()'d code on line 180
dumm nur das genau die zeile leer ist und der parser sagt, es
hier der code um die zeile 180 herum:
Code: Alles auswählen
<!-- IF not postrow.S_IGNORE_POST --> <dl class="postprofile" id="profile{postrow.POST_ID}"> <dt> <!-- IF postrow.POSTER_AVATAR --> <!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}">{postrow.POSTER_AVATAR}</a><!-- ELSE -->{postrow.POSTER_AVATAR}<!-- ENDIF --><br /> <!-- ENDIF --> <!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF --> </dt> -----------------------------------ZEILE 180--------------------------------------- <!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF --> <dd> </dd> <!-- IF postrow.POSTER_POSTS != '' --><dd><strong>{L_POSTS}:</strong> {postrow.POSTER_POSTS}</dd><!-- ENDIF --> <!-- IF postrow.POSTER_JOINED --><dd><strong>{L_JOINED}:</strong> {postrow.POSTER_JOINED}</dd><!-- ENDIF --> <!-- IF postrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</dd><!-- ENDIF --> <!-- IF postrow.S_PROFILE_FIELD1 --> <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. --> <dd><strong>{postrow.PROFILE_FIELD1_NAME}:</strong> {postrow.PROFILE_FIELD1_VALUE}</dd> <!-- ENDIF -->
Code: Alles auswählen
Parse error: syntax error, unexpected '}' in /xxx/xxxxxx/xxxxxxxx/xxxx/xxxxxxxxxx/includes/template.php(230) : eval()'d code on line 295
Code: Alles auswählen
// The following assigns all _common_ variables that may be used at any point in a template.
$template->assign_vars(array(
Code: Alles auswählen
// The following assigns all _common_ variables that may be used at any point in a template.
$user->add_lang('mods/geomap');
$template->assign_vars(array(
hi,wintstar hat geschrieben:Ein wenig mehr Info über Dein Board wäre von Vorteil. phpbb Version? Verwendeter Style? Eventuell mal ein Link zu deinem Forum