visua Posted August 5, 2009 Share Posted August 5, 2009 Hey Guys, This might be a side affect of running MAMP locally while playing around developing within presta cart. But I keep getting these errors or the following pages (see attached)My Second question, is there a place I can customize all the email notifications with my own html templates? Link to comment Share on other sites More sharing options...
joshttcc Posted August 18, 2009 Share Posted August 18, 2009 Add this line of code to your config/config.inc.php right below the first line that says <?php ini_set("memory_limit","64M"); the 64M can be increased if you keep having memory issues Link to comment Share on other sites More sharing options...
TropischBruin Posted August 20, 2009 Share Posted August 20, 2009 That is the wrong way.It should be in the config/config.inc.phpini_set(‘memory_limit’,’-1’); 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