I have mariadb 10.8.6, php 7.4.29, apache 2.4.53, drupal 9.3.16. I installed drupal using composer and went into mysql from the command line and created and set permissions for the database, go to the web based install and when I get to the database section it fails with permission denied. From the command line i log in with same user and password, change to the database and it allows me, not much I can do there for all the tables and such weren't created because of the permission denied error.
From the command line in mysql i enter the following:
Have tried to install Drupal 9.2.21 but keep getting error along the lines of the following below on the install chose language page. Any suggestions as what is going wrong? Haven't had this issue with previous installs of earlier versions
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!