Jump to content

Page blanche uniquement sur la home


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...