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

Notification

Icon
Error

dcs68
#1 Posted : Wednesday, June 2, 2010 7:08:13 AM(UTC)
dcs68

Rank: Member

Joined: 6/1/2004(UTC)
Posts: 720

Server Error in '/' Application.

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 251: If c IsNot Nothing Then
Line 252: If c.Bvin <> String.Empty Then
Line 253: destination = Utilities.UrlRewriter.BuildUrlForCategory(c, Me.Page)
Line 254: End If
Line 255: End If

Source File: D:\Domains\temp2.yourticketzone.com\wwwroot\BVModules\Checkouts\QuickCheckout\Checkout.aspx.vb Line: 253


Show Detailed Compiler Output:


Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016



Derek Schaaf

http://www.yourticketzone.com

[url=http://www.cmcdds.com][/url]
Aaron
#2 Posted : Wednesday, June 2, 2010 8:08:58 AM(UTC)
Aaron

Rank: Administration

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

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

There was a change to the URL rewriter in 5.7 that breaks the Quick Checkout and other mods. You can always download the Develisys BVC 5 Toolkit which includes our improved version of Cliff's Quick Checkout. Be sure that you download the 5.7 version.
Aaron Sherrick
BV Commerce
Toll-free 888-665-8637 - Int'l +1 717-220-0012
dcs68
#3 Posted : Wednesday, June 2, 2010 8:15:29 AM(UTC)
dcs68

Rank: Member

Joined: 6/1/2004(UTC)
Posts: 720

excellent...thanks Aaron :)



Derek Schaaf

http://www.yourticketzone.com

[url=http://www.cmcdds.com][/url]
dcs68
#4 Posted : Thursday, June 3, 2010 9:02:00 AM(UTC)
dcs68

Rank: Member

Joined: 6/1/2004(UTC)
Posts: 720

Is it possible to modify the Quickcheckout in the meantime to get it to work as I have a fair bit of modification with this plugin and would prefer to keep using it until I implement the Develysis one :)

Thanks,
d.



Derek Schaaf

http://www.yourticketzone.com

[url=http://www.cmcdds.com][/url]
Aaron
#5 Posted : Thursday, June 3, 2010 10:40:55 AM(UTC)
Aaron

Rank: Administration

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

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
Yes, it's possible. You will need to modify the URL rewriter function call for one thing. I'm not sure if there is anything else. Probably the easiest way to fix it is to compare the source code of the Quick Checkout against our checkout (they're pretty similar). Look for the URL rewriter function call and make the appropriate changes.
Aaron Sherrick
BV Commerce
Toll-free 888-665-8637 - Int'l +1 717-220-0012
ttillman
#6 Posted : Friday, June 25, 2010 8:39:21 AM(UTC)
ttillman

Rank: Member

Joined: 4/10/2009(UTC)
Posts: 120
Location: Mechanicsville, VA

Thanks: 3 times
Was thanked: 1 time(s) in 1 post(s)
Change (from your code above)

Utilities.UrlRewriter.BuildUrlForCategory(c, Me.Page)

to

Utilities.UrlRewriter.BuildUrlForCategory(c, Me.Page, Catalog.Category.FindAll())


Voila!


Tim
dcs68
#7 Posted : Friday, June 25, 2010 9:01:01 AM(UTC)
dcs68

Rank: Member

Joined: 6/1/2004(UTC)
Posts: 720

Thanks Tim!



Derek Schaaf

http://www.yourticketzone.com

[url=http://www.cmcdds.com][/url]
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