I'm trying to fix a bunch of problems in a website which uses uCommerce, I really don't know if this application was working before because I'm new at this website and the client migrated it to a new host...
The thing is, I have fixed a lot of errors but I'm still stuck in the "preview.aspx" which has the "TransactionLibrary.RequestPayments()" function.
I can select the products I want to buy, insert my address, and complete the order, but I can't send the damn email to request the payment...
Follows below the TraceLog:
2018-01-10 04:01:24,515 [237] INFO Umbraco.Core.UmbracoApplicationBase - [P19424/T11/D21] Application shutdown. Reason: ConfigurationChange
2018-01-10 04:01:25,968 [242] INFO UCommerce.Licensing.LicensingService - [P19424/T28/D22] uCommerce Free license is valid. Key 6BD9-43AA-08AB-78FB-A802-DF5D-8333-B1D4-420D-5353-4207-AF37-6F84-B69C-6C82-B451.
2018-01-10 04:01:26,484 [242] INFO Umbraco.Core.PluginManager - [P19424/T28/D22] Starting resolution types of umbraco.interfaces.IDataType
2018-01-10 04:01:26,484 [242] INFO Umbraco.Core.PluginManager - [P19424/T28/D22] Completed resolution of types of umbraco.interfaces.IDataType, found 35 (took 4ms)
2018-01-10 04:01:26,500 [242] INFO Umbraco.Core.PluginManager - [P19424/T28/D22] Starting resolution types of umbraco.interfaces.ITree
2018-01-10 04:01:26,500 [242] INFO Umbraco.Core.PluginManager - [P19424/T28/D22] Completed resolution of types of umbraco.interfaces.ITree, found 36 (took 4ms)
2018-01-10 04:01:26,531 [242] INFO Umbraco.Core.PluginManager - [P19424/T28/D22] Starting resolution types of Umbraco.Web.Trees.TreeController
2018-01-10 04:01:26,531 [242] INFO Umbraco.Core.PluginManager - [P19424/T28/D22] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 7 (took 2ms)
2018-01-10 04:01:26,531 [242] INFO Umbraco.Core.PluginManager - [P19424/T28/D22] Starting resolution types of umbraco.interfaces.ITree
2018-01-10 04:01:26,531 [242] INFO Umbraco.Core.PluginManager - [P19424/T28/D22] Completed resolution of types of umbraco.interfaces.ITree, found 19 (took 0ms)
2018-01-10 04:01:26,593 [242] INFO Umbraco.Core.PluginManager - [P19424/T28/D22] Starting resolution types of umbraco.interfaces.IApplication
2018-01-10 04:01:26,609 [242] INFO Umbraco.Core.PluginManager - [P19424/T28/D22] Completed resolution of types of umbraco.interfaces.IApplication, found 7 (took 3ms)
2018-01-10 04:01:26,640 [242] INFO Umbraco.Core.PluginManager - [P19424/T28/D22] Starting resolution types of umbraco.MacroEngines.IRazorDataTypeModel
2018-01-10 04:01:26,640 [242] INFO Umbraco.Core.PluginManager - [P19424/T28/D22] Completed resolution of types of umbraco.MacroEngines.IRazorDataTypeModel, found 2 (took 2ms)
2018-01-10 04:01:34,296 [242] WARN umbraco.macro - [P19424/T28/D22] Error loading MacroEngine script (file: uCommerce/Cart.cshtml, Type: ''. Exception: System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.AbortCurrentThread()
at System.Web.HttpResponse.End()
at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent)
at System.Web.HttpResponse.Redirect(String url)
at ASP._Page_macroScripts_uCommerce_Cart_cshtml.Execute() in e:\hshome\masonic\handheartpocket.org.au\macroScripts\uCommerce\Cart.cshtml:line 14
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
at System.Web.WebPages.WebPage.ExecutePageHierarchy(IEnumerable`1 executors)
at System.Web.WebPages.WebPage.ExecutePageHierarchy()
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
at umbraco.MacroEngines.RazorMacroEngine.ExecuteRazor(MacroModel macro, INode currentPage)
at umbraco.MacroEngines.RazorMacroEngine.Execute(MacroModel macro, INode currentPage)
at umbraco.macro.loadMacroScript(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-01-10 04:01:36,453 [242] WARN umbraco.macro - [P19424/T28/D22] Error loading MacroEngine script (file: uCommerce/Address.cshtml, Type: ''. Exception: System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.AbortCurrentThread()
at System.Web.HttpResponse.End()
at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent)
at System.Web.HttpResponse.Redirect(String url)
at ASP._Page_macroScripts_uCommerce_Address_cshtml.Execute() in e:\hshome\masonic\handheartpocket.org.au\macroScripts\uCommerce\Address.cshtml:line 39
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
at System.Web.WebPages.WebPage.ExecutePageHierarchy(IEnumerable`1 executors)
at System.Web.WebPages.WebPage.ExecutePageHierarchy()
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
at umbraco.MacroEngines.RazorMacroEngine.ExecuteRazor(MacroModel macro, INode currentPage)
at umbraco.MacroEngines.RazorMacroEngine.Execute(MacroModel macro, INode currentPage)
at umbraco.macro.loadMacroScript(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-01-10 04:01:38,296 [242] WARN umbraco.macro - [P19424/T28/D22] Error loading MacroEngine script (file: uCommerce/Shipping.cshtml, Type: ''. Exception: System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.AbortCurrentThread()
at System.Web.HttpResponse.End()
at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent)
at System.Web.HttpResponse.Redirect(String url)
at ASP._Page_macroScripts_uCommerce_Shipping_cshtml.Execute() in e:\hshome\masonic\handheartpocket.org.au\macroScripts\uCommerce\Shipping.cshtml:line 12
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
at System.Web.WebPages.WebPage.ExecutePageHierarchy(IEnumerable`1 executors)
at System.Web.WebPages.WebPage.ExecutePageHierarchy()
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
at umbraco.MacroEngines.RazorMacroEngine.ExecuteRazor(MacroModel macro, INode currentPage)
at umbraco.MacroEngines.RazorMacroEngine.Execute(MacroModel macro, INode currentPage)
at umbraco.macro.loadMacroScript(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-01-10 04:01:40,125 [242] WARN umbraco.macro - [P19424/T28/D22] Error loading MacroEngine script (file: uCommerce/Payment.cshtml, Type: ''. Exception: System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.AbortCurrentThread()
at System.Web.HttpResponse.End()
at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent)
at System.Web.HttpResponse.Redirect(String url)
at ASP._Page_macroScripts_uCommerce_Payment_cshtml.Execute() in e:\hshome\masonic\handheartpocket.org.au\macroScripts\uCommerce\Payment.cshtml:line 12
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
at System.Web.WebPages.WebPage.ExecutePageHierarchy(IEnumerable`1 executors)
at System.Web.WebPages.WebPage.ExecutePageHierarchy()
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
at umbraco.MacroEngines.RazorMacroEngine.ExecuteRazor(MacroModel macro, INode currentPage)
at umbraco.MacroEngines.RazorMacroEngine.Execute(MacroModel macro, INode currentPage)
at umbraco.macro.loadMacroScript(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-01-10 04:01:42,234 [242] INFO System.Object - [P19424/T28/D22] The remote server returned an error: (403) Forbidden.
System.Net.WebResponse GetResponse()
at System.Net.HttpWebRequest.GetResponse()
at UCommerce.Transactions.Payments.EWay.EWayPaymentMethodService.RequestEWay(String url, IDictionary`2 formValuesToPost)
at UCommerce.Transactions.Payments.EWay.EWayPaymentMethodService.CreatePlaceholderPayment(PaymentRequest paymentRequest)
at UCommerce.Transactions.Payments.EWay.EWayPaymentMethodService.RequestPayment(PaymentRequest paymentRequest)
at UCommerce.Transactions.TransactionLibraryInternal.RequestPayment(Int32 paymentId)
at Castle.Proxies.TransactionLibraryInternalProxy.RequestPayment_callback(Int32 paymentId)
at Castle.Proxies.Invocations.TransactionLibraryInternal_RequestPayment.InvokeMethodOnTarget()
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at UCommerce.Infrastructure.Interceptor.ExceptionLoggingInterceptor.Intercept(IInvocation invocation)
at UCommerce.Infrastructure.Interceptor.ExceptionLoggingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.TransactionLibraryInternalProxy.RequestPayment(Int32 paymentId)
at UCommerce.Transactions.TransactionLibraryInternal.RequestPayments()
at Castle.Proxies.TransactionLibraryInternalProxy.RequestPayments_callback()
at Castle.Proxies.Invocations.TransactionLibraryInternal_RequestPayments.InvokeMethodOnTarget()
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at UCommerce.Infrastructure.Interceptor.ExceptionLoggingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.TransactionLibraryInternalProxy.RequestPayments()
at UCommerce.Api.TransactionLibrary.RequestPayments()
at ASP._Page_macroScripts_uCommerce_Preview_cshtml.Execute()
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
at System.Web.WebPages.WebPage.ExecutePageHierarchy(IEnumerable`1 executors)
at System.Web.WebPages.WebPage.ExecutePageHierarchy()
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
at umbraco.MacroEngines.RazorMacroEngine.ExecuteRazor(MacroModel macro, INode currentPage)
at umbraco.MacroEngines.RazorMacroEngine.Execute(MacroModel macro, INode currentPage)
at umbraco.macro.loadMacroScript(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
at umbraco.presentation.templateControls.Macro.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at umbraco.presentation.templateControls.Macro.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.default_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)
at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)
at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
2018-01-10 04:01:42,234 [242] INFO System.Object - [P19424/T28/D22] The remote server returned an error: (403) Forbidden.
System.Net.WebResponse GetResponse()
at System.Net.HttpWebRequest.GetResponse()
at UCommerce.Transactions.Payments.EWay.EWayPaymentMethodService.RequestEWay(String url, IDictionary`2 formValuesToPost)
at UCommerce.Transactions.Payments.EWay.EWayPaymentMethodService.CreatePlaceholderPayment(PaymentRequest paymentRequest)
at UCommerce.Transactions.Payments.EWay.EWayPaymentMethodService.RequestPayment(PaymentRequest paymentRequest)
at UCommerce.Transactions.TransactionLibraryInternal.RequestPayment(Int32 paymentId)
at Castle.Proxies.TransactionLibraryInternalProxy.RequestPayment_callback(Int32 paymentId)
at Castle.Proxies.Invocations.TransactionLibraryInternal_RequestPayment.InvokeMethodOnTarget()
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at UCommerce.Infrastructure.Interceptor.ExceptionLoggingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.TransactionLibraryInternalProxy.RequestPayment(Int32 paymentId)
at UCommerce.Transactions.TransactionLibraryInternal.RequestPayments()
at Castle.Proxies.TransactionLibraryInternalProxy.RequestPayments_callback()
at Castle.Proxies.Invocations.TransactionLibraryInternal_RequestPayments.InvokeMethodOnTarget()
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at UCommerce.Infrastructure.Interceptor.ExceptionLoggingInterceptor.Intercept(IInvocation invocation)
at UCommerce.Infrastructure.Interceptor.ExceptionLoggingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.TransactionLibraryInternalProxy.RequestPayments()
at UCommerce.Api.TransactionLibrary.RequestPayments()
at ASP._Page_macroScripts_uCommerce_Preview_cshtml.Execute()
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
at System.Web.WebPages.WebPage.ExecutePageHierarchy(IEnumerable`1 executors)
at System.Web.WebPages.WebPage.ExecutePageHierarchy()
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
at umbraco.MacroEngines.RazorMacroEngine.ExecuteRazor(MacroModel macro, INode currentPage)
at umbraco.MacroEngines.RazorMacroEngine.Execute(MacroModel macro, INode currentPage)
at umbraco.macro.loadMacroScript(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
at umbraco.presentation.templateControls.Macro.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at umbraco.presentation.templateControls.Macro.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.default_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)
at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)
at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
2018-01-10 04:01:42,234 [242] WARN umbraco.macro - [P19424/T28/D22] Error loading MacroEngine script (file: uCommerce/Preview.cshtml, Type: ''. Exception: System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at UCommerce.Transactions.Payments.EWay.EWayPaymentMethodService.RequestEWay(String url, IDictionary`2 formValuesToPost)
at UCommerce.Transactions.Payments.EWay.EWayPaymentMethodService.CreatePlaceholderPayment(PaymentRequest paymentRequest)
at UCommerce.Transactions.Payments.EWay.EWayPaymentMethodService.RequestPayment(PaymentRequest paymentRequest)
at UCommerce.Transactions.TransactionLibraryInternal.RequestPayment(Int32 paymentId)
at Castle.Proxies.TransactionLibraryInternalProxy.RequestPayment_callback(Int32 paymentId)
at Castle.Proxies.Invocations.TransactionLibraryInternal_RequestPayment.InvokeMethodOnTarget()
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at UCommerce.Infrastructure.Interceptor.ExceptionLoggingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.TransactionLibraryInternalProxy.RequestPayment(Int32 paymentId)
at UCommerce.Transactions.TransactionLibraryInternal.RequestPayments()
at Castle.Proxies.TransactionLibraryInternalProxy.RequestPayments_callback()
at Castle.Proxies.Invocations.TransactionLibraryInternal_RequestPayments.InvokeMethodOnTarget()
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at UCommerce.Infrastructure.Interceptor.ExceptionLoggingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.TransactionLibraryInternalProxy.RequestPayments()
at UCommerce.Api.TransactionLibrary.RequestPayments()
at ASP._Page_macroScripts_uCommerce_Preview_cshtml.Execute() in e:\hshome\masonic\handheartpocket.org.au\macroScripts\uCommerce\Preview.cshtml:line 9
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
at System.Web.WebPages.WebPage.ExecutePageHierarchy(IEnumerable`1 executors)
at System.Web.WebPages.WebPage.ExecutePageHierarchy()
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
at umbraco.MacroEngines.RazorMacroEngine.ExecuteRazor(MacroModel macro, INode currentPage)
at umbraco.MacroEngines.RazorMacroEngine.Execute(MacroModel macro, INode currentPage)
at umbraco.macro.loadMacroScript(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-01-10 04:01:42,250 [242] ERROR Umbraco.Core.UmbracoApplicationBase - [P19424/T28/D22] An unhandled exception occurred
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at UCommerce.Transactions.Payments.EWay.EWayPaymentMethodService.RequestEWay(String url, IDictionary`2 formValuesToPost)
at UCommerce.Transactions.Payments.EWay.EWayPaymentMethodService.CreatePlaceholderPayment(PaymentRequest paymentRequest)
at UCommerce.Transactions.Payments.EWay.EWayPaymentMethodService.RequestPayment(PaymentRequest paymentRequest)
at UCommerce.Transactions.TransactionLibraryInternal.RequestPayment(Int32 paymentId)
at Castle.Proxies.TransactionLibraryInternalProxy.RequestPayment_callback(Int32 paymentId)
at Castle.Proxies.Invocations.TransactionLibraryInternal_RequestPayment.InvokeMethodOnTarget()
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at UCommerce.Infrastructure.Interceptor.ExceptionLoggingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.TransactionLibraryInternalProxy.RequestPayment(Int32 paymentId)
at UCommerce.Transactions.TransactionLibraryInternal.RequestPayments()
at Castle.Proxies.TransactionLibraryInternalProxy.RequestPayments_callback()
at Castle.Proxies.Invocations.TransactionLibraryInternal_RequestPayments.InvokeMethodOnTarget()
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at UCommerce.Infrastructure.Interceptor.ExceptionLoggingInterceptor.Intercept(IInvocation invocation)
at Castle.DynamicProxy.AbstractInvocation.Proceed()
at Castle.Proxies.TransactionLibraryInternalProxy.RequestPayments()
at UCommerce.Api.TransactionLibrary.RequestPayments()
at ASP._Page_macroScripts_uCommerce_Preview_cshtml.Execute() in e:\hshome\masonic\handheartpocket.org.au\macroScripts\uCommerce\Preview.cshtml:line 9
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
at System.Web.WebPages.WebPage.ExecutePageHierarchy(IEnumerable`1 executors)
at System.Web.WebPages.WebPage.ExecutePageHierarchy()
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
at umbraco.MacroEngines.RazorMacroEngine.ExecuteRazor(MacroModel macro, INode currentPage)
at umbraco.MacroEngines.RazorMacroEngine.Execute(MacroModel macro, INode currentPage)
at umbraco.macro.loadMacroScript(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
at umbraco.presentation.templateControls.Macro.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at umbraco.presentation.templateControls.Macro.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.default_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\5c7dca61\cd667fce\App_Web_03ely5nu.0.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
... and here is the error the page returns:
obs. I'm not an english speaker so maybe i wrote something wrong :(
TransactionLibrary.RequestPayments() not working!
Hey guys,
I'm trying to fix a bunch of problems in a website which uses uCommerce, I really don't know if this application was working before because I'm new at this website and the client migrated it to a new host...
The thing is, I have fixed a lot of errors but I'm still stuck in the "preview.aspx" which has the "TransactionLibrary.RequestPayments()" function.
I can select the products I want to buy, insert my address, and complete the order, but I can't send the damn email to request the payment...
Follows below the TraceLog:
... and here is the error the page returns:
obs. I'm not an english speaker so maybe i wrote something wrong :(
is working on a reply...