Zorro67 Posted May 18, 2008 Share Posted May 18, 2008 Hi all, Need a spot of help. have been making some changes to order forms and products in my V3.6.0 site. Not sure when this error occurred, as my last couple of order were admin created, but it was working at least until the last 2 days Using the cart system, and when i have a full cart (with or without a promo code), when I hit the "Complete Order" button, from /cart.php?a=checkout, I hit a blank page. The obvious error was that I had modded (and inserted some sort of error) into my viewcart.tpl file. However, i recopied a backup version of the text, and still get the same error. Tried inserting {debug} in my header, but don't even get the variables page after I hit the order button. Any suggestions? 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted May 19, 2008 Author Share Posted May 19, 2008 Guys, just a repsonse to a ticket on this. The response didn't solve the problem, but it did tell me how to solve it myself, so its worth posting. When you get a blank page, navigate to your configuration.php file, insert the following code, save the file, and then refresh your blank page. $display_errors="on"; You should now see what's causing your blank page error. After resolving your issue, don't forget to remove the inserted code line. Cheers 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.