Hello,
In services/hook.php, the TableExists function is deprecated since a very long time.
For actual compatibility, mysqli_query should be use instead.
For instance :
if ($TableExists = mysqli_query('select 1 from glpi_plugin_services_services LIMIT 1'))