Nineu Posted December 20, 2011 Share Posted December 20, 2011 Hello, I installed prestaphop a few days ago and until today I thought everything was working fine. I've created new categories, products, .... but today when I've selected the Modules tab the program has displayed a blank page. (I suppose it was like this from day one because I haven't been working with this option until now). I've tried it in different browsers (IE, Firefox, Chrome) and nothing. Any ideas? Thanks. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 20, 2011 Share Posted December 20, 2011 Hi Nineu, First of all, welcome to PrestaShop! This is usually a memory_limit issue, and is something that your hosting provider should be able to fix very easily. Most hosts set the default memory_limit value in the php.ini file at 32M, but the best best for running PrestaShop at full power is 64M. They should have no issues adjusting this for you, so just give them a call. If you have any issues with this, please let me know. -Mike 1 Link to comment Share on other sites More sharing options...
Nineu Posted December 20, 2011 Author Share Posted December 20, 2011 Thanks! I'll give them a call and I'll let you know. Link to comment Share on other sites More sharing options...
Nineu Posted December 20, 2011 Author Share Posted December 20, 2011 Solved! They couldn't adjust it for me but they told me that I could do it by myself modifying the htaccess file. I added the next code and now it works! <FilesMatch "\.(php|html?)$"> php_value memory_limit 64M </FilesMatch> Thanks again for your help. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 20, 2011 Share Posted December 20, 2011 Great, I'm glad you were able to get this working! I'll go ahead and mark this as solved, and once again, welcome to PrestaShop! -Mike Link to comment Share on other sites More sharing options...
elgaxton Posted March 5, 2012 Share Posted March 5, 2012 Hello Mike, I had similar challenge but they sent me a mail that i should create the php.ini file myself . What am I supposed to put in this file please? please help. Thanks Link to comment Share on other sites More sharing options...
Mike Kranzler Posted March 5, 2012 Share Posted March 5, 2012 Hi elgaxton, While most hosts would not suggest this to you (who do you use?), you can follow this guide here for creating your own php.ini file. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
Recommended Posts