Jump to content

Memory limit problem, how to update value in prestashop 1.6.0.9


Recommended Posts

I have prestashop 1.6.0.9. My presta is in vps with whm cpanel. I have a problem with update memory limit. This is configuration page:

http://gyazo.com/8dc40a4ba1f3237e1ea36dd139c53f8e

 

this is my php.ini in public_html folder:

<?php
memory_limit = 512M
max_execution_time = 300;
max_input_time = -1;
post_max_size = 25M;
upload_max_filesize = 25M;
max_input_vars = 10000;
suhosin.get.max_vars = 10000;
suhosin.post.max_vars = 10000;
 
?>

 

this is my vps setings:

http://gyazo.com/248dccc5ff7ab45525657d400de2fb0b

 

Please help me.

Link to comment
Share on other sites

i have module like this:

 

http://gyazo.com/af883cf483e389ce6029c81df0f79e02

 

 
 
 
i have other presta in this server without problem, may be this presta have a bug, dont want to get real settings
Edited by tiaragaliano (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...