Page 1 of 1

Checkout not working after VM upgrade to 22c

PostPosted: Wed Sep 04, 2013 7:41 am
by marcovanhattem@.....com
Hi,

Now I know that 22c of virtuemart just came out but I tried the upgrade on my localhost and the cart will show as before but when hitting confirm The website encountered an error while retrieving http://localhost/index.php?option=com_v ... k=checkout. It may be down for maintenance or configured incorrectly.
Reload this webpage.
Press the reload button to resubmit the data needed to load the page.
Error code: 500

I Unpublished one page checkout and just use native checkout and all is working on 22c

Re: Checkout not working after VM upgrade to 22c

PostPosted: Wed Sep 04, 2013 9:50 am
by joomla@.....de
Indeed i have the same issue. For the moment i install the VM-build 2.0.22b over the 22c (with the J!Installer) to restore this older version - now it works again.
I wait for a new Build of OPC an then i update to 2.0.22c

Re: Checkout not working after VM upgrade to 22c

PostPosted: Wed Sep 04, 2013 1:19 pm
by admin
hello, we did a quick fix for now, you can do this:

Hello, please update:
\components\com_onepage\overrides\cart_override.php

and comment:
Code: Select all
public static $_triesValidateCoupon;

and
Code: Select all
self::$_triesValidateCoupon=0;

so they look like this:
Code: Select all
//public static $_triesValidateCoupon;

and
Code: Select all
//self::$_triesValidateCoupon=0;

The issue is caused by a changed variable scope within the latest vm release in 2.0.22c and will be available in OPC version 2.0.195

We will release an update for this ASAP.

Best Regards,
Stan

Re: Checkout not working after VM upgrade to 22c

PostPosted: Thu Sep 05, 2013 9:33 am
by marcovanhattem@.....com
Thanks Stan, that worked, will wait for the 195 release before doing my live site tho.

cheers
Marco

Re: Checkout not working after VM upgrade to 22c

PostPosted: Thu Sep 05, 2013 11:54 am
by info@.....it
Marco, it's already online.
Check this page
http://www.rupostel.com/index.php?optio ... =downloads

Re: Checkout not working after VM upgrade to 22c

PostPosted: Wed Sep 18, 2013 6:18 pm
by admin
also pls note that for awo latest version support it is recommended to use opc 2.0.197.
best regards,
stan