Finding the errors causing blank pages: https://www.zen-cart.com/tutorials/index.php?article=82
Finding the errors causing blank pages: 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.
Well see, it not all the pages that are going blank. The Contact Us Page just completely gets rid of all buttons, and the Products Pages are completely gone.
Also, seems it may be the template causing the buttons to display wrong... I tried a different one, and they show up perfect.![]()
What templete are you using? I am using Future zen.
I was using mostleygrey, then decided to just start from scratch off off the Default Template...
I DID figure out that to get the normal buttons to display in FF the same as the input buttons I had to remove this from the css_button stylesheet:
That wasn't a problem with the Apple Zen template but it was for the Default...td .cssButton, td .cssButtonHover{
/* prevents buttons taking the full width of table cells */
display: inline;
}
What got me in trouble here (and caused blank pages) was the fact that these files:
includes/functions/extra_definitions/css_buttons.php
includes/functions/languages/english/extra_definitions/css_buttons_popups.php
...are in a folder called catalog- you have to make sure to upload them to the right place and not just upload the catalogue folder.
I have 3 quick questions.1) Does this mod work with ZC 1.3.8a?I ask because I tried to install and had to uninstall because it did not function correctly. I assume that I made an error in the install process, but I am not sure. Below are the errors that occurred:
2) If the mod does work in ZC 1.3.8a, are we to use the html_output-138.php file (renaming it to html_output.php) found in the extra directory instead of modifying our html_output.php (found in our site's includes/functions/) as noted in the readme.txt file?
3) Are there any known conflicts with other mods? Please see below list of the mods I am using on my site.1) I could not turn off the CSS buttons (“admin :: Configuration :: Layout Settings :: CSS Buttons”)Thanks for any answers,
2) The buttons were red.
3) I did not have in admin css-buttons: (“admin :: Configuration” (at the bottom))
Sawhorse
I may have an answer to one of my own questions.
Question # 3) I did not have in admin css-buttons: (“admin :: Configuration” (at the bottom))
That could be because I did not give myself admin control of it in Admin Profiles.
Sawhorse