Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PsiGate error message during checkout (line 188)


Recommended Posts

Posted

Hi all,

 

I got the PsiGate XML module from the contributions area... I ran/installed/coded all the updates mentioned on that page for this module. Now, when I go in as a customer (4111111111111111) I get an error and I have no idea why? Can someone help if they've seen this before?

 

Warning: Wrong parameter count for substr() in /home/freshtor/public_html/includes/modules/payment/psigate_xml.php on line 188 This shows up on the confirmation page.

 

Thanks for all the help.

 

Nelson Cardoso

Posted

Anybody?

 

Hi all,

 

I got the PsiGate XML module from the contributions area... I ran/installed/coded all the updates mentioned on that page for this module. Now, when I go in as a customer (4111111111111111) I get an error and I have no idea why? Can someone help if they've seen this before?

 

Warning: Wrong parameter count for substr() in /home/freshtor/public_html/includes/modules/payment/psigate_xml.php on line 188 This shows up on the confirmation page.

 

Thanks for all the help.

 

Nelson Cardoso

  • 1 month later...
Posted
Anybody?

 

I had the same problem.

 

Search for this.

 

'field' => substr($this->cc_card_number)

 

replace with

 

'field' => substr($this->cc_card_number, 16)

 

It means the code was not passing the right amount of arguments to the substr() function, it needs to have a minmum of 2.

 

Because psigate only accepts Visa / Mastercard, and both cards are 16 digits, it's ok to hard code 16 in there.

 

 

Kyle

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...