John77 Posted April 21, 2015 Share Posted April 21, 2015 Bonjour à tous, Je suis en train de transférer ma boutique sur un nouveau serveur (Je suis chez 1and1), je passe sur un serveur dédié et bizarrement j'ai une erreur type Out Of Memory Fatal error: Out of memory (allocated 113770496) (tried to allocate 47 bytes) in /homepages/33/d572458012/htdocs/classes/db/DbPDO.php on line 105 Sachant que sur l'ancien serveur j'avais résolu ce problème en créant simplement un fichier php.ini avec ceci dedans : <?php memory_limit = 3096M max_execution_time = 1000; max_input_time = -1; post_max_size = 15M; upload_max_filesize = 15M; max_input_vars = 10000; suhosin.get.max_vars = 10000; suhosin.post.max_vars = 10000; ?> Quelqu'un à déjà eu ce souci en passant sur un serveur dédié ? Link to comment Share on other sites More sharing options...
tuk66 Posted April 22, 2015 Share Posted April 22, 2015 Pouvez-vous partager l'ensemble journal? DbPDO.php est le dernier fichier, mais très important existe plusieurs fichiers avant. Can you share the whole log? DbPDO.php is the last file, but very important are several files before. 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