When I checking the errors in error_log it showing the error
[10-Apr-2019 03:35:52 UTC] PHP Warning: file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /…/status.php on line 125
[10-Apr-2019 03:35:52 UTC] PHP Warning: file_get_contents(l): failed to open stream: no suitable wrapper could be found in /…/status.php on line 125
[10-Apr-2019 03:35:52 UTC] PHP Fatal error: Uncaught Exception: String could not be parsed as XML in /…/status.php:126
Stack trace: #0 /…/status.php(126): SimpleXMLElement->__construct(’’) #1 {main}
thrown in /…/status.php on line 126
You have to show us the code and tell us what you are trying to do so that someone can help you.
I have never worked with PHP but I googled the error and I found this:
But I’m not sure if this is what you are talking about …