Today for the first time, all of the PHP files on my website that use mysqli to interact with a MySQL database started showing this warning at the top of the page:
Warning: mysqli::mysqli(): Headers and client library minor version mismatch. Headers:50173 Library:50531 in /home/theprog2/public_html/index.php on line 9
Normally I would say that this is my fault, but considering that the PHP files have worked for the past month with only minor modifications made from time to time, I believe that this is an x10Hosting problem. My website runs on the xo3 server. I have been able to temporarily stop the problem by adding "ini_set("display_errors", "0");" to all of my code, but I do not like to do this and would like to have the issue resolved. Any suggestions about what to about this?
Warning: mysqli::mysqli(): Headers and client library minor version mismatch. Headers:50173 Library:50531 in /home/theprog2/public_html/index.php on line 9
Normally I would say that this is my fault, but considering that the PHP files have worked for the past month with only minor modifications made from time to time, I believe that this is an x10Hosting problem. My website runs on the xo3 server. I have been able to temporarily stop the problem by adding "ini_set("display_errors", "0");" to all of my code, but I do not like to do this and would like to have the issue resolved. Any suggestions about what to about this?