Jump to content
xt:Commerce Community Forum

index.html geändert/White Screen


Michael 23

Recommended Posts

Hallo Leute, Ich bin ganz neu hier und habe ein Problem das manchem als lächerlich erscheinen mag, da ich vermutlich nicht sonderlich schlau an die Sache herangegangen bin, aber nun gut, here what happended. Ich betreibe einen Onlineshop mit  xt.commerce veyton und habe vor einiger zeit meine Domain von .sx auf .cc geändert.

Auf meiner Website stand nach wie vor unten links als Copyright domain.sx welche ich auch domain.cc ändern wollte.

Ich habe im Cpanel unter public_html/templates/xt_default die Datei "index.html" gefunden die die Zeile im Footer beschreibt in der ich von .sx auf .cc ändern wollte.

"Dummerweise" habe ich index.html mit dem  Cpanel Html Editor geöffnet, die endung geändert auf speichern gedrückt und bekomme nun eine White Page mit HTTP ERROR 500

Nachher ist man immer Klüger un ich habe bereits an anderen Stellen gelesen das es immer besser ist den Editor bzw. den Code Editor im Cpanel zu nutzen.

Hier wie das ganze nun aussieht, einige Stellen habe ich mit xxxx versehen und der Name der Seite heisst hier einfach nur "domain"

Über euere Hilfe wäre ich wirklich sehr froh, da ich weit davon entfernt bin ein HTML Crack zu sein ;)

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

<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
    <title></title>
</head>
<body>
<p>{content block_id=7 levels=nested}</p>

<div id="wrap">
<div id="inner-wrap">
<div id="header">
<div id="logo"><a href="index" style="outline:none"><img alt="{$store_name}" src="{$tpl_url_path}img/top_logo.gif" /></a></div>

<div id="brands"><a href="de/xxx"><img alt="" src="{$tpl_url_path}img/brand_xxx.png" /></a> <a href="de/xxx"><img alt="" src="{$tpl_url_path}img/brand_xxx.png" /></a> <a href="de/xxx"><img alt="" src="{$tpl_url_path}img/brand_xxx.png" /></a> <a href="de/xxxI"><img alt="" src="{$tpl_url_path}img/brand_xxx.png" /></a> <a href="de/xxx"><img alt="" src="{$tpl_url_path}img/brand_xxx.png" /></a></div>

<div id="topmenuwrap">
<ul id="topmenu">
    <li><a href="de/Shop">SHOP</a></li>
    <li><a>Information</a>
    <ul>
        <li>{foreach name=footerloop item=box_data from=$_content_7}</li>
        <li class="{if $smarty.foreach.footerloop.last}last{/if}{if $smarty.foreach.footerloop.first}first{/if}{if $box_data.active} active{/if}"><a href="{$box_data.link}">{$box_data.title}</a></li>
        <li>{/foreach}</li>
    </ul>
    </li>
    <li><a href="{link page='cart'}">{txt key=TEXT_CART}{php} $count = sizeof($_SESSION[&#39;cart&#39;]-&gt;show_content); if($count) echo &quot; ($count)&quot;;{/php}</a></li>
    <li>{if $account == true} <!--li><a href="{link page='customer' conn=SSL}">{txt key=TEXT_ACCOUNT}</a></li--> {/if}</li>
    <li><a href="{link page='checkout' paction='shipping' conn=SSL}">{txt key=TEXT_CHECKOUT}</a></li>
    <li>{if $account == true} {if $registered_customer}</li>
    <li><a href="{link page='customer' paction='logoff' conn=SSL}">{txt key=TEXT_LOGOFF}</a></li>
    <li>{else}</li>
    <li><a href="{link page='customer' paction='login' conn=SSL}">{txt key=TEXT_LOGIN}</a></li>
    <li>{/if} {/if}</li>
</ul>
</div>
</div>

<div id="breadcrumb"><img alt="{$store_name}" src="{$tpl_url_path}img/teaser.jpg" /> {include file=&quot;/xtCore/pages/navigation/breadcrumb.html&quot; type=&quot;tpl_include&quot;}</div>

<div id="contentwrap">{if $show_index_boxes == &#39;true&#39; || $show_index_boxes == &#39;productdetail&#39;}
<div id="leftcol">{box name=categories}{box name=loginbox} {box name=xt_new_products type=user order_by=&#39;rand()&#39;} {box name=xt_trusted_shops type=user} {box name=xt_trusted_shops_schutz type=user}</div>
{/if}

<div>{if $show_index_boxes == &#39;true&#39;}
<div id="content">{elseif $show_index_boxes == &#39;productdetail&#39;}
<div id="contenthalf">{else}
<div id="contentfull">{/if} {$content}</div>
{if $show_index_boxes == &#39;true&#39;}

<div id="rightcol">
<div>{box name=search}</div>
{if $page == &quot;index&quot;} {box name=welcome} {/if} {box name=cart} {box name=xt_bestseller_products type=user}</div>
{/if}</div>
</div>

<div id="footer-divline"></div>

<div class="footer">
<div id="copy-right">&copy; 2009 Domain.sx</div>

<ul class="footerlist">
    <li>{foreach name=footerloop item=box_data from=$_content_7}</li>
    <li class="{if $smarty.foreach.footerloop.last}last{/if}{if $box_data.active} active{/if}"><a href="{$box_data.link}">{$box_data.title}</a></li>
    <li>{/foreach}</li>
</ul>
</div>
</div>
</div>
{hook key=index_footer_tpl} {banner bg=banner}</div>
</div>
</body>
</html>

 

 

 

Link to comment
Share on other sites

Archived

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

×
  • Create New...