ConLib:Custom/OnePageCheckout Error after Upgrading to 7.0.6

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
scooter85
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 50
Joined: Wed Apr 15, 2009 2:41 pm

ConLib:Custom/OnePageCheckout Error after Upgrading to 7.0.6

Post by scooter85 » Fri Nov 19, 2010 8:39 am

Ran into an error after upgrading our site Nov. 17th. Thought everything was running correctly placed a test order from my login and it worked fine. But we started getting calls and emails with error messages when people were trying to place an order. Come to find out it was when someone was not logged in or a new customer that selected product then hit the checkout button this error message would come on the screen.

[[ConLib:Custom/OnePageCheckout]] d:\hcsites\NetVision\dcccrafts\dcccrafts.com\www\shop\ConLib\Custom\OnePageCheckout.ascx.cs(1268): error CS1501: No overload for method 'Migrate' takes '3' arguments

Our service provider's computer tech took out the third Migrate in the quotes on line 1268 and you can complete the order now but after you hit the send order button and it brings up your account information it doesn't show the customer any order information for this order. But it does show the order in the backend just fine. And I did receive an order confirmation in my email, which did tell me that I should be able to open my account information and see my order details but I could not. My account area said I had no recent orders. So after being logged in I placed another order under that new account and it did show up in my account area like it was supposed to. Let me know if you need any further information on this problem.

Thanks,
Scott

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: ConLib:Custom/OnePageCheckout Error after Upgrading to 7.0.6

Post by AbleMods » Sat Nov 20, 2010 5:52 am

scooter85 wrote:[[ConLib:Custom/OnePageCheckout]] d:\hcsites\NetVision\dcccrafts\dcccrafts.com\www\shop\ConLib\Custom\OnePageCheckout.ascx.cs(1268): error CS1501: No overload for method 'Migrate' takes '3' arguments
It appears you are running a customized version of the OPC user control given it's located in the /ConLib/Custom/ folder. When you did your upgrade, the original file in /ConLib/ was replaced with a newer version, however the upgrade cannot make changes to your custom version.

You'll need to integrate your modifications into the new OPC user control found in the /ConLib/ folder and then save it to the /ConLib/Custom/ folder.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
s_ismail
Commander (CMDR)
Commander (CMDR)
Posts: 162
Joined: Mon Nov 09, 2009 12:20 am
Contact:

Re: ConLib:Custom/OnePageCheckout Error after Upgrading to 7.0.6

Post by s_ismail » Tue Nov 23, 2010 6:11 am

scooter85 wrote: [[ConLib:Custom/OnePageCheckout]] d:\hcsites\NetVision\dcccrafts\dcccrafts.com\www\shop\ConLib\Custom\OnePageCheckout.ascx.cs(1268): error CS1501: No overload for method 'Migrate' takes '3' arguments
You may use any tool(e-g Win Merge) to compare both files in your Custom/OnePageCheckout Control and upgraded OnePageCheckout Control then merge the changes into your existing Custom/OnePageCheckout Control but make sure you have backup of original files.

Post Reply