Zen Cart Logo
Forums / Bug Reports / headers already sent: security_patch_v154_and_older.php

headers already sent: security_patch_v154_and_older.php

Views: 3,233

Results 1 to 4 of 4
21 Sep 2015, 10:21 AM
#1
brittainmark avatar

brittainmark

Totally Zenned

Join Date:
Apr 2009
Posts:
507
Plugin Contributions:
1

headers already sent: security_patch_v154_and_older.php

Since applying this patch I have been getting a lot of errors about headers already sent.
1)
[19-Sep-2015 01:46:23 Europe/London] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lotus/public_html/innerlightcrystals/sales/includes/extra_configures/security_patch_v154_and_older.php:1) in /home/lotus/public_html/innerlightcrystals/sales/includes/init_includes/init_templates.php on line 78
[19-Sep-2015 01:46:23 Europe/London] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lotus/public_html/innerlightcrystals/sales/includes/extra_configures/security_patch_v154_and_older.php:1) in /home/lotus/public_html/innerlightcrystals/sales/includes/functions/functions_general.php on line 46

[19-Sep-2015 01:43:51 Europe/London] PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/lotus/public_html/innerlightcrystals/sales/includes/extra_configures/security_patch_v154_and_older.php:1) in /home/lotus/public_html/innerlightcrystals/sales/includes/functions/sessions.php on line 115
[19-Sep-2015 01:43:51 Europe/London] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/lotus/public_html/innerlightcrystals/sales/includes/extra_configures/security_patch_v154_and_older.php:1) in /home/lotus/public_html/innerlightcrystals/sales/includes/functions/sessions.php on line 115
[19-Sep-2015 01:43:51 Europe/London] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lotus/public_html/innerlightcrystals/sales/includes/extra_configures/security_patch_v154_and_older.php:1) in /home/lotus/public_html/innerlightcrystals/sales/includes/init_includes/init_templates.php on line 78

I have temporally removed the patch. Is this a patch issue or my issue?

Mark

21 Sep 2015, 10:45 AM
#2
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: headers already sent: security_patch_v154_and_older.php

Remove any characters (spaces?) Before the first <?php

21 Sep 2015, 6:15 PM
#3
brittainmark avatar

brittainmark

Totally Zenned

Join Date:
Apr 2009
Posts:
507
Plugin Contributions:
1

Re: headers already sent: security_patch_v154_and_older.php

Thanks should have spotted that. Works fine now.:smile:

21 Sep 2015, 6:54 PM
#4
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: headers already sent: security_patch_v154_and_older.php

brittainmark:

Thanks should have spotted that. Works fine now.:smile:

Glad it fixed it. Been a common occurrence with that one.