The service experienced a series of PHP errors indicating there are issues with database connectivity.
| Severity | Message | File | Line Number |
|---|---|---|---|
| Warning | mysqli::real_connect(): php_network_getaddresses: getaddrinfo failed: Name or service not known | mysqli/mysqli_driver.php | 201 |
| Warning | (HY000/2002): php_network_getaddresses: getaddrinfo failed: Name or service not known | mysqli/mysqli_driver.php | 201 |
| Warning | Cannot modify header information - headers already sent by | core/Common.php | 573 |
| Error | Unable to connect to your database server using the provided settings. | controllers/Front.php | 8 |
The errors suggest that the service is currently unable to establish a connection to the database due to network address issues, which often indicates a misconfiguration in the database settings or an inability to resolve the database hostname. It’s recommended to review the database configuration settings and network connectivity to ensure proper service functioning.