I'm having trouble setting up my CATALook store. Everything seems to be working properly except that I am not getting post back information from Paypal. The paymet is being registered properly with Paypal but the CATALook store does not receive an update from Paypal showing that the payment was made. The following is the Page Fault error I receive when I make a purchase on the site.
AssemblyVersion: 03.03.04
PortalID: 0
PortalName: MYSITE
UserID: 1
UserName: host
ActiveTabID: 42
ActiveTabName: User Accounts
RawURL: /portal/Default.aspx?tabid=42&ctl=Edit&mid=354&UserId=163
AbsoluteURL: /portal/Default.aspx
AbsoluteURLReferrer: http://www.MYSITE.com/portal/Default.aspx?tabid=42&ctl=Edit&mid=354&UserId=163
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 3.1; .NET CLR 2.0.50727)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 8ae8c738-0683-408b-bc68-8f7698ca31ad
InnerException: INSERT statement conflicted with COLUMN FOREIGN KEY constraint 'FK_TabModuleSettings_TabModules'. The conflict occurred in database 'MYDATABASE', table 'TabModules', column 'TabModuleID'. The statement has been terminated.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Data.SqlClient.SqlCommand.ExecuteReader
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: INSERT statement conflicted with COLUMN FOREIGN KEY constraint 'FK_TabModuleSettings_TabModules'. The conflict occurred in database 'MYDATABASE', table 'TabModules', column 'TabModuleID'. The statement has been terminated. ---> System.Data.SqlClient.SqlException: INSERT statement conflicted with COLUMN FOREIGN KEY constraint 'FK_TabModuleSettings_TabModules'. The conflict occurred in database 'MYDATABASE', table 'TabModules', column 'TabModuleID'. The statement has been terminated. at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.AddTabModuleSetting(Int32 TabModuleId, String SettingName, String SettingValue) at DotNetNuke.Entities.Modules.ModuleController.UpdateTabModuleSetting(Int32 TabModuleId, String SettingName, String SettingValue) at DotNetNuke.HtmlEditor.FckHtmlEditorProvider.fckinstanceoptions.SetFCKModuleSetting(String pType, String pName, String pValue) at DotNetNuke.HtmlEditor.FckHtmlEditorProvider.fckinstanceoptions.cmdUpdate_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack trace ---
Source:
Server Name: WINHOST63
Any ideas?
Thanks,
Bruce