VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: oldrock on February 07, 2008, 20:18:15 PM

Title: [UNDER REVIEW] Can't get to Checkout
Post by: oldrock on February 07, 2008, 20:18:15 PM
When I click on Checkout I get a "cannot display page" error at:
[baseurl].index.php?page=checkout.index&ssl_redirect=1&option=com_virtuemart&Itemid=62

I've tried various settings for SecureURL, including setting it to both https://[baseurl] and http://[baseurl].  I've also tried it with "checkout" set and cleared in "Shop areas which must use HTTPS".  It makes no difference.

I'm using VirtueMart 1.1 revision 1223 (Feb6); Joomla 1.5 Stable; mysql Ver 12.22 Distrib 4.0.16; PHP 4.4.1; FreeBSD 4.11 stable.  I have PayPal payments set.

Any suggestions?
Thanks.
Title: Re: [UNDER REVIEW] Can't get to Checkout
Post by: amwhite2008 on February 09, 2008, 11:06:38 AM
Ive got the same problem here - testing URL is www.component-warehouse.co.uk/new_site
Title: Re: [UNDER REVIEW] Can't get to Checkout
Post by: aravot on February 09, 2008, 17:42:16 PM
Just a note, this might take sometime to test because I need to setup a site with SSL
Title: Re: [UNDER REVIEW] Can't get to Checkout
Post by: oldrock on February 09, 2008, 21:29:39 PM
Thanks.  Note that I tried setting the SecureURL to http:[domain.com] (no SSL) and got the same result.  Do I need SSL just to hand off to PayPal for payment processing?
Title: Re: [RESOLVED] Can't get to Checkout
Post by: oldrock on February 11, 2008, 22:49:36 PM
Today I was able to get it to work.  It appears that problem was a missing trailing / on the SecureURL.  I had tried it both ways before without success, but it may have been on an earlier version, or I may have changed something else in the meantime. 

I've set SecureURL to http://[baseurl]/.  It won't work with https://[baseurl]/ because I don't have a current security certificate on my development website.