Help with Inductive troubleshooting?
-
I am trying to solve a problem with a site I support, and need a new approach. Detailed reasoning at the end.
What kind of code would you need to write (or coding error would you need to make) to cause the front-end of a WordPress installation to be the Blank White page? Required conditions: no plugins enabled, 2019 theme. WP_DEBUG is enabled; no error messages in php.log, debug.log, or Apache error.log.
Answers might help me in two ways.
One: I could then follow my former partner’s approach (see below), and go looking for that code.
Two: Currently, the files and database that fail on the live site work great in my test environment. So, I could try you answer in my test environment. If it fails the same way, I could work in my test environment to develop methods to get error messages that I can look at. Then move those methods to the live site, and with some luck, see some kind of fault information that would give me a clue.
Explanation:
25 some years ago, I had a business partner, who, like me, was at the expert level at troubleshooting O/S kernel and device driver problems in two now-obscure operating systems called VMS and RSX-11m. I leaned toward a deductive approach, working backward from the core dump toward the logical error that caused the crash. He leaned toward an inductive method, studying the symptoms and nature of the crash, and then asking himself ‘what code would I need to write that would cause this kind of failure?’. Or what coding error, if you prefer. Then he would look for that code. In partnership, we were never stumped.So, I have a tough ‘blank screen’ problem; you can read about it here. But that is not essential to my question. Unfortunately, at the moment, my PHP coding is just a little past ‘Hello, World’. (Most of my work is not with WordPress.) So this is a question I cannot answer on my own, at least not yet.
Thanks for any insight you can give.
The topic ‘Help with Inductive troubleshooting?’ is closed to new replies.