Jump to content
xt:Commerce Community Forum

[0] => Error in E-Mail-Template


Recommended Posts

Hallo,

wir haben die Aktuellste Version. Könnte dieser Fehler etwas mit der open_basDir zu tun haben?

Er konnte in der update_order-admin email_top.html nicht laden. Leider sehe ich aktuell in keinem Protokoll, warum er es nicht laden konnte.

Wir haben von xt4.2 auf die Aktuellste aktuallisiert, aber die update_order-admin sollte die originale sein.

Hier mal die update_order-admin

{include file="file:$_system_template/email/email_top.html"}
<!-- // Begin Content \ -->
<table class="email-content" cellpadding="0" cellspacing="0" width="660" style="font: 12px Arial, Helvetica, sans-serif;color: #484848;">
    <tr>
        <td>
            <h1 style="font-size:14px;">Hallo {$order_data.billing_firstname} {$order_data.billing_lastname},</h1>
            <p>Der Status Ihrer Bestellung <b>{$order_data.orders_id}</b> wurde geändert.</p>
            {if $comments}
            <p style="background: #FF7B00; padding: 10px;"><b>Anmerkungen und Kommentare zu Ihrer Bestellung:</b> {$comments}</p>
            {/if}
            <p style="color:#000000; background: #FF7B00; padding: 10px;">Neuer Status:<br />
            <b>{$status}</b></p>
            <p>Sollten Sie Fragen zu unserem Angebot oder Ihrer Bestellung haben, zögern Sie bitte nicht uns zu kontaktieren.</p>
        </td>
    </tr>
</table>
<!-- // End Content \ -->
{include file="file:$_system_template/email/email_bottom.html"}

Hier mal die Fehlermeldung:

[0] => Error in E-Mail-Template
    [error] => Unable to load template 'file:xt_responsive/email/email_top.html' in 'eval:{include file="file:$_system_template/email/email_top.html"}
<!-- // Begin Content \ -->
<table class="email-content" cellpadding="0" cellspacing="0" width="660" style="font: 12px Arial, Helvetica, sans-serif;color: #484848;">
    <tr>
        <td>
            <h1 style="font-size:14px;">Hallo {$order_data.billing_firstname} {$order_data.billing_lastname},</h1>
            <p>Der Status Ihrer Bestellung <b>{$order_data.orders_id}</b> wurde geändert.</p>
            {if $comments}
            <p style="background: #FF7B00; padding: 10px;"><b>Anmerkungen und Kommentare zu Ihrer Bestellung:</b> {$comments}</p>
            {/if}
            <p style="color:#000000; background: #FF7B00; padding: 10px;">Neuer Status:<br />
            <b>{$status}</b></p>
            <p>Sollten Sie Fragen zu unserem Angebot oder Ihrer Bestellung haben, zögern Sie bitte nicht uns zu kontaktieren.</p>
        </td>
    </tr>
</table>
<!-- // End Content \ -->
{include file="file:$_system_template/email/email_bottom.html"}'
    [mail_type] => update_order-admin
    [language_code] => de
    [shop_id] => 1

Ich sehe nicht woran es liegen könnte und bräuchte mal einen Tipp!

Besten Dank!
Sven

Link to comment
Share on other sites

7 hours ago, Elsterhund said:

Könnte dieser Fehler etwas mit der open_basDir zu tun haben?

 

Nein, steht doch da:

7 hours ago, Elsterhund said:

Unable to load template 'file:xt_responsive/email/email_top.html' in 'eval:{include file="file:$_system_template/email/email_top.html"}

 

Die Datei .../templtes/xt_responsive/email/email_top.html ist nicht da

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
  • Create New...