4 replies [Last post]
ryanschmidt's picture
Offline
Joined: 11/17/2008
Juice: 235
Was this information Helpful?

I am getting a few errors and have yet been able to complete a transaction with authorize.net. I am using the CIM Module and Authorize.net from core. Here are some errors I have got. I am getting SILENT POSTS sometimes though. Any ideas?

warning: unserialize() expects parameter 1 to be string, array given in /nfs/c03/h03/mnt/54724/domains/davianletter.com/html/tdl/modules/uc_cim/uc_cim.module on line 380.

We were unable to process your credit card payment. Please verify your card details and try again. If the problem persists, contact us to complete your order.

uc_payment: Payment failed: You must be logged in to checkout.
uc_cim: CIM Charge failure. Raw gateway response: . Raw CIM response: The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:customerProfileId' element is invalid - The value '' is invalid according to its datatype 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:numericString' - The Pattern constraint failed.
CIM:

Customer payment profile could not be created. User: 23, Error: The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:customerProfileId' element is invalid - The value '' is invalid according to its datatype 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:numericString' - The Pattern constraint failed.

Customer profile could not be created. User: 23, Error: User authentication failed due to invalid authentication values.

ryanschmidt's picture
Offline
Joined: 11/17/2008
Juice: 235
Re: Authorize.net CIM Errors

I receive ALL of the above errors (no silent post) when trying to process a transaction with the following:

1. Authorize.net gateway enabled, test transaction on live account, ARB settings (production mode), Log reported to watchdog
2. Authorize.net CIM enabled, "|" as the delimiter, Test mode
3. Under product settings I have the uc_cim handling recurring payments

And here are my stats for my install:

    [php_version] => 5.2.6
    [drupal_version] => 5.12
    [db_type] => mysql
    [db_version] => 4.1.25
    [ubercart_version] => 5.x-1.6

Any suggestions would be greatly appreciated. When I get this working I plan to post a whole walk-through for subscription based services because that seems like the most requested feature for ubercart.

ryanschmidt's picture
Offline
Joined: 11/17/2008
Juice: 235
Re: Re: Authorize.net CIM Errors

I just realized that I had not read a word of the README that was included in the CIM module folder. Sadly, I read it, changed many features (including disabling the authorize.net module) but still am getting the EXACT same errors.

ryanschmidt's picture
Offline
Joined: 11/17/2008
Juice: 235
Re: Re: Re: Authorize.net CIM Errors

Test Gateway works flawlessly

ryanschmidt's picture
Offline
Joined: 11/17/2008
Juice: 235
Re: Re: Re: Re: Authorize.net CIM Errors

I just heard back from Chad, the creator of this module, and he informed me that the CIM module is not compatible with 1.6. Going to roll back to 1.4 tonight and everything should be fine. I will report back for reference sake.