• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

4 Pages<<<234
Aaron
#61 Posted : Wednesday, February 1, 2012 2:03:49 PM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,381
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
It looks like the forum software is having issues with attachments right now. If you are having problems downloading our toolkit, please contact me and I will get you a copy. Thanks!
Aaron Sherrick
BV Commerce
Toll-free 888-665-8637 - Int'l +1 717-220-0012
Aaron
#62 Posted : Wednesday, February 8, 2012 9:23:51 AM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,381
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
Originally Posted by: "Aaron" Go to Quoted Post
It looks like the forum software is having issues with attachments right now. If you are having problems downloading our toolkit, please contact me and I will get you a copy. Thanks!


Marcus fixed the problem so you should be able to download the toolkit attachments from the forum.
Aaron Sherrick
BV Commerce
Toll-free 888-665-8637 - Int'l +1 717-220-0012
dan @ HYAS
#63 Posted : Friday, February 8, 2013 9:24:25 PM(UTC)
dan @ HYAS

Rank: Member

Joined: 1/28/2013(UTC)
Posts: 77
United States
Location: Midlothian, TX

Aaron:

What is the best or easiest way to merge my Web.config file with the one that comes with the toolkit?

Thanks
Aaron
#64 Posted : Saturday, February 9, 2013 4:12:59 PM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,381
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
Originally Posted by: dan @ HYAS Go to Quoted Post
What is the best or easiest way to merge my Web.config file with the one that comes with the toolkit?


Very carefully. :)

In all seriousness you should probably use a comparison tool like Beyond Compare.
Aaron Sherrick
BV Commerce
Toll-free 888-665-8637 - Int'l +1 717-220-0012
dan @ HYAS
#65 Posted : Saturday, February 9, 2013 8:06:44 PM(UTC)
dan @ HYAS

Rank: Member

Joined: 1/28/2013(UTC)
Posts: 77
United States
Location: Midlothian, TX

That is what i thought. just making sure.
dan @ HYAS
#66 Posted : Wednesday, February 20, 2013 10:41:19 PM(UTC)
dan @ HYAS

Rank: Member

Joined: 1/28/2013(UTC)
Posts: 77
United States
Location: Midlothian, TX

Aaron:

Working on getting your Toolkit installed.

I got the web file merged and all the files uploaded.

Selected Develisys One Page Checkout and when i attempt to check out i'm getting this error when going to the checkout page.



Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30455: Argument not specified for parameter 'allCats' of 'Public Shared Function BuildUrlForCategory(c As BVSoftware.Bvc5.Core.Catalog.Category, p As System.Web.UI.Page, allCats As System.Collections.ObjectModel.Collection(Of BVSoftware.Bvc5.Core.Catalog.Category)) As String'.

Source Error:


Line 422: If c IsNot Nothing Then
Line 423: If c.Bvin <> String.Empty Then
Line 424: destination = Utilities.UrlRewriter.BuildUrlForCategory(c, Me.Page)
Line 425: End If
Line 426: End If


Source File: C:\inetpub\wwwroot\holidayyardart\BVModules\Checkouts\Develisys One Page Checkout\Checkout.aspx.vb Line: 424
dan @ HYAS
#67 Posted : Wednesday, February 20, 2013 10:59:30 PM(UTC)
dan @ HYAS

Rank: Member

Joined: 1/28/2013(UTC)
Posts: 77
United States
Location: Midlothian, TX

I'm also not finding the Order Status page your refer to for customer to look up their order.

Should that have been in the zip file or was it an existing page?
Aaron
#68 Posted : Thursday, February 21, 2013 9:18:09 AM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,381
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
Dan,

It looks like when we did the forum migration only the first attachment in a post was retained. In the case of our toolkit, only the original version for pre-5.7 was posted. I just added version 2.0 for 5.7.1 and above. Sorry about that!
Aaron Sherrick
BV Commerce
Toll-free 888-665-8637 - Int'l +1 717-220-0012
dan @ HYAS
#69 Posted : Thursday, February 21, 2013 9:40:22 AM(UTC)
dan @ HYAS

