I face 2 errors, please help me !
1. My Server can not translate 127.0.0.1 to localhost. For ex, in Firefox, i type http://234.234.234.234 (my server IP), it call Default Webpage, but type http://localhost, or http://127.0.0.1 show Web page can not display. My PHP.INI must set SMTP=234.234.234.234 (normal is localhost) otherwise it dose not run.
2. I receive this error when click in Payment profile:
Could not find customer contract.
System.Web.Services.Protocols.SoapException: Server was
unable to process request. ---> System.Exception: Could not find
customer contract.
at DotNetPanel.Ecommerce.EnterpriseServer.ContractSystem.ContractController.GetCustomerContract(Int32 customerId)
at DotNetPanel.Ecommerce.EnterpriseServer.ecStorehouse.GetCustomerContract(Int32 customerId)
--- End of inner exception stack trace ---
Description: An
unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the
error and where it originated in the code.
Exception Details: System.Web.Services.Protocols.SoapException:
System.Web.Services.Protocols.SoapException: Server was unable to
process request. ---> System.Exception: Could not find customer
contract.
at DotNetPanel.Ecommerce.EnterpriseServer.ContractSystem.ContractController.GetCustomerContract(Int32 customerId)
at DotNetPanel.Ecommerce.EnterpriseServer.ecStorehouse.GetCustomerContract(Int32 customerId)
--- End of inner exception stack trace ---
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.
|
Stack Trace:
[SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Could not find customer contract. at DotNetPanel.Ecommerce.EnterpriseServer.ContractSystem.ContractController.GetCustomerContract(Int32 customerId) at DotNetPanel.Ecommerce.EnterpriseServer.ecStorehouse.GetCustomerContract(Int32 customerId) --- End of inner exception stack trace ---] System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +533462 System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[ parameters) +204 DotNetPanel.Ecommerce.EnterpriseServer.ecStorehouse.GetCustomerContract(Int32 customerId) +63 DotNetPanel.Ecommerce.Portal.CustomerPaymentProfile.Page_Load(Object sender, EventArgs e) +35 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34 System.Web.UI.Control.OnLoad(EventArgs e) +99 DotNetPanel.Portal.DotNetPanelModuleBase.OnLoad(EventArgs e) +24 DotNetPanel.Ecommerce.Portal.ecModuleBase.OnLoad(EventArgs e) +4 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
|