If you are using Drush (the command line tool for Drupal), you might come across this error on certain Linux distributions: This error is caused by an incompatibility between Drush and the Linux distribution used. Drush will still be functional, however these error messages will clutter your console. In order to fix this, you can… Continue reading Fix unexpected end of file bug with Drush on RHEL8/CentOS 8 / AlmaLinux
Category: Drupal 7.x
Install Drush for Drupal 7.x on DirectAdmin
If you want to install Drush for Drupal 7.x on DirectAdmin (CentOS 8, RHEL 8 / AlmaLinux), you came to the right place. 1. Install dependencies Login via SSH to the server and execute the following commands to install Git and download Composer. 2. Download Drush via Git Use Git to checkout the version of… Continue reading Install Drush for Drupal 7.x on DirectAdmin