jasoninatx Posted April 30, 2014 Share Posted April 30, 2014 I was able to upgrade PrestaShop, to the latest version without a problem. Everything seems to be fine except for this error that comes up when I go into modules: All modules cannot be loaded due to memory limit restrictions, please increase your memory_limit value on your server configuration. Link to comment Share on other sites More sharing options...
Whispar1 Posted April 30, 2014 Share Posted April 30, 2014 This could be resource limitations in your php.ini file. Depending on your hosting company, you can change it or they will have to change it. Here is an article that may help: http://www.prestashop.com/blog/en/php-ini-file/ max_execution_time = 10000; max_input_time = 60; memory_limit = 1024M; suhosin.get.max_vars = 10000; suhosin.post.max_vars = 10000; max_input_vars = 6000; 1 Link to comment Share on other sites More sharing options...
vekia Posted April 30, 2014 Share Posted April 30, 2014 I was able to upgrade PrestaShop, to the latest version without a problem. Everything seems to be fine except for this error that comes up when I go into modules: All modules cannot be loaded due to memory limit restrictions, please increase your memory_limit value on your server configuration. do you know what is the limit of the memory that you've got on your hosting account? 1 Link to comment Share on other sites More sharing options...
jasoninatx Posted May 1, 2014 Author Share Posted May 1, 2014 The memory_limit was increased to 256M and that fixed the problem. You both were correct. Thank you. 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