Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Moneris 2006 - mysql server has gone away error - FIX


Recommended Posts

Posted

For any Canadian retails out there processing with Moneris Eselect Plus - if you have been receiving timeout errors like below lately - caused by your server timing out prior to a reply from Moneris;

 

2006 - mysql server has gone away insert into orders (moneris_order_id, gateway_url, osc_order_id, osc_session, ref_num, f4l4, iso_code, resp_code, auth_code, trans_date, trans_time, trans_type, message, card_type, txn_num, avs_code, cvd_code, crypt_type, veres, pares )

values ('OSC_ORDER-0000000000************', 'www3.moneris.com', '', '7b8ca0501e508480994ffebebccbcd47', 'null', '4242***4242', 'null', 'null', 'null', 'null', 'null', 'null', 'null', 'null', 'null', '', '', '7', '', '')

 

Open /includes/modules/payment/moneriscampg.php

 

At or around line 261;

 

Change FROM

$this->host=(MODULE_PAYMENT_MONERISCAMPG_ENV == "Production Server" ? "www3.moneris.com" : "esqa.moneris.com");[/size][/font][/color]
[color=#222222][font="helvetica neue","serif"][size=2]

 

TO;

 

$this->host=(MODULE_PAYMENT_MONERISCAMPG_ENV == "Production Server" ? "www3dr.moneris.com" : "esqa.moneris.com");[/size][/font][/color]
[color=#222222][font="helvetica neue","serif"][size=2]

 

This server change (From www3 to www3dr) as a temporary fix... I presume it will change back at some point.

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...