Zen Cart Logo
Forums / General Questions / Help! Getting blank page on checkout process after editing files with Dreamweaver

Help! Getting blank page on checkout process after editing files with Dreamweaver

Views: 1,108

Results 1 to 3 of 3
27 Mar 2011, 5:40 AM
#1
affinitymm avatar

affinitymm

New Zenner

Join Date:
Feb 2011
Posts:
4
Plugin Contributions:
0

Help! Getting blank page on checkout process after editing files with Dreamweaver

Hello all -

I'm getting a blank page when someone completes the checkout process. Now, the sale goes though, but the customer is left with a blank page.

I checked my cache folder and it has the following error:

[26-Mar-2011 23:33:41] PHP Warning: Cannot modify header information - headers already sent by (output started at /home2/shapingh/public_html/shstore/includes/languages/english/modules/payment/moneyorder.php:53) in /home2/shapingh/public_html/shstore/includes/functions/functions_general.php on line 45

Anyone know how / where I can fix this?

27 Mar 2011, 5:59 AM
#2
affinitymm avatar

affinitymm

New Zenner

Join Date:
Feb 2011
Posts:
4
Plugin Contributions:
0

Re: Help! Getting blank page on checkout process after editing files with Dreamweaver

Everyone stand down. I edited the moneyorder.php file in Dreamweaver. That's a no no. Re-downloaded an original and updated in notepad. Uploaded it and all is well.

Anyone know why when you edit a language file in Dreamweaver and upload, it makes everything go crazy?

27 Mar 2011, 2:01 PM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Help! Getting blank page on checkout process after editing files with Dreamweaver

Sounds like it added space(s) or blank line(s) after the closing php ?> bracket and php hates that ... :blink: