I have been receiving a lot of complaints from customers on our store stating that they have not been able to complete a check out and are getting several errors in the process.
Currently running on DotNetNuke 6.2.6 and SmithCart 5.25
They are getting the generic error: error=An+unexpected+error+has+occurred
while going through the Step 1, Step 2, Confirm pages (happens randomly).
In the Event Viewer for DotNetNuke I receive instances not often but throughout the day stating:
SmithGateway: {}:Object reference not set to an instance of an object. at j.a(ICustomer A_0, IAccount A_1, Decimal A_2, Boolean A_3, String A_4, Int32 A_5) at j.Process(ICustomer customer, IAccount account) at Smith.DNN.Modules.BuyNow.Confirm.Submit() at Smith.DNN.Modules.BuyNow.Confirm.btnSubmit_Click(Object sender, EventArgs e)
Do you know what might be causing this and how can I resolve this?
Thanks