Re: HELP: Clicking Checkout produces a blank page

Posts: 964
Joined: 08/14/2007
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.

It could be anything. It's a fatal error of some kind and the only way you'll be able to tell which error, is to add this code to the top of your index.php file:

<?php
error_reporting
(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
?>

After that you'll need to look at the error that shows up, and from there it'll be easier to diagnose the issue.

--

"Pain don't hurt." - Dalton

Mike Nelson's RiffTrax! www.rifftrax.com

HELP: Clicking Checkout produces a blank page By: somatics (9 replies) Sun, 02/10/2008 - 12:38