View Single Post
  #3  
Old 01-26-2005, 12:19 PM
 
NuAlpha NuAlpha is offline
 

X-Adept
  
Join Date: Aug 2003
Location: US
Posts: 598
 

Default

Since I upgraded our cart to 3.5.12 SSL connections have been impossible. I tried updating to 3.5.13 in hopes of fixing the problem but to no avail.

Each time a customer tries to place an order we receive the following error message in our log files:
Quote:
PHP Warning: join(): Bad arguments. in /home/our-dir/public_html/payment/func_https_ssleay.php on line 95

Line 95 of that file contains the following:
Code:
return split("ENDOFHEADERFORXCART",join("\n",$rbody),2);

I can't seem to find $rbody declared within the func_https_request() function and it is not included as a global.

As things stand no one can checkout at our site. I am still trying to figure out if there is some strange problem with our web host's server setup or if it was the Xcart upgrade I performed.

Any help or input would be appreciated. Thanks!
__________________
X-Cart Pro 4.5.5 Platinum
X-Payments 1.0.6
PHP 5.3.14
MySQL 5.1.68
Apache 2.2.23
Reply With Quote