VirtueMart Forum

VirtueMart 1.1.x [ Old version - no longer supported ] => Payment VM 1.1 => Authorize.net VM 1 => Topic started by: Vigilante on November 27, 2009, 22:54:18 PM

Title: Checkout button goes to blank page
Post by: Vigilante on November 27, 2009, 22:54:18 PM
I've got a new install of VM 1.1.4 and 1.5.14 Joomla. Authorize.net is setup and I have my API and Trans keys. I setup those into VM. All is good and everything "works" up to the point where they view the shopping cart and click "Checkout", all that happens is the page turns blank with this URL in the browser:

http://**removed**/Go-through-checkout-process.html?redirected=1

The page is blank white and there is no source code at all, nothing happens. I've looked through settings everywhere but I can't find the issue. What is supposed to happen here? Does the "redirected=1" mean it is supposed to go to Authorize.net to the secure URL in the settings which is "secure.authorize.net"? Or what? It leaves me no errors, no javascript errors, no server or php errors, I just don't know what's going on. Is there something more to setup on Authorize.net merchant settings?

Any ideas?
Title: Re: Checkout button goes to blank page
Post by: salobon on November 27, 2009, 23:26:15 PM
Do you get same page if you get SEFurls turned off?
What is the full url of the blank page (not SEFurl)?
Title: Re: Checkout button goes to blank page
Post by: Vigilante on November 28, 2009, 16:16:50 PM
I don't know what the URL would be, it is built in to VM, I can't look up what the page is, to my knowledge.
The whole site runs with SEF URLs, wouldn't it cause issues to turn that off, even for testing? Besides, I'm not turning off SEF for the whole site just to make one component work. I just need to know what should happen here, what other people's checkout buttons do, or where the page is supposed to go.
Title: Re: Checkout button goes to blank page
Post by: Vigilante on November 28, 2009, 16:19:23 PM
OK the non SEF URL is:

http://**removed**/index.php?page=checkout.index&ssl_redirect=1&option=com_virtuemart&Itemid=562
Title: Re: Checkout button goes to blank page
Post by: salobon on November 28, 2009, 21:20:19 PM
Try to go to checkout while you are logged in and logged out. And tell the results.
When you look through your store items, what itemId do you see in url address? is it 562 as in checkout url that you posted above?
Title: Re: Checkout button goes to blank page
Post by: Vigilante on November 29, 2009, 00:05:29 AM
There are about 22 items in the store, nothing goes up to ID 562. And it looks like that ID is in the URL no matter how many products are in the cart or what quantities. The URL remains the same.
I tried it on multiple computers and browsers, logged in and out, same results.
Title: Re: Checkout button goes to blank page
Post by: salobon on November 29, 2009, 06:06:36 AM
try checking your file permissions for folder:
/administrator/components/com_virtuemart/html
maybe that is the problem
and would be good to check all permissions for virtuemart component in both /administrator/components/ folder and /components/ folder
Title: Re: Checkout button goes to blank page
Post by: Vigilante on November 29, 2009, 08:42:30 AM
OK, here is what I've done so far.
I tried the SEF URLs, turned all that off, I had sh404sef installed so I got rid of that, deleted cache, etc... Once all that was done, it still didn't work, at all, even with no URL conversions going on.

Finally I gave up and uninstalled the whole dang cart. Removed all orphan files, folders, and database tables. Made sure there was nothing left. Then I reinstalled again from a fresh download, set the basic settings, created one product and category, and got the SAME thing again! Just white page, no errors, no clues, no checkout. GARRRR!

And last I changed the permissions on those folders, no change.

Thanks for the help so far, I hope we can get this fixed. I suppose the problem goes deeper than the component, maybe it's some random Joomla setting? Another component?
Note that I have another Joomla site with VM on the same shared hosting server and that one works, so it's likely NOT something with the server or PHP settings, etc...
Title: Re: Checkout button goes to blank page
Post by: Mister Paul on January 10, 2010, 12:39:36 PM
Hi...

Did you managed it ?
Did you you find the solution ?

I have the same problem...

Thanks
Paul
Title: Re: Checkout button goes to blank page
Post by: oskaraz on January 10, 2010, 13:19:58 PM
I have similar problem, but if i reinstalling VM , nothing changes - checkout is not working. Working only firs step. Why ??? i check more time, from different computer - no result
Title: Re: Checkout button goes to blank page
Post by: oskaraz on January 10, 2010, 18:11:14 PM
maybe this problem from Joomfish ????  please help.........
Title: Re: Checkout button goes to blank page
Post by: Mister Paul on January 10, 2010, 19:30:45 PM
Look at this post : it seems to work perfectly for me :
http://forum.virtuemart.net/index.php?topic=34989.msg203616#msg203616
Title: Re: Checkout button goes to blank page
Post by: jehanon on April 21, 2010, 11:47:15 AM
same problem here , I get a blank page
Title: Re: Checkout button goes to blank page
Post by: upmm019 on October 25, 2010, 03:30:33 AM
What is the blank page solution?

I get it on my product details, product info, and shopping cart pages.
Title: Re: Checkout button goes to blank page
Post by: offman on April 16, 2011, 16:51:47 PM
del -> $href = $sess->url( $_SERVER['PHP_SELF'].'?page=checkout.index&ssl_redirect=1', true);
                $href2 = $sess->url( $mm_action_url . "/index2.php?page=checkout.index&ssl_redirect=1", true);

and add-> $href = 'your link';