Bonsoir, j'ai besoin d'aide, je n'ai plus accès à la page produits du BO sur presta 1.6.
j'ai activé le debug et j'ai cette erreur :
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 79 bytes) in /home/zh2hp1b6/etiquette-boite-aux-lettres.com/classes/Product.php on line 3004
et je ne sais pas quoi faire sur sur le fichier Product.php à la ligne 3004 j'ai ça :
if (is_array($res) && count($res)) {
foreach ($res as $row) {
$array_tmp = array(
'price' => $row['price'],
'ecotax' => $row['ecotax'],
'attribute_price' => (isset($row['attribute_price']) ? $row['attribute_price'] : null)
);
self::$_pricesLevel2[$cache_id_2][(int)$row['id_product_attribute']] = $array_tmp;
if (isset($row['default_on']) && $row['default_on'] == 1) {
self::$_pricesLevel2[$cache_id_2][0] = $array_tmp;
}
}
}
Si quelqu'un pouvait m'aider.