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 have been playing with Drupal, practicing some installs on my unix shell ISP (with no root access). 8.7.4 install set up a sqlite database, but I scrapped it all and tried to re-install using 8.7.5 now that the security patch came out, and now I don't have the sqlite option, on the setup database page it just says:
Database type
MySQL, MariaDB, Percona Server, or equivalent
Is anybody else seeing this, or did my ISP maybe change some permissions on me?
How do I get a bookmark icon in web browsers using Drupal 8? I have changed the favicon 16 x 16 image to my site from the standard Drupal favicon but when I go to bookmark my site in browsers I get the letter icon rather than a nice brand image like other sites I bookmark.
How can I get a nice brand image icon when I bookmark my site on browsers like safari etc?
I installed Varbase 8.7.0 distribution. After the installation, I receive the following warning:
"All necessary changes to sites/default and sites/default/settings.php have been made, so you should remove write permissions to them now in order to avoid security risks. "
I have a shared hosting plan (cPanel) where I have a D7 website. I thought doing my migration from D7 to D8 on my server (with the site in maintenance mode).
How can I add on the same hosting a D8 installation?
Is it just about creating a folder inside public_html where to put D8 ? Do I have to create a new account inside cPanel ?
Eventually, I can use if necessary an unused domain name.
My dev Drupal stopped working by showing the following message:
The website encountered an unexpected error. Please try again later.
I have assumed that it is something to do with php extensions or making the subtheme of bootstrap_barrio.
Also some messages appeared suggesting that some php extensions are not installed even thought I have reinstalled many of them and restarting the server.
As it was quite new website reinstallation was done using Composer.
However now I can not go past through installation as the following message appears:
So, I'm trying to set up SSH authentication so I can do a git clone of my base Drupal install, and future modules thereof. Any tips on what I'm doing wrong or may have overlooked would be appreciated.
Commands run on my account on a shared host:
$ ssh-keygen -f ~/.ssh/drupal.id_rsa -t rsa
$ cat ~/.ssh/drupal.id_rsa.pub
(pasted the result of that into my SSH keys here)
and regardless of the steps above, when doing the initial drush dl, it runs effectively: