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: