Closed (won't fix)
Project:
Ubercart
Version:
6.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2009 at 05:03 UTC
Updated:
13 Jan 2009 at 14:10 UTC
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
Comment #1
rszrama commentedThis 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.