vmuk Posted January 21, 2005 Posted January 21, 2005 i have installed the simple weight shippng contrib and it works oout the price ok however when i click continue for checkout it says: .9 Warning: Cannot modify header information - headers already sent by (output started at d:\users\toolbitzuk\public_html\includes\modules\shipping\simpleweight.php:52) in d:\users\toolbitzuk\public_html\includes\functions\general.php on line 29 any ideas
wjpatterson Posted January 21, 2005 Posted January 21, 2005 i have installed the simple weight shippng contrib and it works oout the price ok however when i click continue for checkout it says: .9 Warning: Cannot modify header information - headers already sent by (output started at d:\users\toolbitzuk\public_html\includes\modules\shipping\simpleweight.php:52) in d:\users\toolbitzuk\public_html\includes\functions\general.php on line 29 any ideas <{POST_SNAPBACK}> It seems that the script firstly otputs some text ".9" and then tries to modify HTTP headers. Probably it is just a debug info that had not beed stripped out. Try to find where it outputs this digit comment it out and see what happens.
prluv516 Posted January 25, 2005 Posted January 25, 2005 It seems that the script firstly otputs some text ".9" and then tries to modify HTTP headers. Probably it is just a debug info that had not beed stripped out. Try to find where it outputs this digit comment it out and see what happens. <{POST_SNAPBACK}> i just got hit with this after loading the CVV mod....before it was working now.. 148.33333333333 Warning: Cannot modify header information - headers already sent by (output started at /home/dragdrif/public_html/includes/modules/shipping/simpleweight.php:52) in /home/dragdrif/public_html/includes/functions/general.php on line 29 cant make heads or tails of it can someone help?
Moose00000 Posted July 24, 2005 Posted July 24, 2005 I am still looking for a solution to this... Anyone? Thanks.
Moose00000 Posted July 24, 2005 Posted July 24, 2005 Nevermind - just found it. In includes\modules\shipping\simpleweight.php at line 52 is echo $order_total; I just removed that line and all looks good again!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.