Rank: Member

Joined: 1/28/2013(UTC)
Posts: 77
United States
Location: Midlothian, TX

Ok, will download it tonight and give it a try.

Thanks
dan @ HYAS
#70 Posted : Saturday, February 23, 2013 1:42:58 AM(UTC)
dan @ HYAS

Rank: Member

Joined: 1/28/2013(UTC)
Posts: 77
United States
Location: Midlothian, TX

Ok, got your One Page Checkout installed and working.

But, now when i click place order I'm getting this error bellow. It is happening when using credit card or phone in payment method.

Any ideas?




Server Error in '/holidayyardart' Application.
BVSoftware.Cryptography.AesEncryption: Index was outside the bounds of the array.
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.ArgumentException: BVSoftware.Cryptography.AesEncryption: Index was outside the bounds of the array.

Source Error:


Line 174:
Line 175: If found Then
Line 176: o.AddPayment(p)
Line 177: End If
Line 178:


Source File: C:\inetpub\wwwroot\holidayyardart\BVModules\Controls\Payment.ascx.vb Line: 176

Stack Trace:


[ArgumentException: BVSoftware.Cryptography.AesEncryption: Index was outside the bounds of the array.]
BVSoftware.Cryptography.AesEncryption.Encode(String message, String key) in c:\workspaces\cupertino\bvcommerce\Main\App\source\BVSoftware.Cryptography\AesEncryption.cs:47
BVSoftware.Bvc5.Core.Utilities.Cryptography.PciEncryption.Encode(String plainText, String salt) in C:\workspaces\cupertino\bvcommerce\Main\App\source\BVSoftware.Bvc5.Core\Utilities\Cryptography\PciEncryption.vb:54
BVSoftware.Bvc5.Core.Orders.Mapper.AddParametersToRequest(OrderPayment n, DataRequest request) in C:\workspaces\cupertino\bvcommerce\Main\App\source\BVSoftware.Bvc5.Core\Orders\OrderPayment.vb:435
BVSoftware.Bvc5.Core.Orders.Mapper.Insert(OrderPayment n) in C:\workspaces\cupertino\bvcommerce\Main\App\source\BVSoftware.Bvc5.Core\Orders\OrderPayment.vb:409
BVSoftware.Bvc5.Core.Orders.Order.AddPayment(OrderPayment op) in C:\workspaces\cupertino\bvcommerce\Main\App\source\BVSoftware.Bvc5.Core\Orders\Order.vb:873
BVModules_Controls_Payment.SavePaymentInfo(Order o) in C:\inetpub\wwwroot\holidayyardart\BVModules\Controls\Payment.ascx.vb:176
BVModules_Checkouts_Develisys_One_Page_Checkout.btnSubmit_Click(Object sender, ImageClickEventArgs e) in C:\inetpub\wwwroot\holidayyardart\BVModules\Checkouts\Develisys One Page Checkout\Checkout.aspx.vb:346
System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +98
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +161
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981

dan @ HYAS
#71 Posted : Saturday, February 23, 2013 1:49:36 AM(UTC)
dan @ HYAS

Rank: Member

Joined: 1/28/2013(UTC)
Posts: 77
United States
Location: Midlothian, TX

I switched back to the BV one page check out and still getting the same error
dan @ HYAS
#72 Posted : Sunday, February 24, 2013 9:19:31 AM(UTC)
dan @ HYAS

Rank: Member

Joined: 1/28/2013(UTC)
Posts: 77
United States
Location: Midlothian, TX

Disregard above error. It appears to be something to do with the Localhost site. The live site is working fine.
Aaron
#73 Posted : Sunday, February 24, 2013 7:32:34 PM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,381
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
Dan,

It looks like there could be a permission problem on your local machine. Check the /bin folder to make sure that the encryption files were created (bvkeym.config and bvkeys.config). If not, I'm guessing that the website does not have proper write permissions.
Aaron Sherrick
BV Commerce
Toll-free 888-665-8637 - Int'l +1 717-220-0012
4 Pages<<<234
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.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012