r/drupal

▲ 35 r/drupal

Drupal 11.4 - Check Issue Queues before Updating!

It looks like Drupal 11.4 has some breaking changes for AT LEAST:

  • svg_image
  • superfish
  • protected_pages
  • trash

And probably more modules...be careful before updating.

reddit.com
u/greatmatter — 4 days ago
▲ 14 r/drupal

Upgrade from 11.3.x to 11.4.0 results in a 500 error

So I did a standard composer upgrade.

sudo -u www-data /usr/bin/php8.4 /usr/local/bin/composer update "drupal/*" --with-all-dependencies

and all went well.
Then I opened my browser at example.com/update.php and got a 500.

AH01071: Got error 'PHP message: PHP Warning: require_once(autoload_runtime.php): Failed to open stream: No such file or directory in /var/www/website.com/web/update.php on line 13; PHP message: PHP Fatal error: Uncaught Error: Failed opening required 'autoload_runtime.php' (include_path='.:/usr/share/php') in /var/www/website.com/web/update.php:13\nStack trace:\n#0 {main}\n thrown in /var/www/website.com/web/update.php on line 13'

So in the update.php and the index.php I had to change this bit:

// require_once 'autoload_runtime.php';
require_once __DIR__ . '/../vendor/autoload_runtime.php';

What's wrong on my system? I can't imagine this should need to be done?

reddit.com
u/Chris8080 — 4 days ago
▲ 6 r/drupal

Breadcrumbs keep spontaneously disappearing and I’m losing my mind

In my Drupal 10’s site breadcrumb trails, I noticed that my nodes were only displaying the top-level node and the current node, despite being several levels deep in the menu navigation. So, for example, a node four levels deep:

Top-level Node > Second-level Node > Third-level Node > Current Node

Will only show the top and current node in the breadcrumb:

Top Level Node > Current Node

The only thing that will get the breadcrumb to show correctly is if I make a brand new node to replace the top-level node and then move the other nodes one at a time underneath it via each node's node edit page (moving things in the menu editor doesn't help).

This seems to be ok for a while... and then some unknown action triggers all of the breadcrumbs within the current menu trail to vanish while I’m not paying attention!

This site hosted on Pantheon. For those familiar with Pantheon, this is a multidev clone of another site whose breadcrumbs are working fine. After making the multidev clone, I changed some content before I noticed that the breadcrumbs were misbehaving.

Any troubleshooting ideas would be of great help! Google and ChatGPT just lead me in circles.

reddit.com
u/trammeloratreasure — 6 days ago
▲ 0 r/drupal

Can i use drupal in M1 Macbook Air, if so how?

there is no videos or the chatgpt can’t tell how to download or use drupal in mac

reddit.com
u/princeofdanight — 6 days ago
▲ 0 r/drupal

🚀 I'd Love Your Feedback

I've been working on a website security scanner in my spare time and I'm looking for some honest feedback from developers, site owners, and anyone interested in cybersecurity.

If you have a website, you can scan 1 domain for free and let me know what you think—what's useful, what's confusing, and what could be improved.

I'm trying to build something genuinely helpful, so any feedback is appreciated.

Https://scansentinel.andreisandu.net

Thanks! 🙌

reddit.com
u/Ch1llZone — 8 days ago
▲ 1 r/drupal

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

reddit.com
u/AmonMetalHead — 12 days ago
▲ 0 r/drupal

I have massive list of Drupal 7 sites, would offering migration services work?

I scrapped 1000's of d7 sites, does anyone have experience contacting them and trying to book a migration gig?

most of them could convert to WP if that's what they want

I'll cold call them, anyone tried this?

reddit.com
u/AHVincent — 13 days ago
▲ 1 r/drupal

Is Spam Master having issues?

Spam Master is blocking me from my Drupal site. My Macbook is blocked at home and at Starbucks so different IP. I got in once from my phone (Android, Chrome) but now it's blocked, too. The block happens after entering username and password. Error msg below. I reinstalled Chrome as hinted, no change. Is there an easy fix for this? Anyone else, or just me?

I suspect this may be caused by changing locations while signed in. Spam Master may consider IP change during a session malicious behavior. I do have a habit of just closing the Macbook.

03 Forbidden

Your IP is blacklisted due to previous abuse or threat behavior.

IP: 147.81.152.216

Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36

Hint: Upgrade your browser to the latest version

Protected by Spam Master
reddit.com
u/GaryDunn808 — 13 days ago