Hello
I'm having a problem with my store. After making a successful payment with paypal, and returning to the website, the order stays at "waiting for payment" status. I've checked the event viewer and there's an exception on the return of the IPN from paypal.
This is the event:
AssemblyVersion: 7.0.2
PortalID: 0
PortalName: MyWebsite
UserID: -1
UserName:
ActiveTabID: 56
ActiveTabName: Home
RawURL: /MyWebsite/DesktopModules/Store/Providers/GatewayProviders/PayPalProvider/PayPalIPN.aspx?language=pt-pt
AbsoluteURL: /MyWebsite/DesktopModules/Store/Providers/GatewayProviders/PayPalProvider/PayPalIPN.aspx
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID: 002eb477-8de1-4675-ba57-3f533ab76eea
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Modules.Store.Cart.PayPalIPN.Page_Load
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Modules.Store.Cart.PayPalIPN.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
If someone could give me some guidance on this I will be greatful.
Thank you