Normal view

Rules/ECA not working for automatic content publishing based on a field value in Drupal 11

Hi everyone, I'm currently using Drupal 11 and I have a specific content type. Within this content type, there's a list field with an option, for example, "free." The content itself is not published by default, and users cannot change this setting. My goal is to automatically publish the content whenever the "free" option is selected in the list field. I've already tried using the Rules and ECA modules, but they haven't worked for me. I'm not sure why. Can you please help me?

submitted by /u/Spare-Sign1827
[link] [comments]

Networking in BLR1 Region

16 September 2025 at 12:39

Sep 16, 17:39 UTC
Resolved - Our Engineering team has confirmed that our upstream providers have been able to mitigate the network connectivity issues in the BLR1 and SGP1 regions.

At this time users should not experience intermittent degraded performance and timeout errors with Droplet-based services to and from these regions.

If you continue to experience problems, please open a ticket with our support team. We apologize for any inconvenience.

Sep 15, 16:59 UTC
Update - Our Engineering team has observed significant improvements with the network latency and packet loss during peak hours today. This is a result of our upstream providers making some routing adjustments. We are carefully monitoring the network performance for the next 24 hours.

We will communicate any further relevant information as we have it. We apologize for the inconvenience in the meantime.

Sep 8, 22:29 UTC
Update - Significant submarine cable outages continue to impact multiple network carriers on the Indian subcontinent, with increased latency and packet loss to our BLR1 region occurring sporadically throughout the day.

On a positive note, our upstream providers have worked diligently over the past couple of days to minimize the impact of the loss of submarine capacity. As a result, we are now mainly seeing service degradation during the busier evening peak hours only.

For the moment, we have no updates to provide regarding when the situation might improve. Repair times for submarine cables are typically on the order of weeks or months. However, further short-term improvements may still be possible as upstream carriers work to re-balance traffic where feasible.

Separately, we continue to look into potential avenues for additional mitigations and will keep our customers aprised as we make progress in this area.

We apologize for the ongoing inconvenience created by this extraordinary situation and thank our customers for their patience.

Sep 6, 23:02 UTC
Monitoring - Our Engineering team confirms that multiple subsea cable cuts are impacting connectivity in the APAC region, which also affects traffic to Europe and the U.S. East Coast.

Traffic is being rerouted through alternate paths to maintain service continuity. As a result, users may experience higher latency and intermittent connectivity issues.

Our engineering team continues to monitor the situation closely and is working with upstream providers as repair efforts progress. We will share further updates as they become available.

We apologize for the disruption and appreciate your patience.

Sep 6, 18:49 UTC
Update - We are continuing to work on a fix for this issue.

Sep 6, 18:44 UTC
Update - Our Engineering team has implemented changes to optimize traffic routing in the BLR and SGP regions, addressing networking issues stemming from our upstream providers, which are affected by major submarine cable outages in the APAC region. Despite these adjustments, users may still encounter intermittent packet loss or connectivity issues when accessing resources in the affected areas. We are working with our upstream vendors to gain further insights and achieve a definitive resolution.

We apologize for any inconvenience caused.

Sep 6, 16:48 UTC
Identified - Our Engineering team has identified the cause of the issue impacting networking connectivity in BLR1 region to be with our upstream provider.

Our team is actively working on remediation steps. We will post an update as soon as we have more information.

Sep 6, 16:13 UTC
Investigating - Our Engineering team is currently investigating an issue impacting networking in BLR1 region. Users may experience network connectivity loss to Droplets and Droplet-based services, like Managed Kubernetes and Database Clusters.

We apologize for the inconvenience and will share an update once we have more information.

Using Flags multiple times per node

Has anyone else been in a situation where you were asked to use the same flag (like bookmark this node) at the top of the node and the bottom, and had to solve for the issue where AJAX will cause clicking one to scroll to the other since they’re identical?

submitted by /u/shabobble
[link] [comments]

Droplet Creation

5 September 2025 at 14:42

Sep 5, 19:42 UTC
Resolved - From 18:53 to 19:15 UTC, our Engineering team identified an issue with the public Droplet API, resulting in difficulties in creating, accessing and listing Droplets via the Cloud Control Panel or API. Autoscaler and LBaaS APIs were also affected. Our team has fully resolved the issues, and as of 19:15 UTC, all services are operating normally.
We apologize for the inconvenience. If you are still experiencing any problems or have additional questions, then please open a support ticket within your account

EU devs: Will your site be faster, greener and cheaper?

First of all: Yes, I am trying to get the word out about my new product, and I want to be honest about that. Do know that I genuinely think this can be useful for all of you, and I’d really appreciate your feedback!

Anyway, getting a website ready for scale can be tricky. Caching is hard, cloud providers can be overwhelming, and it’s not the work you like to be doing. I know, I’ve been there 😉

That’s why I’ve built Silvan Bolt. It sits in between your domain and your server (which can be a simple and cheap VPS, or whatever you’re used to). The pages and assets of your website will be cached automatically, even before the first user hits your site, making everything lightning fast.

