Shop 5.2.4
Snacky 5.2.4
PHP 8.1.25
wir haben keine Fehler und keine Error-Logs
Snacky 5.2.4
PHP 8.1.25
wir haben keine Fehler und keine Error-Logs
/*
$show_error=true;
$strong = true;
if($show_error) {
if($strong) {
define('SHOP_LOG_LEVEL', E_ALL & ~E_NOTICE);
define('SYNC_LOG_LEVEL', E_ALL & ~E_NOTICE);
define('ADMIN_LOG_LEVEL', E_ALL & ~E_NOTICE);
define('SMARTY_LOG_LEVEL', E_ALL & ~E_NOTICE);
} else {
define('SHOP_LOG_LEVEL', E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
define('SYNC_LOG_LEVEL', E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
define('ADMIN_LOG_LEVEL', E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
define('SMARTY_LOG_LEVEL', E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
}
ini_set('display_errors', 0);
ini_set('error_log',PFAD_ROOT. 'jtllogs/phperror_'.date("d-m-Y").'.log');
} else {
//enables printing of warnings/infos/errors for the shop frontend
define('SHOP_LOG_LEVEL', 0);
//enables printing of warnings/infos/errors for the dbeS sync
define('SYNC_LOG_LEVEL', 0);
//enables printing of warnings/infos/errors for the admin backend
define('ADMIN_LOG_LEVEL', 0);
//enables printing of warnings/infos/errors for the smarty templates
define('SMARTY_LOG_LEVEL', 0);
//excplicitly show/hide errors
ini_set('display_errors', 0);
}
*/
Hi Peter,hallo wir benutzen auch das Snakys Template...
die Einstellung unter Seo Canonical immer zu Seite 1?
wie sollte sie eingestellt sein? auf ja oder nein.
{if isset($oNavigationsinfo->getCategory()->categoryAttributes.seo_longtext)}
<div class="item_desc custom_content">
{if $snackyConfig.optimize_kategorie == "Y"}{$oNavigationsinfo->getCategory()->categoryAttributes.seo_longtext->cWert|optimize}{else}{$oNavigationsinfo->getCategory()->categoryAttributes.seo_longtext->cWert}{/if}
</div>
{/if}