I can't find out where to enable debugging in 1.3.9h either.
I can't find out where to enable debugging in 1.3.9h either.
zen-cart-v1.3.9h
As the article says, it's enabled by default.
But your problems appear to be external to that. You're going to need to test each line to find out where things are breaking.
However, I suspect that what you're after isn't the same as what this tool is designed to give you. I fail to see the purpose in what you're doing in the first place.
.
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.
I want to be able to put an iFrame on another web site that displays my product categories outside of my Zen Cart site. I have the categories_single_sidebox.php in my site right now for testing, since I could not get it to work from the other site.
zen-cart-v1.3.9h
OK. When I remove all the code from single_sidebox.php except for the Echo, it runs and finishes. As soon as I add the first line, it hangs. This is what it looks like right now and it hangs:
<?php
echo "Beginning of Single in LynnsFood"
/*
* Determine working directory
*/
$startingDir = getcwd();
?>
zen-cart-v1.3.9h
Got it. Syntax error. Thanks for everything.
zen-cart-v1.3.9h
Glad you got it sorted out.
.
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.
DrByte,
Thanks. Now I have another couple of questions I can't find the answer to. The sidebox is showing on my external website in an iframe, but the style is not following from my Zen Cart site. Also, when I click on the category, it opens the Zen Cart category page inside of the iFrame. I'd like to get the style applied in the iFrame and I'd like to open the category page in a new window when clicked. Should I move this question to another thread?
Thanks again,
Lynn
zen-cart-v1.3.9h
I had left off a semicolon at the end of one of the PHP lines of code.
zen-cart-v1.3.9h