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!