Liebe Community,
ich traue irgendwie meiner config.php nicht, dass diese korrekt eingestellt ist. Aktuell sieht die so aus:
array (
'host' => 'xxxx',
'port' => 'xxxxx',
'username' => 'xxxxxx',
'password' => 'xxxxx',
'dbname' => 'xxxx',
),
'csrfProtection' => [
'frontend' => false,
'backend' => false
],
'front' => [
'showException' => true,
'throwExceptions' => true,
'noErrorHandler' => false,
],
//Zeige Low-Level PHP-Fehler
'phpsettings' => [
'display_errors' => 0,
],
/*
// Template-Cache
'template' => [
'forceCompile' => true,
],
// Backend-Cache
'cache' => [
'backend' => 'Black-Hole',
'backendOptions' => [],
'frontendOptions' => [
'write_control' => false
],
],
// Model-Cache
'model' => [
'cacheProvider' => 'Array' // supports Apc, Array, Wincache and Xcache
],
// Http-Cache
'httpCache' => [
'enabled' => true, // true or false
'debug' => true,
],*/
);
Könnte mir jemand sagen ob das so passt oder etwas angepasst werden müsste? Shop läuft auf 5.6.7
Liebe Grüsse und vielen Dank
Sijandi