OK, I've reviewed the relevant threads, and have tried some of the solutions there, nothing is working thus far...
This is the error I am getting:
Communications Error - Please notify webmaster. - Your credit card could not be authorized for this reason. Please correct any information and try again or contact us for further assistance.
We just recently updated the whole LAMP environment.
Our hosting company is Netriplex.
curltest results (with authnet=1 extension) is as follows:
1 Protocol https not supported or disabled in libcurl
The host company and root access command of php -m says that curl is installed.Code:Array ( [url] => "https://secure.authorize.net/gateway/transact.dll" [http_code] => 0 [header_size] => 0 [request_size] => 0 [filetime] => -1 [ssl_verify_result] => 0 [redirect_count] => 0 [total_time] => 0 [namelookup_time] => 0 [connect_time] => 0 [pretransfer_time] => 0 [size_upload] => 0 [size_download] => 0 [speed_download] => 0 [speed_upload] => 0 [download_content_length] => 0 [upload_content_length] => 0 [starttransfer_time] => 0 [redirect_time] => 0 )
We are in a bit of a time rush with this since it is a live site that was working and now seems to have eaten it somewhere, so any information would be GREAT! Thanks all! :)




