Jump to content

[SOLVED] Modules tab displays a blank page


Recommended Posts

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

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

  • Like 1
Link to comment
Share on other sites

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. :D

Link to comment
Share on other sites

  • 2 months later...
×
×
  • Create New...