Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I copied all the files to the domain via FTP. However, when loading, it crashes with the Service 'twig.loader.string' for consumer 'twig.loader' does not implement Twig\Loader\LoaderInterface (see message below). Yesterday I tried it locally in xampp and the installer started while loading.
I've been working on a project to launch a website with some people. I'm more of a SysAdmin/DevOps person, and my goal is usually just to get things up and running and let the web-design types do their thing.
Part of that is to recreate environments in a consistent replicable way, so I got down to the nitty-gritty and made an automated Drupal 9 install script in BASH. This is built and tested for Ubuntu Server 20.04 and figured it could help the rest of the community too!
So I'm using Drupal through Docker and during the database setup page, I'm having trouble getting past it. I have installed PostgreSQL 14 locally and have created a database for Drupal with the owner as "postgres". Whenever I click save and continue, it will give me this error message:
Trying to install Drupal 9.3.13 on shared hosting I am getting a message about old version of MarioDB "The database server version 10.1.48-MariaDB-1~jessie is less than the minimum required version 10.3.7" but there is a MySQL DB 7.4.27 on the server.
How could I choose MySQL instead of MarioDB? Or what is missing from my newcomer's mind?