tekcomputer Posted April 28, 2005 Report Share Posted April 28, 2005 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 More sharing options...
polkhigh33 Posted April 28, 2005 Report Share Posted April 28, 2005 hm, von selber ver?ndert sich normalerweise kein code. poste mal deine /templates/Phoenix/source/boxes/information.php. Link to comment Share on other sites More sharing options...
tekcomputer Posted April 28, 2005 Author Report Share Posted April 28, 2005 <?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 More sharing options...
polkhigh33 Posted April 28, 2005 Report Share Posted April 28, 2005 $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 More sharing options...
tekcomputer Posted April 28, 2005 Author Report Share Posted April 28, 2005 Ich habe das gerade ver?ndert, das scheint nicht der fehler zu sein. Es geht immer noch nicht, die Fehlermeldung ist die gleiche. Die Datei habe ich nicht ver?ndert, haette ich es getan, waere ein backupfile auf dem ftp drauf. Link to comment Share on other sites More sharing options...
polkhigh33 Posted April 28, 2005 Report Share Posted April 28, 2005 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 More sharing options...
smedder Posted April 28, 2005 Report Share Posted April 28, 2005 Das hier ist der Fehler (Steht ja auch in der Fehlermeldung: Zeile 37 unerwarteter /) : / set cache ID Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.