jack09 Posted January 16, 2010 Report Share Posted January 16, 2010 Hallo, in einer Testumgebung mit xampp läuft alles prima. Beim Hochladen habe ich jetzt ein grosses Problem hiermit: Die Datei NAV-Cat-Button.html soll auf der Seite index und cart gezeigt werden. Gelesen wird sie. Angezeigt wird nur z.B. das abgehackte: -------- Möchten Sie noch weitere Produkte dazu bestellen? xtCore/pages/NAV-Cat-Button.html" type="tpl_include"} -------- also nur ein codefetzen ... Weshalb funktioniert das beim Hoster nit: in der index.php: {if $page == 'index'} {include file="{$tpl_path}xtCore/pages/NAV-Cat-Button.html" type="tpl_include"} {/if} {*<!--dazu bestellen?-->*} {if $page == 'cart'} {php}if($_SESSION['cart']->content_count >0) {{/php} <br> Möchten Sie noch weitere Produkte dazu bestellen? <br><br> {content block_id=10 levels=true} {if $_content_10|count > 0} {foreach name=aussen item=box_data from=$_content_10} {/foreach} {/if} {include file="{$tpl_path}xtCore/pages/NAV-Cat-Button.html" type="tpl_include"} {php}}{/php} {/if} [/HTML] Wie kann das sein?? Habe schon Stunden rund probiert. {$tpl_path}xtCore [i]mit und ohne[/i] 1. Backslash ... Kann da in der Online-Install. etwas anders sein, als in meiner Demo-Test zuhause - beides Veyton 4.12? ------------------------- [b]Ein noch anzugehendes kleines 2. Problem:[/b] nur auf verschlüsselten Seiten werden Bilder nicht mehr angezeigt in der index.php: [HTML]<img src="{$tpl_path}_template/template_img/random-pic/Stapel.jpg">[/HTML] da spielt wohl die ssl-sub-url eine Rolle ... ? Dank Hilfe viele Grüße, J. Link to comment Share on other sites More sharing options...
oldbear Posted January 17, 2010 Report Share Posted January 17, 2010 hi, die Angabe ohne ersten Backslash ist richtig; kontrolliere doch mal mit {debug}, was in $tpl_path drinsteht oder verwende $tpl_path_url ... ( oder im Quelltext, oder den Bild-Pfad mit Rechtsklick im Frontend ). Hatte anfangs ähnliche Probleme ( MAMP ) Grüsse Link to comment Share on other sites More sharing options...
jack09 Posted January 17, 2010 Author Report Share Posted January 17, 2010 hi oldbear, Danke! also: --------------- online {$SCRIPT_NAME} "/index.php" index.php?page=categorie&cat=3 {$tpl_path} "/templates/_template/" {$tpl_url_path} "http://domain.tld/templates/_template..." sowie per ssl geschützte Seiten: {$tpl_url_path} "https://ssl-account.com/domain.tld/..." auf geschützen Seiten fehlen wie gesagt Bilder, wobei deren Links in der index.html z.B. so stehen: {if $page == 'index'} <img src="{$tpl_path}_template/template_img/random-pic/Stapel.jpg">{/if}[/HTML] --------------- offline {$SCRIPT_NAME} "/veyton1/index.php" {$tpl_path} "/veyton1/templates/_template..." {$tpl_url_path} "http://domain.tld/veyton1/temp..." wobei "veyton1" aus der http.conf vom Apache kommt. --------------- viele Grüße, J. {debug} - heute erst gemerkt, dass Popups erlaubt sein müssen Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.