whatsyourask Posted March 3, 2021 Share Posted March 3, 2021 Hello, I take the liberty of contacting you in the hope that you can help me correct this problem. I am currently setting up a Prestashop site in version 1.6.1. I have just added a rather important module concerning my products. When installing the module, the loading time is quite long, maybe my network, I don't know ... whatever. When going to the page of my products, this error appears : Fatal error: Allowed memory size of 6392119296 bytes exhausted (tried to allocate 130968 bytes) in /var/www/html/classes/helper/HelperTreeCategories.php on line 92 I work with a Docker environment (+ docker-compose). I tried to mount as much as possible my memory_limit variable (in the php.ini file) present in my config. But nothing does nothing there, the problem persists... Would you have a track to explore...? Do not hesitate to ask me questions if any information could be of use to you. Thank you all in advance for your help! Link to comment Share on other sites More sharing options...
TobikSoft Posted September 14, 2021 Share Posted September 14, 2021 It's not related to "memory_limit" This is a common error text in PHP. Turn on the debug mode and look at the additional error info 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