Re: Missing Page Information
The symptoms you're describing are partial whitepages. That implies that the template portion of the page's output started but hit a PHP error and stopped.
Check the site's /logs directory for files named myDEBUG*.log; they'll identify what went wrong and in what file.
Re: Missing Page Information
Thanks for the reply lat9,
File size of the myDEBUG took a big jump on 13-Jun-2023 03:26:50 UTC
Never done this before. Is it the PHP Warning: callouts that I am looking for?
Re: Missing Page Information
It's the PHP Errors logged that will be the source of the partial white-screen, but normally the PHP Warnings are harbingers of doom!
Re: Missing Page Information
I wanted to include in my original post, but forgot, that if I switch to a different template in the admin, everything appears as expected.
The site is running on Westminster New.
Re: Missing Page Information
Quote:
Originally Posted by
chrxbhj
I wanted to include in my original post, but forgot, that if I switch to a different template in the admin, everything appears as expected.
The site is running on Westminster New.
That's not a big surprise to me. Check to see that your webhost didn't "help you" by upgrading the site's PHP version (Tools :: Server/Version Info in the admin). Zen Cart 1.5.5 (and especially templates of that era) will choke on PHP versions higher than 5.6 without a lot of care & feeding.
Re: Missing Page Information
lat9, this actually ties-in to the UPS XML issue we are currently dealing with...
Just found out my hosting company accidentally updated the php version for this domain to 7.4. I just called to check and they set it back within the range for ZC 1.5.5. All pages are displaying fine now.
I have a sub-domain going on this server, where I am building a ZC 1.5.7 site, so I can run the UPS XML plugin. Both domains were accidentally set to php 7.4.
Thank you for your time and that is the story. And thank you also your efforts with the UPS XML plugin!