BV Commerce Forum
»
BV Commerce Support
»
General Support
»
186,199,200: FIXED,FIXED,FIXED - 3 Bugs in 5.01
Rank: Member
Joined: 3/4/2006(UTC) Posts: 121
|
1) Error in What's This Link
/BVModules/Checkouts/BVC%202004%20Checkout/Step2.aspx
The requested file CVV.aspx actually resides in the One Page Checkout folder
Server Error in '/Store' Application.
The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Store/BVModules/Checkouts/BVC 2004 Checkout/CVV.aspx
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
2) Click On MailServer Link in Admin
Server Error in '/Store' Application. 'ddlForgotPassword' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value 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.ArgumentOutOfRangeException: 'ddlForgotPassword' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration> <system.web> <compilation debug="true"/> </system.web> </configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:
[ArgumentOutOfRangeException: 'ddlForgotPassword' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value] System.Web.UI.WebControls.ListControl.PerformDataBinding(IEnumerable dataSource) +1777779 System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) +104 System.Web.UI.WebControls.ListControl.PerformSelect() +31 System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +70 BVAdmin_Configuration_MailServer.LoadEmailTemplates() +148 BVAdmin_Configuration_MailServer.Page_Load1(Object sender, EventArgs e) +32 System.EventHandler.Invoke(Object sender, EventArgs e) +0 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
3) Click on Returns in Admin
No orders to be returned (new store setup)
/BVAdmin/Configuration/Returns.aspx
Server Error in '/Store' Application. 'ddlAcceptedRMA' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value 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.ArgumentOutOfRangeException: 'ddlAcceptedRMA' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration> <system.web> <compilation debug="true"/> </system.web> </configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:
[ArgumentOutOfRangeException: 'ddlAcceptedRMA' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value] System.Web.UI.WebControls.ListControl.PerformDataBinding(IEnumerable dataSource) +1777779 System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) +104 System.Web.UI.WebControls.ListControl.PerformSelect() +31 System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +70 BVAdmin_Configuration_Returns.BindForm() +146 BVAdmin_Configuration_Returns.Page_Load(Object sender, EventArgs e) +86 System.EventHandler.Invoke(Object sender, EventArgs e) +0 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210[b]
|
|
|
|
Rank: Member
Joined: 9/27/2004(UTC) Posts: 1,099
|
What page are you getting error number 2?
For error 3, are you getting this when you click on the "Returns" link under the Orders tab?
Thanks! |
|
|
|
|
Rank: Member
Joined: 3/4/2006(UTC) Posts: 121
|
Nick, sorry too many numbers in there so the error numbers weren't clear
[3]Error # 2 - Click On MailServer Link in Admin[/3]
Server Error in '/Store' Application. 'ddlForgotPassword' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value 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.
[3]Error # 3 - Click on Returns in Admin[/3]
Since it's a new store there are no returns but you get this error message
No orders to be returned (new store setup)
/BVAdmin/Configuration/Returns.aspx
Server Error in '/Store' Application. 'ddlAcceptedRMA' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value 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.
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
It appears that you have no e-mail templates. Did you delete them all? |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Rank: Member
Joined: 3/4/2006(UTC) Posts: 121
|
Justin, I did not delete any files at all. Where are the email templates supposed to be?
Rick
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
In the admin under the Content Tab and then sub-section E-mail templates. Do you have a bunch of e-mail templates listed there? |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Rank: Member
Joined: 3/4/2006(UTC) Posts: 121
|
Yes, I checked and all the standard email templates are listed.
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
Weird, well, it appears that for some reason the default templates are not being found in the drop down lists. We changed the code a bit so that if the defaults are not found then no error is thrown. That way you'll be able to set a new e-mail template. |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.