Posted - 10/19/2018 : 12:39:21
Folks, this is just FYI in case anyone else sees this issue in the future.
This morning our PHP store displayed "Sorry, this product is not currently available" whenever visitors tried to open any of the product detail (proddetail.php) pages.
A check of the 'error_log' file on our web host showed repeated failed attempts to open this file with an incorrect path that included 'wsadmin' instead of the expected 'vsadmin'.
We downloaded every file on the live site to search for an instance of 'wsadmin' for fear that someone uploaded a file with a one character typo, but found none.
We then opened a trouble ticket with the web hosting company, who promptly fixed the issue and entered the following on our trouble ticket.
Not sure why that happens, somehow the include paths in memory get messed up, no idea why but we have seen it before and are slowly building a body of evidence to research more. Restarting PHP solves it. Restarting PHP isn't something you can do yourself, but if there's a recurrence I think if you change your PHP version in the control panel it will have the same effect. Do let us know though, as we want to know what's going on. Thanks.
Again, this is just FYI, in case anyone else encounters these sorts of errors in the future.
It would be interesting to know the root cause at the web host once found.
Edited by - pauld on 10/22/2018 16:27:22
|