Hello - For some reason when you go to click on checkout the header, left column and footer stay but the middle goes blank. Does anyone know why this would be happening? Please let me know. Thanks!
Hello - For some reason when you go to click on checkout the header, left column and footer stay but the middle goes blank. Does anyone know why this would be happening? Please let me know. Thanks!
If you are speaking about CleverShoppers, it works for me.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
No I am speaking about a test site
Something you've done has caused a PHP error.
Troubleshooting blank pages: https://www.zen-cart.com/tutorials/index.php?article=82 ... esp part 2(a).
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Well, you're a lot more familiar with all the changes you've made to all the files on your site than I am ... so ... unless you care to enumerate every change you've made to every file anywhere in the code, you're better off using the supplied tool which will point you to the exact place where the error/errors are occurring.
In my opinion using the supplied tool is much faster and more efficient. I'm really not that good with guessing what you might have changed ...
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Alright I will give it a go. Thanks for all of yalls input!
Alright, the tool brought up my errors. I would rather not post them on here as it would breach security but how could I solve these problems cause they don't mean much to me.
Here is the public version of what test errors came back.
PHP Warning: require(tpl_checkout_default.php): failed to open stream: No such file or directory in tpl_main_page.php on line 128
PHP Warning: require(tpl_checkout_default.php): failed to open stream: No such file or directory in tpl_main_page.php on line 128
PHP Fatal error: require(): Failed opening required 'includes/templates/template_default/templates/tpl_checkout_default.php' in tpl_main_page.php on line 128
all that line 128 reads is:
Does anyone understand why this would be causing a problem?<?php
/**
* prepares and displays center column
*
*/
require($body_code); ?>
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.