❌

Normal view

Received β€” 2 August 2026 ⏭ Drupal - Open Source Content Platform | #Celebr8D8

can you activate drupal modules via the cli?

Currently looking into ddev and composer to manage stuff, but i'm unsure about the following

I know I can use eg composer to install modules eg: composer require 'drupal/ctools:4.1'

this will grab ctools but I still need to use the gui/site in drupal 11 to enable that, can't i activate it in the cli? Google is failing me atm

submitted by /u/AmonMetalHead
[link] [comments]
Received β€” 25 June 2026 ⏭ Drupal - Open Source Content Platform | #Celebr8D8

Trying to get an old drupal 7 site to load in ddev, facing a weird permissions Warning

I'm facing a weird permission issue with an old backup, not sure what the issue is or how to debug this kind of issue with ddev

The site was built with drupal 7 and ran with php 7.2 back in the day,

Warning: mkdir(): Permission denied in DrupalFileCache->check_filecache_directory() (line 128 of /var/www/html/melodicpixels.eu/sites/default/modules/filecache/filecache.inc). 

Selinux is set in permissive mode and i'm the owner of that path. The site does load but that warning is puzzling me

submitted by /u/AmonMetalHead
[link] [comments]
Received β€” 3 June 2026 ⏭ Drupal - Open Source Content Platform | #Celebr8D8

Liberating site stuck at drupal 7, getting new ddev setup to access the old database in another env?

I've managed to get a backup of the site working with ddev, imported the database etc and that's working well, but i can't figure out to give another ddev setup access to said database, surely this can be done?

submitted by /u/AmonMetalHead
[link] [comments]
Received β€” 25 May 2026 ⏭ Drupal - Open Source Content Platform | #Celebr8D8
Received β€” 24 May 2026 ⏭ Drupal - Open Source Content Platform | #Celebr8D8

Recommended way to change a theme's css?

As the subject says, I'd love to edit some theming colors to recreate an old site stuck at Drupal 7, the theme itself is Bootstrap Business and while this was part of the theme back in the day those options no longer exist in the current version for D11

What is the best/recommended way in 2026?

submitted by /u/AmonMetalHead
[link] [comments]
❌