kissandburn Posted May 23, 2012 Share Posted May 23, 2012 When using Prestashop, I click modules and it showed this: I'm using ipage as my hosting, and I do not know how to increase the memory. Anyone can teach me? Link to comment Share on other sites More sharing options...
tdr170 Posted May 23, 2012 Share Posted May 23, 2012 It is very simple go to the control panel and click on CGI And Scripting language support, now in the list that comes up click on PHP Scripting, Now at the bottom of this page you will see your PHP.INI file in a text area just scroll through the page untill you find this the Resource Limits section and change the memory_limit. While you are here you might as well make a couple other changes, In the section Language Options find this line zlib.output_compression = Off And change to On. In the section Data Handling find the line register_globals = On and change to Off. Now you should be good to go. 1 Link to comment Share on other sites More sharing options...
kissandburn Posted May 23, 2012 Author Share Posted May 23, 2012 Thank you so much, I did what you advised and it works!!! THANK YOU!!! Link to comment Share on other sites More sharing options...
tdr170 Posted May 23, 2012 Share Posted May 23, 2012 What did you change the limit to I use 128 and pay no attention to the limit that is posted to the right of the memory option. You are welcome glad to help! Link to comment Share on other sites More sharing options...
kissandburn Posted May 23, 2012 Author Share Posted May 23, 2012 I changed it to: memory_limit = 64M ; Maximum amount of memory a script may consume (64MB) it used to be memory_limit = 18M ; Maximum amount of memory a script may consume (8MB) is 64 enough or shd i do 128 like you too? Link to comment Share on other sites More sharing options...
tdr170 Posted May 23, 2012 Share Posted May 23, 2012 I think I read somewhere that 64 is fine if all is working well then that should be good. 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