steward dondi Posted February 20, 2008 Posted February 20, 2008 I havent been able to crack this one and no one seems to have posted an answer. When I go to checkout I get a blank page, this is dealing with the checkout_process.php. I've seen people post the same issue but no one has given them an answer. Maybe you know it, thank you for your help. Steward Dondi
maxxxie Posted February 20, 2008 Posted February 20, 2008 I havent been able to crack this one and no one seems to have posted an answer. When I go to checkout I get a blank page, this is dealing with the checkout_process.php. I've seen people post the same issue but no one has given them an answer. Maybe you know it, thank you for your help. Steward Dondi A blank page is often indicative of a PHP error. Common culprits are leading and trailing white spaces (blank characters) either before the opening <?php statement or after the ?> statement. Cheers, Max
andytc Posted February 20, 2008 Posted February 20, 2008 As posted above , there may an error present but the PHP error is not showing on the page. Check that "show errors" is turned on and try the checkout again to see if you get a warning message and this will tell you what the problem is and where to look. I think show errors can beturned off for secuirity reasons , not sure.
andytc Posted February 20, 2008 Posted February 20, 2008 To find out how to show errors or create a log for errors - see link below http://uk.php.net/errorfunc You could enable it temporarily , check the check-out process and then turn off it again.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.