348 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
129
views
Can ddev drush be used with site aliases to run drush on remote servers?
Is there anything in the setup of drush on ddev that would prevent me from running drush with a site alias?
e.g.
ddev drush @dev-server status
ddev drush @dev-server sqlc
I ask because status works ...
0
votes
0
answers
85
views
Drush 13.3.3.0 does not show admin commands although database connections seems to be working
Simple admin commands like "drush en" and "drush cc" result in
"command pm (or cc) was not found. Drush was unable to query your database. As a result, many commands are ...
1
vote
0
answers
453
views
Drush 10.6 taking forever to run command "drush cr"
I am trying to upgrade drupal 9.5 to drupal 10. For that, i have upgraded php version to 8.1.6 from 7.4 as drupal suggest. I have fixed some packages and composer install working fine. But now i am ...
0
votes
3
answers
190
views
Running 2 instances of php simultaneously on same system is not working
Please give me solutions/code for the following.
Due to a drupal drush error as solved here https://github.com/tripal/tripal_blast/issues/46, I am trying to check and configure my PHP .
My drupal 7 ...
0
votes
1
answer
72
views
How to install and and enable the same Drupal module for all Drupal multi-sites
I'm using composer require to install a module and ddev drush en module_name -y to enable it.
I have over 10+ multisites. Is there any way to run the command only once so I don't need to do it ...
0
votes
0
answers
157
views
Drupal10, Drush not cleared
Doesn't implement drush, doesn't clear the cache, although it says everything is fine.
root@p656470:~# sudo -u www drush cr -vvv
[preflight] Config paths: /www/wwwroot/site.com/vendor/drush/drush/...
0
votes
0
answers
248
views
SQLSTATE[HY000] [1045] Access denied for user 'user'@'172.23.0.2' (using passwor d: YES)
I recently needed to delete my Docker container and start docker-compose over to fix something in my yaml file for my Drupal project...
Anyhoo, the containers seemed to be running normally with the ...
0
votes
1
answer
138
views
Drupal drush install
Any idea how resolve this issues :
vendor/bin/drush site-install $APP_PROFILE install_configure_form.enable_update_status_emails=NULL --db-prefix="es_" --account-name=$APP_ADMIN_USER --...
1
vote
1
answer
277
views
Drush does not recognize an env variable with Heroku
In a PHP / Drupal project I'm encountering a problem when using Drush in a Heroku instance. The environment variable DATABASE_URL in the settings.php file is not recognized by Drush.
However, when I ...
1
vote
1
answer
235
views
What is the syntax for Drush 12 listing of permissions for specific role
Upgrading to Drupal 10 and I am now using Drush 12.
In Drush 8, If I wanted to see what permissions a particular role had, I just ran drush @my_alias role:list 'role'
With Drush 12, if I use drush @...
0
votes
1
answer
281
views
How to run drush cim command for importing all the configurations
I cloned the drupal project on my local.
I have a Docker desktop app.
so I run docker-compose up -d on command prompt.
docker-compose.yml:
services:
mariadb:
image: wodby/mariadb:$MARIADB_TAG
...
1
vote
1
answer
276
views
Drupal 7 to 9 migration - how to customize the migration yml generated by migrate-upgrade
Am trying to customize migrations so that i can map the data to specific fields but after i edit files am not able to place then to active configuration successfully.
My process so far
how i generated ...
1
vote
2
answers
419
views
Configuring Xdebug CLI debugging in PhpStorm on local Windows/XAMPP environment
I was looking a lot but couldn't find any reliable and relatively easy-to-follow answer on how to configure Xdebug CLI debugging in PhpStorm on a local Windows/XAMPP environment.
The context of my ...
1
vote
1
answer
452
views
ddev pull command errors at importing files from remote dev env
I am trying to setup DDEV on a Drupal 10 project pulled from Acquia Cloud Platform. Following the docs related to Acquia integration, I got to the point where the DB is imported as expected, but I get ...
0
votes
1
answer
2k
views
'Package "drupal/core" is not installed' error even with local drush install
Apols, first time posting, not sure of protocol.
I have similar problem to Package "drupal/core" is not installed Trying to install Drush.
WAMP, PHP8, Windows 11
I have PATH to..\htdocs\...