Warnung Bedeutung

Hallo, ich bekomme diese Warnung auf meine Webseite,

Was bedeutet page/details/inc/productmain.tpl, widget/header/minibasket.tpl, widget/header/search.tpl ?

Das ist keine Warnung im eigentlichen Sinne. Hast in config.inc.php

// enable debug mode for template development or bugfixing
// -1 = Logger Messages internal use only
// 0 = off
// 1 = smarty
// 2 = SQL The SQL logging feature is deprecated since v5.3.0 (2016-06-07). This feature will be removed.
// 3 = SQL + smarty The SQL logging feature is deprecated since v5.3.0 (2016-06-07). This feature will be removed.
// 4 = SQL + smarty + shoptemplate data The SQL logging feature is deprecated since v5.3.0 (2016-06-07). This feature will be removed.
// 5 = Delivery Cost calculation info
// 6 = SMTP Debug Messages
// 7 = oxDbDebug SQL parser The SQL logging feature is deprecated since v5.3.0 (2016-06-07). This feature will be removed.
// 8 = display smarty template names (requires /tmp cleanup)
$this->iDebug = 0;

aktiviert?

Danke für deine Antwort!

Ich habe Erste auf der Datei config.inc.php, auf $this->iDebug = 8; gegeben, und als ich denke die Vielleicht der Probleme konnte sei, ich habe 0 gegeben, dann /var/www/html/oxid/source/tmp$ und sudo rm -rf tmp/* , aber der Problem bleibt…

Daran sollte es liegen. Dann musst prüfen, ob da wieder ne 0 steht.

ja, stehe Null, $this->iDebug = 0;

Dann nochmal ordentlich TMP leeren, insbesondere den Smarty-Ordner.

1 Like

ja, /var/www/html/oxid/source/tmp/smarty , ich habe gelöst alles was auf diese Ordner war, und bekomme nicht mehr dieser Warnung! :grinning:

Viel danke!, ich wünsche dir eine schöne Tag!

Gerne. Danke ebenso :wink:

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.