sirvova Posted August 18, 2013 Share Posted August 18, 2013 (edited) Hi, I have a problem with shopping cart and can't find solution to resolve it. When I add products to shopping cart and then press view my shopping cart or checkout I am getting 500 error, but if there is no products in shopping cart it works and redirects me to http://mydomain.com/order Everything was working later, but I erased old products and added new ones, also made some changes in delivery zones, countries, regions. Please help Edited August 19, 2013 by sirvova (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 18, 2013 Share Posted August 18, 2013 if you've got 500 internal server error, try to turn error reporting on in your store and then - try to open shopping cart once again. You will see more informations about error that occured in your website. Please paste here the error code, i will try to help with pleasure Link to comment Share on other sites More sharing options...
sirvova Posted August 19, 2013 Author Share Posted August 19, 2013 Here is the error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /public_html/......../tools/smarty/sysplugins/smarty_internal_templateparser.php on line 2849 Link to comment Share on other sites More sharing options...
vekia Posted August 19, 2013 Share Posted August 19, 2013 it means that your script exceeded all available ram memory resources. The easiest thing to fix: just use better hosting. i know that this may be problematic, so in this case you will have, for example, turn off unused modules (uninstall and disable them) btw. you use nondefault template? and what ps version? Link to comment Share on other sites More sharing options...
sirvova Posted August 19, 2013 Author Share Posted August 19, 2013 i use default theme of ps 1.5.4.1 Link to comment Share on other sites More sharing options...
sirvova Posted August 19, 2013 Author Share Posted August 19, 2013 removed some modules and get this: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/...../public_html/...../tools/smarty/sysplugins/smarty_internal_compile_private_print_expression.php on line 119 Link to comment Share on other sites More sharing options...
vekia Posted August 19, 2013 Share Posted August 19, 2013 still the same, memory limit exceeded take a look here: http://www.prestashop.com/forums/topic/246549-big-problem-order-step-2-doesn%C2%B4t-appear-on-1540/page__st__20 Link to comment Share on other sites More sharing options...
sirvova Posted August 19, 2013 Author Share Posted August 19, 2013 just contacted my hosting provider and they fixed the issue. Thank you vekia for your help 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