Crkva sv. Marija
The service is currently experiencing a database connection error, specifically with the MySQL adapter. This issue relates to the adapter 'mysql' being unavailable, which is crucial for establishing a successful connection to the database.
The primary cause of this error is linked to the configuration and availability of the necessary database environment. It appears that the MySQL adapter needed to facilitate database interactions is not correctly set up or supported in the current environment.
Accompanying the database connection error, several warnings have been generated, indicating problems with session handling:
| Warning Type | Description |
|---|---|
| Session Write Close Error | The attempt to close the session write was unsuccessful because it hit a recursive call. |
| Session Save Handler Error | The session data could not be written due to a failed call to a user-defined save handler, leading to further issues. |
These issues can lead to a disruption in user experiences, as the inability to handle sessions properly means users may lose context or face difficulties in maintaining their session states. It is essential for the service to resolve the database connection issue promptly to restore normal functionality.
To address the database connection error and associated warnings, it is recommended to: