dadoun Posted February 17, 2019 Share Posted February 17, 2019 (edited) 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. Edited February 17, 2019 by dadoun (see edit history) Link to comment Share on other sites More sharing options...
Eolia Posted February 17, 2019 Share Posted February 17, 2019 Trop de déclinaisons/prix spécifiques pour ce produit sur un serveur mutualisé ? Link to comment Share on other sites More sharing options...
dadoun Posted February 17, 2019 Author Share Posted February 17, 2019 Merci Eolia pour votre réponse. J'ai 5 produits de 20000 déclinaisons chacun. C'est au moment de créer le 6e produit que ça à planté. Je débute le site et je n'ai pas fais de sauvegarde en dehors des fichiers présent en ftp, ais-je un espoir de récupérer la page produits en bo ? ps : je suis hébergé chez Amen Pack pro - mutualisé et au moment du crash les stats serveur étaient aux vert. Link to comment Share on other sites More sharing options...
Mediacom87 Posted February 17, 2019 Share Posted February 17, 2019 Bonjour, avez vous essayé d'augmenter la mémoire alloué à PHP sur votre mutu ? Link to comment Share on other sites More sharing options...
dadoun Posted February 17, 2019 Author Share Posted February 17, 2019 Je ne sais pas comment faire, je dois passer par Cpanel ? Link to comment Share on other sites More sharing options...
Mediacom87 Posted February 17, 2019 Share Posted February 17, 2019 Peut être que votre Cpanel vous propose cette option en fonction de la configuration de votre serveur. regardez la documentation de votre hébergeur. Link to comment Share on other sites More sharing options...
dadoun Posted February 17, 2019 Author Share Posted February 17, 2019 Merci Mediacom87 après réglage de memory_limit dans cpanel / PHP Selector | options : les produits dans le BO sont revenus. c'est un métier, merci. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now