Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error /PayPal/CallerServices.php on line 163


krz2fer

Recommended Posts

Posted

So I'm tearing my hair with this. Suddenly 2 weeks ago my client's commerce system starts to pull this fatal error:

 

Fatal error: Call to a member function on a non-object in /homepages/42/d209226511/htdocs/catalog/includes/modules/payment/paypal_wpp/PayPal/CallerServices.php on line 163

 

The site had been live and taking order fine for 6 months. No one has responded to my posts on Paypal's forums, and searching online has yielded no answers.

 

Can anyone shed light on this? I'm not sure where else to take this issue. Thanks.

Posted

Ask Your hosting company what all environmental changes were done.

 

With PHP5 UP rergister globals switched OFF might result in some Nul values where some actual values are expected.

Also Mysql5 might result in some error.

 

Paste line 163 and few lines around that.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Posted

The hosting company said nothing has changed on their end. I asked about 3 different people, too, and nothing.

 

Code (163 is PEAR line):

				  $signature = $this->_profile->getSignature();
			  if(isset($signature)) {
				 // TBD:  Is this legit?
				 $three_token_port = $portType.'-threetoken';
				 $this->_endpoint = $range['environments'][$this->_profile->getEnvironment()][$three_token_port];
			  } else {
				 $this->_endpoint = $range['environments'][$this->_profile->getEnvironment()][$portType];
			  }
			  $this->getLogger();
			  $this->_logger->log('DEBUG setEndpoint: '.$this->_endpoint, PEAR_LOG_DEBUG);
			return true;
		}
	}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...