Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento - Checkout - Cart page blank

Tags:

magento

I am looking for a solution to my checkout cart page in Magento. When I put items into add to cart then cart page is getting blank.!!

I have tried several options & still it is showing blank. I have enabled cookies etc but still no luck. I am using firefox browser and attached a screen shot of the cookies settings.

Page URL - index.php/checkout/cart/add/uenc/aHR0cDovLzE5Mi4xNjguMS4xMTQ6ODEvZXNzZW50aWFsbHkvaW5kZXgucGhwL2NsZWFuc2UuaHRtbD9fX19TSUQ9VQ,,/product/2/

Please anyone can help me with this issue??

http://www.itsthe1.com/cookies.jpg

Thanks in advance.

like image 243
Karthick Avatar asked Feb 08 '14 18:02

Karthick


1 Answers

This is a PHP Memory Limit Issues. Its happens to me. Even if 256 MB will not work so go for 500m

Go to magento Root and .htaccess and change the current value to as per this and then Flush the cache and check your shopping cart and it will work.

## adjust memory limit
php_value memory_limit 500M
php_value max_execution_time 18000

Please Note: This is not an Extension issues.

Thanks!!!

like image 84
Sashi Avatar answered Oct 09 '22 00:10

Sashi