NVaporize Posted September 26, 2013 Share Posted September 26, 2013 Hi. I'm currently having issues loading 4 or more attributes to a product. When I try to load it it seems like it freezes and then when I go and view the store the particular product doest load. Shows the page but won't load the product. I contacted godaddy to see if it coulf be a space issue but I have unlimited space. I'm only trying to load about 6 attributes at most per product. I'm currently running version 1.49 of prestashop. Someone please help. Been up all night trying to figure it out. So frustrated! Thanks. Link to comment Share on other sites More sharing options...
vekia Posted September 26, 2013 Share Posted September 26, 2013 it might be related to other limits, for example memory limit or cpu usage limit. you should run store under "error reporting" mode, then you will see probably error messages instead of empty page Link to comment Share on other sites More sharing options...
NVaporize Posted September 27, 2013 Author Share Posted September 27, 2013 Thanks. How do I do this? Link to comment Share on other sites More sharing options...
NVaporize Posted September 27, 2013 Author Share Posted September 27, 2013 I doubt is that though cause I only generate one atrribute at a time. Everything runs fine till I try generating the 4th one. Link to comment Share on other sites More sharing options...
vekia Posted September 27, 2013 Share Posted September 27, 2013 here is the instruction: open config/defines.inc.php find this line define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); Link to comment Share on other sites More sharing options...
tomerg3 Posted September 27, 2013 Share Posted September 27, 2013 This is 99% an out of memory error. By 4 attributes I assume you mean 4 attribute groups, and you did not mention how many options are available in each group. Prestashop can only handle about 1,000-3,000 combinations, if you have 4 groups with 10 options in each group, you end up with 10 * 10 * 10 * 10 = 10,000 combinations. You can either try using less, or look at an alternative solution, such as http://www.prestashop.com/forums/topic/47363-module-attribute-wizard-pro-create-an-unlimited-number-of-attributes-and-display-as-radio-button-checkbox-dropdown-textbox-teaxtarea-files/ Link to comment Share on other sites More sharing options...
Recommended Posts