djsukhnyc Posted April 3, 2007 Posted April 3, 2007 Hi, when i get to http://feelmybeat.com/store/checkout_payment.php the following error is displayed on top. how can i fix it? i dont know where its coming from. $this->modules)) { if (is_object($GLOBALS[$this->selected_module]) && ($GLOBALS[$this->selected_module]->enabled) ) { return $GLOBALS[$this->selected_module]->get_error(); } } } //---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---// } ?> dir="LTR" lang="en"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.