Visibility of cart after item is removed
Does anyone have this problem?
When I add an item or two to my cart and then view the cart and click "Remove" I get a white page at /cart
This happens with both anonymous users and with me trying it as user 1.
Jeff
Comments
How to find the problem?
How can I find the source of the problem?
White screen of death
This is called in the Drupal world the "White Screen of Death". Debugging techniques are at http://drupal.org/node/158043 - most of the time looking in your webserver's error log will show the problem. Often it's an out-of-memory.
Thanks!
I will look into that. My server is showing memory at 80% or higher. I need to solve that too and it might fix both issues.
Jeff
Finally fixed today
This problem was finally fixed when I did 3 updates to other modules.
The 3 modules were as follows:
Field group
Field Permissions
Commerce File
One of them was causing the problem and it's fixed now.
Jeff