SASSYSARAH Posted May 17, 2010 Posted May 17, 2010 Can anybody help - I have got this error message at the top of the checkout page after I have downloaded and amended files using the dynamoeffects download for website paymetns pro. //---PayPal WPP Modification START ---// function ec_step1() { if (is_array($this->modules)) { if (is_object($GLOBALS[$this->selected_module]) && ($GLOBALS[$this->selected_module]->enabled) ) { return $GLOBALS[$this->selected_module]->ec_step1(); } } } function ec_step2() { if (is_array($this->modules)) { if (is_object($GLOBALS[$this->selected_module]) && ($GLOBALS[$this->selected_module]->enabled) ) { return $GLOBALS[$this->selected_module]->ec_step2(); } } } //---PayPal WPP Modification END---// Warning: Cannot modify header information - headers already sent by (output started at /homepages/38/d298245259/htdocs/includes/classes/payment.php:217) in /homepages/38/d298245259/htdocs/includes/functions/general.php on line 33 Thank you Sarah Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.