After installing in my new PHP 7.4 box (composer create-project slim/slim-skeleton:dev-master ta-api) and visiting the URL (https://my-domain.com/ta-api/public) I get the next JSON error message:
{
“statusCode”: 500,
“error”: {
“type”: “SERVER_ERROR”,
“description”: “ERROR: Module ‘sqlite3’ already loaded on line 0 in file Unknown.”
}
}
Sorry, didn’t get a notification about your’re answer.
Strange, would suggest the same as @odan, but i am surprised you’re not getting the error with the sample script.