Been running Xibo for quite some time, however xibo has stopped working. Cant add new displays, and old displays are not updating. Saving the configuration for Xibo results in;
Status
Client found response content type of ‘text/html; charset=UTF-8’, but expected ‘text/xml’.
The request failed with an empty response.
I looked up previous threads where the suggestion was to modify php.ini’s setting (always_populate_raw_post_data = -1 Updated XAMPP - Client Found Response Content Type of ‘TEXT/HTML’) however this makes no difference under php5.6 and this setting is no longer an option under php7+
Thank you for the reply! I’ve been able to resolve this. Logging wasnt showing anything even when debug was turned on, i changed the “server mode” from production to testing and was greeted with logs.
For the benefit of others, after the above changes and this is what the client shows;
Status
Client found response content type of ‘text/html; charset=UTF-8’, but expected ‘text/xml’.
The request failed with the error message:
Fatal error: Uncaught Error: Class 'SoapServer' not found in /usr/local/share/xibo/web/xmds.php:229
Stack trace:
#0 {main}
thrown in /usr/local/share/xibo/web/xmds.php on line 229
–.
As for Xibo itself, there was nothing out of the ordinary on the logs.