Zen Cart Logo
Forums / General Questions / Eeep! Need help with Security Patch

Eeep! Need help with Security Patch

Locked

Views: 1,432

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
29 Aug 2006, 5:51 PM
#1
hwdigitalelements avatar

hwdigitalelements

New Zenner

Join Date:
Aug 2006
Posts:
7
Plugin Contributions:
0

Eeep! Need help with Security Patch

Ok I made the modifications that were in this thread...And this is what I get at the top when I go to the store now:

set customers_basket_quantity = '" . (float)$quantity . "'
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/digiwat7/public_html/shop/includes/classes/shopping_cart.php:1) in /home/digiwat7/public_html/shop/includes/functions/sessions.php on line 100

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/digiwat7/public_html/shop/includes/classes/shopping_cart.php:1) in /home/digiwat7/public_html/shop/includes/functions/sessions.php on line 100

Warning: Cannot modify header information - headers already sent by (output started at /home/digiwat7/public_html/shop/includes/classes/shopping_cart.php:1) in /home/digiwat7/public_html/shop/includes/init_includes/init_templates.php on line 78

Please help!!!:lamo:

29 Aug 2006, 6:04 PM
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Eeep! Need help with Security Patch

public_html/shop/includes/classes/shopping_cart.php:1

The :1 suggests that you have a blank space or blank line on line #1 of that file, probably added as a courtesy by your text editor.

29 Aug 2006, 6:14 PM
#4
hwdigitalelements avatar

hwdigitalelements

New Zenner

Join Date:
Aug 2006
Posts:
7
Plugin Contributions:
0

Re: Eeep! Need help with Security Patch

Actually some of the code got pasted in the beginning of the file. Thanks so much for your help!!!