Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

EPDQ Contribution


deaddox

Recommended Posts

I have a couple of sites that use the EPDQ Contribution? Since upgrading to the v2 contribution I am now experiencing a problem with the contribution generating huge error log files 300 or 400mb in size after a few days? I have managed to locate what is cause the error and I have included it below?

 

/* communicating with host server */
/**********************************/
  $connection = fsockopen("$requesthost", 80); 
   fputs($connection, $requestheader.$requestbody); 
   $responsedata="";
   while (!feof($connection)) $responsedata.=fgets($connection, 1024); 
  fclose($connection);

 

The problem occurs with the while loop. Each iteration that dose not receive a response from the EPDQ server generates an error line in the error log file.

 

Is there any one who can help fix this problem?

 

Andy

Link to comment
Share on other sites

  • 1 year later...
I have a couple of sites that use the EPDQ Contribution� Since upgrading to the v2 contribution I am now experiencing a problem with the contribution generating huge error log files 300 or 400mb in size after a few days� I have managed to locate what is cause the error and I have included it below�

 

/* communicating with host server */
/**********************************/
  $connection = fsockopen("$requesthost", 80); 
   fputs($connection, $requestheader.$requestbody); 
   $responsedata="";
   while (!feof($connection)) $responsedata.=fgets($connection, 1024); 
  fclose($connection);

 

The problem occurs with the while loop. Each iteration that dose not receive a response from the EPDQ server generates an error line in the error log file.

 

Is there any one who can help fix this problem?

 

Andy

 

 

Did anyone ever work this out? I get the same but with more logs (7GB worth)?

 

I am using the ePDQ CPI Module.

 

 

Regards,

Simon

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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