Zen Cart Migration space after add to cart blank page
Add to Cart appears blank page,
Error log: [15-dec-2011 19:17:08] PHP warning:session_start () [Function.session-start]: Cannot send session cache Limiter-hea DERs already sent (output started at/home/yongc/public_html/store/includes/classes/class.smtp.php:2039) in/home/ yongc/public_html/store/includes/functions/sessions.php on line 114
[15-dec-2011 19:17:08] PHP Warning:cannot Modify Header information-headers already sent by (output started at/home/yongc/public_html/store/i ncludes/classes/class.smtp.php:2039) in/home/yongc/public_html/store/includes/init_includes/init_templates.php On line 152
[15-dec-2011 19:17:09] PHP Warning:cannot Modify Header information-headers already sent by (output started at/home/yongc/public_html/store/i ncludes/classes/class.smtp.php:2039) in Unknown on line 0
[15-dec-2011 19:17:09] PHP Warning:cannot Modify Header information-headers already sent by (output started at/home/yongc/public_html/store/i ncludes/classes/class.smtp.php:2039) in Unknown on line 0
A blank page appears in the background:
Error log: a:622:{i:0;a:2:{s:6: "Cfgkey"; s:10: "Store_name"; s:8: "Cfgvalue"; s:26: "Oil Painting GALLERY-OPG";} I:1;a:2:{s:6: "Cfgkey"; s:11: "Store_owner"; s:8: "Cfgvalue"; S:9: "York Chen";} I:2;a:2:{s:6: "Cfgkey"; s:13: "Store_country"; s:8: "Cfgvalue"; s:3: "223";} I:3;a:2:{s:6: "Cfgkey"; s:10: "Store_zone"; s:8: "Cfgvalue"; s:1: "4";} I:4;a:2:{s:6: "Cfgkey"; s:22: "Expected_products_sort"; s:8: "Cfgvalue"; s:4: "Desc";} I:5;a:2:{s:6: "Cfgkey"; s:23: "Expected_products_field"; s:8: "Cfgvalue"; s:13: "Date_expected";} I:6;a:2:{s:6: "Cfgkey"; s:29: "Use_default_language_currency"; s:8: "Cfgvalue"; S:5: "false";} I:7;a:2:{s:6: "Cfgkey"; s:25: "Language_default_selector"; s:8: "Cfgvalue"; s:7: "DEFAULT";} I:8;a:2:{s:6: "Cfgkey"; s:27: "Search_engine_friendly_urls"; s:8: "Cfgvalue"; S:5: "false";} I:9;a:2:{s:6: "Cfgkey"; s:12: "Display_cart"; s:8: "Cfgvalue"; s:4: "True";} I:10;a:2:{s:6: "Cfgkey"; s:32: "Advanced_search_default_operator"; s:8: "Cfgvalue"; S:3: "and";} I:11;a:2:
Website: http://www.kanpouten.com/store/
------Solution--------------------
PHP Code
It's clear that before Session_Start (), the page already has output headers already sent (outputs started at/home/yongc/public_html/store/includes/ classes/class.smtp.php:2039) You look at class.smtp.php 2039 line, what code is
------Solution--------------------
Http://www.zen-cart.cn/forum/topic83944.html