Questions tagged [drupal]

A open source Content Management System written in PHP. If you want to apply this tag, which could mean your question is drupal specific, consider whether posting on http://drupal.stackexchange.com/ is more appropriate.

Drupal is a content management system (CMS) written in PHP.

Resources:

20 questions
13
votes
1 answer

Avoid "Shared connection to closed" messages

I'm managing a lot of drupal sites, and trying to automate some stuff using drush. Drush run locally calls drush on the remote host via ssh using options specified in the config for the site alias. I'm making quite a lot of these calls, so to…
mc0e
  • 1,066
  • 7
  • 16
1
vote
1 answer

Do I Need Nullmailer-send running?

Further to my posting here: Why does my CMS run extremely slow in my workstation (Ubuntu) I now ask "Do I need Nullmailer-Send" running? The reason I ask, is that earlier this year (2013) I had issues regarding large .log files being created in…
Paul B
  • 123
  • 1
  • 6
1
vote
0 answers

Why does my CMS run extremely slow in my workstation (Ubuntu)

For over a year I have been struggling with the response speed on my Drupal v7.2x CMS install. Let me explain. I'm running Drupal 7.2x on an Ubuntu 12.10 (upgrade to 13.xx pending) for the purpose of webdev projects for pure Drupal CMS (though…
Paul B
  • 123
  • 1
  • 6
1
vote
1 answer

How to add Drush to PATH?

On a CentOS with Bash with MariaDB and PHP 8.1 I use Drush. Drush is the command line for Drupal, a content management system. Each time I run a Drush command I write like: cd /home/www/example_1.com vendor/bin/drush status vendor/bin/drush…
tainu
  • 11
  • 2
1
vote
1 answer

Using Drush permissions issue

Using my own non-root account I installed Drush on my Ubuntu 14.04 server using the following: sudo apt-get install drush My problem is whether I use sudo or not with the same user account, I get Could not download project status information from…
sisko
  • 341
  • 2
  • 4
  • 12
1
vote
0 answers

manipulate a Drush "internal" variable

I want to modify a variable (preferably in a Bash Script format) because my PHP environment requires a port number. To show a URL in Drush containing a token that logs you in as user 1 (without a password), you need to execute drush uli $ drush…
Mau
  • 181
  • 1
  • 6
0
votes
1 answer

Understanding the Composer commands for upgrading Drupal 9 to Drupal 10

I have installed Drupal 9 with composer create-project drupal/recommended-project. I wish to upgrade to Drupal 10. Upgrading a Composer-based site / Overview doesn't explain what to do, but I have found Upgrading a Composer-based site which does. If…
tahaniau
  • 1
  • 1
0
votes
1 answer

How come a program which is not Linux changes permissions for Linux?

I understood from this answer that after composer require Drupal will harden file permissions. How come a program which is not Linux (in this case, Composer, or Drupal) changes permissions for Linux? Isn't permission change a task for a human user…
danielolol
  • 19
  • 3
0
votes
1 answer

How to install DDEV on Docker on WSL 2?

I wish to install a Drupal web application on DDEV on Docker on WSL 2 and I have found the following instructions overwhelming. Is there a simpler way? The instructions I have found 1) sudo apt-get remove docker docker-engine docker.io containerd…
0
votes
1 answer

I want to configure postfix to use a relay smtp server, so that drupal uses postfix, but I don't know how to do it and I'm trying all I know

Objective I want to be able to send emails with drupal 8 using postfix. The latter is configured to use a relay server. For example, I'm using the module webforms, so I could test the sending of emails All that I have done sudo apt install…
Adrián Jaramillo
  • 359
  • 3
  • 5
  • 17
0
votes
1 answer

Running Drupal's drush cron jobs with a newer PHP version from Software Collections

How do you run Drupal's drush cron jobs when your server has a newer PHP version installed from Software Collections? The server is running Scientific Linux 7, which comes with PHP 5.4, but we need, and have installed, PHP 7.1 using the Software…
dave559
  • 349
  • 5
  • 19
0
votes
1 answer

How can I find a drupal installation?

Related to the highly critical security issue PSA-2018-001 I would like to find out who of our customers are using Drupal based on accessing the fileshare they are using. Something like using a specific "find" statement to locate Drupal 7 and 8…
Cie6ohpa
  • 243
  • 3
  • 6
0
votes
1 answer

A good way to delete all cache dirs of all CMSs under document root with Bash

Say that under document root I have 3 apps; One is WordPress, second is Drupal, and third is Magento. I wonder what's a good way to delete all cache directories of all CMSs under document root. I could run a script with shell extensions for all…
Arcticooling
  • 1
  • 12
  • 44
  • 103
0
votes
2 answers

How to view only the first row or a table in MySQL?

I want to view one row of a table in a MySQL database to see what kind of information is stored in the table. What is the MySQL command and syntax to accomplish this, after > use [database_name] This table has over 3 Million rows, so I don't want to…
Christia
  • 215
  • 3
  • 13
0
votes
1 answer

Circular dependencies that cannot be fulfilled. PHP packages on CentOS 7 to support Drupal 8

I am trying to install Drupal 8.0.5 on Apache 2.4.6 on CentOS 7, with PHP 5.6.19. I get an error that PHP extensions are disabled. The detail I get is that it pertains to "gd." I have installed, with yum install these packages: gd, gd-devel,…
Kiran
  • 313
  • 3
  • 11
  • 21
1
2