Hi,
Just found out that our new products page has been blank for a while. All products page and featured page are working.
Any idea what causes this?
Hi,
Just found out that our new products page has been blank for a while. All products page and featured page are working.
Any idea what causes this?
The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan
As usual, a quick search in the Tutorials/FAQs section for "blank page" brings up the best starting point for obtaining your answer: https://www.zen-cart.com/tutorials/index.php?article=82
.
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.
Hi,
Thanks for your help. Is there somewhere to turn on the debug tool in the admin? Assuming that it is always turned on by default, there is no log file related to this problem in cache folder. Tried displaying it on the screen but there is no error message except the warning "Strict Error Reporting Is On".
The other related problem is that Show New Products on Main Page is turned on but it is not showing. Any idea?
The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan
Technically, that's not a blank page. It's just that your center column content is missing, and that usually won't trigger the error utility.
Your center column is dying right after the sorter. In a stock Zencart installation, the next items on that page are:
<br class="clearBoth" />
<div id="newProductsDefaultListingTopNumber" class="navSplitPagesResult back">Displaying <strong>1</strong> to <strong>10</strong> (of <strong>126</strong> new products)</div>
You might want to check tpl_products_new_default.php for errors.
Hi
Thanks for your help. Looked into that file but still couldn't figure out what the problem is. Haven't done any customization lately. We are using single listing template which was working well when we installed it.
The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan
Maybe you have no products which fit the "new" criteria? https://www.zen-cart.com/tutorials/index.php?article=3
.
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.