riz55 Posted July 11, 2013 Share Posted July 11, 2013 PrestaShop Ver : 1.5 Error Report Below : SELECT product_shop.id_product, MAX(product_attribute_shop.id_product_attribute) id_product_attribute FROM `ps_product` p INNER JOIN ps_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute` pa ON (product_shop.id_product = pa.id_product) LEFT JOIN ps_product_attribute_shop product_attribute_sh Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1048576 bytes) in /home/site/classes/SpecificPrice.php on line 367 My PHP memory_limit is 500M Link to comment Share on other sites More sharing options...
vekia Posted July 11, 2013 Share Posted July 11, 2013 well, the error shows that the memory limit is different (64M) are you sure that you've got 500M? Link to comment Share on other sites More sharing options...
riz55 Posted July 11, 2013 Author Share Posted July 11, 2013 @Vekia yes, I'm using host gator's VPS Link to comment Share on other sites More sharing options...
Recommended Posts