When trying to add a product to shopping cart by clicking "add to cart" button you receive a WSOD (white screen of death): http://hera.progenealogists.com/TESTimmigration.htm

The drupal admin log confirms the following:

Cannot modify header information - headers already sent by (output started at /home/progen/public_html/sites/all/themes/progenealogists/template.php:2) in /home/progen/public_html/includes/common.inc on line 319.

PHP 5
Drupal 6.8
MySQL 5

I attempted to locate where header information is being sent prior to the call of uc_product_add_to_cart_form_submit function in the uc_product.module file. I had no success in doing so. Any help would be appreciated.

Thanks.

Comments

rszrama’s picture

Status: Active » Closed (won't fix)

This is not an Ubercart behavior to send header information at all. I'm going to direct you either to the Drupal support forums or to our Ubercart support forum for further help, as this issue tracker is for patch review and development and not support.