After installing the PHP Slim Framework 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.”
}
}
What am I missing?