Jump to content

imashav

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Location
    Miami
  • Activity
    Project Owner

imashav's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Thank you prestolabels. I have lost quite some time on this, specially due to the vulnerabilities in v1.3.2 that were publicly announced. I use PS 1.4.8.2 This is all due to "x_invoice_num" simply comment out the checks: /*if (!isset($_POST['x_invoice_num'])) { Logger::addLog('Missing x_invoice_num', 4); die('An unrecoverable error occured: Missing parameter'); } if (!Validate::isLoadedObject($cart)) { Logger::addLog('Cart loading failed for cart '.(int)$_POST['x_invoice_num'], 4); die('An unrecoverable error occured with the cart '.(int)$_POST['x_invoice_num']); } if ($cart->id != $_POST['x_invoice_num']) { Logger::addLog('Conflit between cart id order and customer cart id'); die('An unrecoverable conflict error occured with the cart '.(int)$_POST['x_invoice_num']); } */
  2. I reverted back to authorize aim v1.3.2 and functionality returned. Mike, please note that the similarities between our cases are: 1. We both upgraded from 1.4.7.3 to 1.4.8.2 wit authorize aim v1.3.2 installed and running. 2. My module maintained functionality while Kim's did not. 3. I updated the module after some complaints (that I now believe were user error) to v1.4.2 and ended up with the same error as Kim. 4. I disabled -> uninstalled -> deleted v1.4.2 and uploaded the old version from a backup I had. I am back in business. I will follow this thread to see when I can upgrade. I also wonder if you will add functionality for the CIM feature of Authorize.net???
  3. After getting unclear complaints from users today, we upgraded the authorizeaim module from 1.3.2 to 1.4.2 and this problem is persistent even after deleting uninstalling, reinstalling, changing credentials etc... Other payment modules work!
×
×
  • Create New...