Updated links for help:
headers being previously sent: https://docs.zen-cart.com/user/troub..._already_sent/
blank screen or partial blank screen: https://docs.zen-cart.com/user/troub...ng/blank_page/
Please update your bookmarks.
Printable View
Updated links for help:
headers being previously sent: https://docs.zen-cart.com/user/troub..._already_sent/
blank screen or partial blank screen: https://docs.zen-cart.com/user/troub...ng/blank_page/
Please update your bookmarks.
These are very popular pages and many people add them to their browser bookmarks. (They are called Bookmarks in Chrome, other browsers use different terms, but they are saved URLs.)
Lost subcategories listing in categories pages.
URL: https://theaquablock.com/
all products display properly.
I installed a few addons, not sure which one broke it, but any advice on where to start would be much appreciated.
Switching to stock template and all work as intended.
New Addons include:
CSS/JS Loader
One Page Checkout
Better Together
Thanks in advance
Jeff
Have a look on your site in the log directory (home directory/logs). You should find an error file that will give you more information about what went wrong and where.
yes, some other issues i am working on but noting to do with this issue.
Jeff
What you have is a partial blank page that dies right after placing the main category heading on the page.
Hopefully, https://docs.zen-cart.com/user/troub...ng/blank_page/ can help. You will probably see it correct itself if you changed to responsive_classic for testing.
A WAG is that the better together might be the culprit as it addresses cats and sub-cats. Might want to remove and reinstall to check the installation.
Better Together does not modify the category structure of your cart.
Hence the WAG tag.:smartalec:
So switching templates does correct the issue and it appears there was an error log file relative to this issue.
The error:PHP Fatal error: Uncaught Error: Cannot use string offset as an array in /home/xxx/public_html/includes/modules/responsive_sheffield_blue/category_row.php:41
The line:
So would this be an issue with Loader addon?Code:$list_box_contents[$row][$col] = array('params' => 'class="categoryListBoxContents"' . ' ' . 'style="width:' . $col_width . '%;"',
'text' => '<div class="common-wrap"><a href="' . zen_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . zen_image(DIR_WS_IMAGES . $categories->fields['categories_image'], $categories->fields['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br />' . $categories->fields['categories_name'] . '</a></div>');