Hi @raiwa , when making changes to any content module, same errors keep coming, referring to cm_cs_pwa_keep_account.phpzipurman wrote: ↑Sun Mar 14, 2021 8:04 pm @zeeshop
The error: Warning: Cannot modify header information - headers already sent by (output started at /homepages/31/d**********/htdocs/Live/includes/modules/content/checkout_success/cm_cs_pwa_keep_account.php:1) in /homepages/31/d***********/htdocs/Live/backoffice/includes/functions/general.php on line 36
Would be due to the custom mod htdocs/Live/includes/modules/content/checkout_success/cm_cs_pwa_keep_account.php throwing an error before the page re-direct in htdocs/Live/backoffice/includes/functions/general.php. You'd have to inspect cm_cs_pwa_keep_account.php and see what errors it is throwing.
How can I find out what error it is throwing, as zipurman suggested.
Code: Select all
Warning: Cannot modify header information - headers already sent by (output started at /homepages/31/d**********/htdocs/Live/includes/modules/content/checkout_success/cm_cs_pwa_keep_account.php:1) in /homepages/31/d***********/htdocs/Live/backoffice/includes/functions/general.php on line 36Thanks