Zen Version: 1.5.8a
PHP Version: 7.4.33

Website (Konaraw.Org) has been working for quite some time. Owner asked me to turn off some of the Customer Details like asking foo customers address and so on. Customers pay by check which they bring with them, so we don't need to collect that. I believe the last thing I was disabling had to do with COUNTRY and a dropdown box? but can't remember.

I went to Admin/Configuration/Customer Details and starting at the top, turned off some address items. All of a sudden, the bottom of the page went blank and the right-hand EDIT sidebar disappeared. The page now looks like this:

Name:  admin.jpg
Views: 85
Size:  12.1 KB

I looked in the host access and error logs and don't see any issue. I cleared browser cache. I have uploaded a fresh copy of 1.5.8a over the existing files. I believe all the items have been overwritten and still have that same issue.

The last lines of code on the page are:

<td class="dataTableContent">false</td>
<td class="dataTableContent text-right">
<a href="https://www.konaraw.org/store/*************/index.php?cmd=configuration&amp;gID=5&amp;cID=133" id="link_ACCOUNT_STATE_DRAW_INITIAL_DROPDOWN"><img src="images/icon_info.gif" alt="Info" title="Info"></a>&nbsp;</td>
</tr>


I am wordering if perhaps something in the database got corrupted?

I created a new user at the store homepage and it looks as though he is asked for the information that is not shown on the blank part of the posted page here. So Admin can't see the configuration items but they are still active, so I guess just a rendering issue.

As I was not making code changes but just turning off a few items, I did not back up the database or store files, so I can't just restore a current copy from earlier today.