John77 Posted April 11, 2015 Share Posted April 11, 2015 Bonjour à tous, j'ai un problème de page blanche sur mon site, j'ai activé le mode debug pour avoir l'erreur et j'obtiens ceci : Fatal error: Out of memory (allocated 122159104) (tried to allocate 32 bytes) in /homepages/10/d550201703/htdocs/classes/db/DbPDO.php on line 103 j'ai ce problème uniquement sur ma page d'accueil en front. Je suis hébergé chez 1and1. À la ligne 103 de DbPDO.php j'ai ceci : /** * @see DbCore::nextRow() */ public function nextRow($result = false) { if (!$result) $result = $this->result; if (!is_object($result)) return false; return $result->fetch(PDO::FETCH_ASSOC); } Quelqu'un à une idée de la cause de ce problème ? Merci Link to comment Share on other sites More sharing options...
coeos.pro Posted April 11, 2015 Share Posted April 11, 2015 avez vous testé en supprimant les caches (fichier et smarty)? Link to comment Share on other sites More sharing options...
John77 Posted April 11, 2015 Author Share Posted April 11, 2015 (edited) oui j'ai vidé les dossiers cache et compile dans smarty mais rien n'y fait Edited April 11, 2015 by John77 (see edit history) 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