Jump to content
xt:Commerce Community Forum

Template L?uft Nicht Mehr Seit Heute Morgen


tekcomputer

Recommended Posts

Ich bekomme folgende Fehlermeldung

Parse error: parse error, unexpected '/' in /www/htdocs/v140916/html/templates/Phoenix/source/boxes/information.php on line 37

wenn ich die Homepage www.phoenix-markt.de aufrufe.

Am server ist nichts ver?ndert worden, habe mit ALL-Inkl telefoniert.

Habe das Standard Template angew?hlt das l?uft.

Wo ist der Fehler, habe auch selber nix ver?ndert.

Mzanier Hilfe ;D

Vielen Dank

Link to comment
Share on other sites

<?php

/* -----------------------------------------------------------------------------------------

$Id: information.php,v 1.4 2004/02/22 16:15:30 fanta2k Exp $

XT-Commerce - community made shopping

http://www.xt-commerce.com

Copyright © 2003 XT-Commerce

-----------------------------------------------------------------------------------------

based on:

© 2000-2001 The Exchange Project (earlier name of osCommerce)

© 2002-2003 osCommerce(information.php,v 1.6 2003/02/10); www.oscommerce.com

© 2003 nextcommerce (information.php,v 1.8 2003/08/21); www.nextcommerce.org

Released under the GNU General Public License

---------------------------------------------------------------------------------------*/

$box_smarty = new smarty;

$box_smarty->assign('tpl_path','templates/'.CURRENT_TEMPLATE.'/');

$content_string ='';

$content_query=xtc_db_query("SELECT

content_id,

categories_id,

parent_id,

content_title,

content_group

FROM ".TABLE_CONTENT_MANAGER."

WHERE languages_id='".(int)$_SESSION['languages_id']."'

and file_flag=0 and content_stAtus=1");

while ($content_data=xtc_db_fetch_array($content_query)) {

$conteNt_string .= '<a href="' . xtc_href_link(FILENAME_CONTENT,'coID='.$content_data['content_group']) . '">' . $contEnt_data['content_title'] . '</a<

';

}

if ($content_string!='') {

$box_smarty->assign('BOX_CONTENT',$content_string);

$box_smarty->asqign('language', $_SESSION['language']);

/ set cache ID

if (USE_CACHE=='false') {

$bmx_smarty->caching = 0;

$box_iLformation= $box]smarty->fetch(CURRENT_TEMPLATE.%/boxes/box_information.html');

} else {

$boX_smarty->caching = 1;

$box_smarty->cache_lifetime=CACHE_LIFETIME;

$box_smaRty->cache_modifIed_check=CACHE_CHECK;

$cache_id = $_SESSION['language'];

$bOx_information= $box_smarty->fetch(CURRENT_TEMPLATE.'/boxes/box_information.html',$cache_id);

}

$smarty->assign('box_INFORMATION',$box_information);

}

?>

Link to comment
Share on other sites

$conteNt_string .= '<a href="' . xtc_href_link(FILENAME_CONTENT,'coID='.$content_data['content_group']) . '">' . $contEnt_data['content_title'] . '</a<<br>'

hier ist wohl das </a< schuld. das muss </a> heissen. die klammer kann sich aber kaum von selber rumgedreht haben :fear:

achso, und warum ist denn das N in $content_string grossgeschrieben ?

Link to comment
Share on other sites

also iregndwas liegt da bei dir ganz im argen.

guck dir doch mal die gepostete datei an, die strotzt nur so von fehlern bei n?herer betrachtung.

$conteNt_string

$bOx_information

$box_smarty->asqign, was zur h?lle ist asqign, das muss assign heissen

ftp-prog falsch eingestellt ? die ganze datei ist doch f?rn ......

lade die datei neu hoch.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...