jradlica Posted July 19, 2017 Share Posted July 19, 2017 Hi, prestashop gives me error (at each site): Fatal error: Out of memory (allocated 4194304) (tried to allocate 524288 bytes) in domain/public_html/prestashop/config/config.inc.php on line 122 I'ts strange for me becouse this error shouldn't occur here? My memory_limit is 256MB. My config.inc.php 121: if (Configuration::get('PS_USE_HTMLPURIFIER')) 122: require_once (_PS_TOOL_DIR_.'htmlpurifier/HTMLPurifier.standalone.php'); in attachment is full config.inc.php. Link to comment Share on other sites More sharing options...
bellini13 Posted July 20, 2017 Share Posted July 20, 2017 according to this error, it tried to allocate around 4mb (allocated 4194304) and failed to go beyond that (.5mb more). You should double check your php configuration to ensure that you are configured to use more memory than that. 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