Yes, this is kinda like CloudFlare, but much simpler and with a different mission: This is all about the environment. From every euro we make, half of it goes to planting trees and other planet-restoring-initiatives.

At this point I’m hosting it the Netherlands, because that’s where I’ve found the most green provider I know. Running on renewable energy, and reusing the heat from servers to warm public buildings and water for showers. If you know anything like this elsewhere in the world I’m very interested in that! But at this point I’m looking for devs in the EU, to start things out.

So, would this be something you’d use? What are the results of the test on the page? Is your site getting much faster and is everything still working properly? Please let me know ☺️

https://silvan.earth/bolt

submitted by /u/JasperH8g
[link] [comments]

Deploy Drupal in docker with nginx - Suggestion for improvements

Hello, 2 years ago, I was working for a customer and I needed to install Drupal inside a VPS, and I was facing many issues with the typical PHP configuration, so I decided to use Docker, in which I set up the configuration.

I created an article for my company website and a GitHub repository, and unexpectedly, the SEO ranked a lot, and it was receiving traffic daily. And for this reason, due to another customer's work, I had the opportunity to update the codebase recently, specifically for SSL and Drupal 11.

I want to share because I would like to receive feedback for further improvements, and it can even be helpful for other people with the same issue as me.

The configuration I had been using is:
- Nginx for public access with a reverse proxy that manages SSL certificates
- PHP FPM + Drupal + Composer
- MariaDB / MySQL
- PhpMyAdmin as extra.

And the issue I was facing is the permission management with SSL certificates generated by the hosting machine, in which Docker has trouble reading, as it doesn't have root access to read the SSL certificates, and I must do a local copy, making trouble every 3 months. And I was considering a solution like certbot image.

Feel free to be critical, but not offensive.

Thanks:

Github link: https://github.com/AndreaCorda01/drupal-docker-boilerplate

Website blog: https://www.geonovation.it/article/how-deploy-drupal-website-linux-nginx-and-docker

submitted by /u/cordinx
[link] [comments]

Why is so hard to make custom twig templates for Drupal?

Hi all,

Drupal is great for creating custom content types, setting up layouts, placing reusuable blocks but the one thing it is terrible at is making custom templates.

Why is there no option in views for me to simple select that i want all fields to simple come back in a certain tag and just get the text value, for example

<span>field_blog_title.value</span>

<img src="{{ field\_blog\_featured\_img.url }}" />

<p>field_blog_summary.value</p>

If Drupal was better at this i swear the usage would sky rocket.

submitted by /u/therealcoolpup
[link] [comments]

EV jobs are starting to slip away

4 September 2025 at 05:00
The electric vehicle industry is cutting staff faster than smoke. More than 30,000 workers have lost their positions at electric-vehicle makers and related industries worldwide over the past year, according...

© Qilai Shen/Panos Pictures/Redux

Employees work on a Trumpchi brand vehicle production line at the Guangzhou Automobile Group Co. Ltd. (GAC) plant. Trumpchi, the Chinese auto brand established in 2010 and now preparing for U.S. sales, has become a topic of debate as owner GAC considers whether American consumers would love or hate the marque with a name similar to that of the controversial former U.S. president.

Creation Date:

Should Junior devs learn Drupal?

I have six months of experience working with PHP (Laravel, Wordpress) and have been wanting to find a job with Drupal for a long time, but I can't find any junior positions, and there are only a couple of mid-level positions. Is Drupal generally relevant for junior/mid-level positions anywhere?

submitted by /u/Admirable-Way2687
[link] [comments]

Managed Database API Maintenance

3 September 2025 at 06:30

Sep 3, 11:30 UTC
Completed - The scheduled maintenance has been completed.

Sep 3, 07:30 UTC
In progress - Scheduled maintenance is currently in progress. We will provide updates as necessary.

Sep 2, 22:10 UTC
Scheduled - Start: 2025-09-03 07:30 UTC
End: 2025-09-03 11:30 UTC

During the above window, our Engineering team will be performing maintenance on the Managed Databases API to enhance security, improve access control and enable better auditing and compliance. Please note that existing Databases and workloads will continue to run normally and will not be impacted.

Expected Impact:

We don’t anticipate any service disruptions during this window. Your existing databases and workloads will continue to run normally and will not be impacted.

In the event of an unexpected issue occurs, only control plane actions like provisioning new clusters, modifying configurations, and fetching database details will be impacted. The data-plane for connecting and running queries on your databases will be unaffected.

If an unexpected issue arises, we will endeavor to keep any impact to a minimum and may revert if required.

If you have any questions related to this event, please send us a ticket from your cloud support page. https://cloudsupport.digitalocean.com/s/createticket

My mom and Dr. DeepSeek

2 September 2025 at 05:00
Every few months, my mother, a 57-year-old kidney transplant patient who lives in a small city in eastern China, embarks on a two-day journey to see her doctor. She fills...

© Illustrations by Ard Su for Rest of World

❌