I am using mssql to connect with drupal but I get an error saying
In your ./sites/default/settings.php file you have configured Drupal to use a sqlsrv server, however your PHP installation currently does not support this database type.
I have been banging my head against a wall for 2 days trying to solve this.
I have a local apache lamp stack using PHP 7.4.3 with apache and virtual hosting turned on.
The site that I am trying to turn twig tweak on with is a Drupal 8.9.13 site. Its essentially a migration from Drupal 7 which I am trying to upgrade to D8. I have gone about the usual things:
I have my site in Drupal 7 and have successfully migrated all the contents to D9 (Can view them properly with all the custom fileds added to them. etc..)
There were a couple of original Drupal content types (like basic page and article) already there.
Now the problem: When I try to preview or submit any original Drupal content types (article or basic page). everything goes fine and I can preview or submit the content.