Jump to content

Page Module vide après instalation


leoaga

Recommended Posts

Bonjour,

Après avoir instalé ma boutique sur un dev.monsite.com je vais pour modifier les modules, mais la page module est vide.
J'ai donc activé les erreurs dans le config.inc de presta d'après un post de la presta team :

Dans le fichier config/config.inc.php mettre
@ini_set(‘display_errors’, ‘off’);
à ‘on‘.

ok
Mais je ne trouve pas de solution à mon erreur :

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 77824 bytes) in /home/......./sd/dev/www/classes/Module.php(323) : eval()'d code on line 435

merci

@ +

Link to comment
Share on other sites

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 77824 bytes) in /home/......./sd/dev/www/classes/Module.php(323) : eval()'d code on line 435


Bonjour,

C'est tout simple, dans votre /config/config.inc.php, ajoutez cette ligne juste tout en haut (après <?php) :

@ini_set('memory_limit','32M');



Bien cordialement

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...