Page 1 of 1

ConLib:Custom/OnePageCheckout Error after Upgrading to 7.0.6

Posted: Fri Nov 19, 2010 8:39 am
by scooter85
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

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

Posted: Sat Nov 20, 2010 5:52 am
by AbleMods
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.

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

Posted: Tue Nov 23, 2010 6:11 am
by s_ismail
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.