Reading view

Module to access installation filesystem?

Hello,

my university gave me a Drupal 10 installation (10.3.14 to be precise - let's not comment on the fact that it's not up-to-date....) to create my research group's website with a login to an admin account for the CMS, but no filesystem access.

Since I'd like to access some installation files/folders, I was wondering if there is a Drupal module that will let me access the installation filesystem to operate on these files. Joomla (that I use for a different website) has a module called Phoca commander that does just this: https://www.phoca.cz/phocacommander Does something similar exist for Drupal?

submitted by /u/iacchi
[link] [comments]
  •  

Multiple Services Disruption

Oct 21, 05:41 UTC
Resolved - Between 08:00 UTC and 22:53 UTC, an issue with an upstream provider affected multiple DigitalOcean services, including SMS-based 2FA (causing code delivery failures), Docker Hub-hosted images (impacting Managed Kubernetes and App Platform deployments), and SnapShooter backup jobs. The issue has been resolved, and all services are now stable and operating normally.

We appreciate your patience throughout this but if you continue to experience any issues, please create a support ticket from within the Cloud Control Panel for further analysis.

Oct 20, 10:21 UTC
Investigating - As of 08:00 UTC our Engineering team is investigating an issue affecting multiple DigitalOcean services due to an incident with an upstream provider. As a result, users attempting to log in using SMS-based 2FA may experience problems receiveing codes and complete authentication. Images hosted exclusively on Docker Hub may also be temporarily unavailable, impacting deployments on DigitalOcean Kubernetes (DOKS) and App Platform.

Additionally, the users leveraging SnapShooter for serverless backups may encounter failures in backup jobs as well. We're now seeing signs of recovery, and most of the requests should be succeeding. We will continue to monitor closely to ensure full service restoration and will share an update as more information becomes available.

  •  

Creating a Canvas ready tabbed content component in SDC.

I've been experimenting with converting my component library to be made up entirely of SDC components that should transition to Canvas easily. I've run into a real problem with a tabbed content component and I'm hoping that someone else has some advice on a path forward.

The issue is that my existing component stores the tab title and content in a paragraph together, then basically renders that paragraph twice, once for the tab label (includes an icon) and once for the content.

With SDC you can have a tab nav component, and a tab panel component, but nothing intrinsically links them together and it's up to the user to supply matching ids, which is really cumbersome. I can use the same strategy that I'm using now, and just render twice, but that's not going to work in Canvas. Has anyone gotten a tabbed component working that isn't too cumbersome for the user?

submitted by /u/JumpinJackHTML5
[link] [comments]
  •  

IPv6 Connectivity in Multiple Regions

Oct 17, 04:28 UTC
Resolved - Our Engineering team has confirmed that the IPv6 connectivity issue has been fully resolved across all regions. Users should no longer face IPv6 connectivity issues. If you continue to experience problems, please open a ticket with our support team. Thank you for your patience and we apologize for any inconvenience.

Oct 17, 03:56 UTC
Monitoring - Our Engineering team has implemented the fix to resolve the IPv6 networking issues in multiple regions. Users should no longer have issues connecting to via IPv6 to their Droplets.

We will continue to monitor the situation, and we will post an update once we've confirmed complete resolution.

Oct 17, 02:52 UTC
Identified - Our Engineering team has identified the issue and are implementing a fix. Our team has resolved the IPv6 connectivity issue in FRA1 and are monitoring the situation.

In addition, it was discovered that the NYC1, and SFO2 regions were affected by this issue as well, and our team is currently working to resolve the issue in those regions. To summarize, users in the regions of AMS2, SGP1, NYC1, and SFO2 may still experience connection issues via IPv6.

We are rapidly working on a fix. We will share more information once available.

Oct 17, 00:44 UTC
Update - While investigating this issue, our Engineering team has noticed that the issue is occurring in SGP1 as well. Users in SGP1 may also experience IPv6 connectivity issues at this time.

We are working to resolve this issue as quickly as possible. We will post updates as soon as we have more information.

Oct 17, 00:19 UTC
Investigating - Our Engineering team is investigating an issue affecting IPv6 connectivity in FRA1, and a small subset of users in AMS2. At this time, users may experience issues connecting to IPv6-enabled resources.

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

  •  

Drupal 10.5.4 module du coeur et du thème retiré

Bonjour,

(1er post sur reddit)
Voilà j'ai dans le tableau d'administration les message du titre pour le module " RDF " et le thème "Seven" où l'on indique que :

1-le module/thème contribué doit être réinstaller.
2- le module/thème est installé mais plus fournit par le coeur

Merci pour votre aide

submitted by /u/Nirabat
[link] [comments]
  •  

China, Taiwan, and the vulnerable web of undersea cables

In February 2023, half a year or so before I visited, a couple of Chinese ships cut two domestic undersea cables running out from Taiwan’s main island. One of these,...

© Taiwan Coast Guard via Getty Images

Two Taiwan Coast Guard personnel board a Togo-flagged cargo ship suspected of damaging a submarine cable connecting Taiwan Island and Penghu Island on February 25, 2025.
  •  

Keyboard focus moves to form after using pager items

Hi, working on an AJAX view with exposed form (not in its own block) and pagination (Full pager) enabled, noticing that when I use a pager item, it successfully displays updated content and does not reload the page as expected, but switches focus to my <body> tag, and when I hit tab, the first element it goes to is the first input element in this form.

I wrote JS to monitor which was clicked, re-set focus to the pager items after ajaxSuccess, etc, and I watch it do this successfully, then another XHR response loads and focus is set on the body.

I tried on another view of my site to rule out anything custom we'd done with the page in question and same behaviour there. I only have the one site, all pages running the same theme etc, so I don't have a good way to test this out to determine if its OOB like I think it is.

Trying to solve this for keyboard users/accessibility purposes, wondering if anyone has found a workaround, or even clues for debugging code I could add to try to determine what's doing this. Thanks!

submitted by /u/Far-Comfortable4462
[link] [comments]
  •  

Secret Login module Drupal 11

Secret Login module Drupal 11

The Secret Login Module allows users to log in through a custom URL defined in the Drupal configuration. When the custom URL is set, a secure tokenized URL is also generated. Users can log in using both the custom URL and the token. This feature is useful for quickly accessing an admin or other user account on a Drupal site without requiring a username or password.

Features

Allows administrators to define a custom URL in the configuration for all users.

  • Allows administrators to define a custom URL in the configuration for all users.
  • When this URL is accessed, the user is automatically logged in as an administrator along with another assigned role on the Drupal site.
  • The Module also provides a one-time login URL token for a configured user, along with a button to enable or disable the functionality. The token URL is valid for one hour, after which a new token is automatically generated.
  • It also provides a search functionality by username and email, which helps in quickly finding a user — especially when there are hundreds of users on the Drupal site.

When the URL token is set in the module configuration, it appears in green, indicating that it is ready to use

This module is designed to facilitate easy user login through a custom URL specified by the administrator in the configuration settings.

submitted by /u/VishalYadav-09
[link] [comments]
  •  

GPU Node Creation on New Kubernetes Clusters

Oct 15, 14:25 UTC
Resolved - Our Engineering team has resolved the issue affecting the creation of NVDIA GPU nodes on new Kubernetes clusters. Users will no longer encounter issues when creating NVDIA GPU nodes on new Kubernetes clusters.

If you continue to experience any issues, please open a support ticket. We sincerely apologize for the inconvenience caused and appreciate your understanding.

Oct 15, 12:18 UTC
Identified - Our Engineering team has identified the issue affecting the creation of GPU nodes on new Kubernetes clusters. Users may continue to experience difficulties when attempting to create GPU nodes on new Kubernetes clusters.

Our team is actively working to resolve the issue and will provide an update as soon as we have more information. We sincerely apologize for the inconvenience and appreciate your patience.

Oct 15, 11:29 UTC
Investigating - Our Engineering team has identified an issue impacting creation of GPU nodes on new Kubernetes clusters. During this time, you will not be able to launch a new Kubernetes cluster with NVIDIA GPU nodes. Existing workloads are not impacted. We apologize for the inconvenience and will share an update once we have more information.

  •  

CKEditor Drupal Bootstrap Widgets and templates.

I am trying to understand creation of templates (used for product description consistency) and the creating of custom bootstrap widgets. I am on version CKEditor 4.22 and have bolt plugins available to me. I want to add a few custom templates and add a few custom widgets for content. I am struggling with the widgets setup as the file specifically says not to edit the file, so i believe i would need to create a new plugin? Not that I have any experience with this, but can someone direct me on a simple example with a widget to get me started, or confirm if i can modify the existing bootstrap widgets (columnleft, columnright, etc...)to serve my needs? Thanks

I figured I would add this as the plugin for Widgets specifically notes Drupal in the notes.

I have not tried anything as of yet.

Noted, I did not add the module I was referring to - they are WidgetTemplateMenu and WidgetBootStrap.

submitted by /u/Typical_SEO_Worries
[link] [comments]
  •  

DriesNote DrupalCon Vienna 2025

A link to the DriesNote: https://www.youtube.com/watch?v=WNEyg3UKTVQ

I think it's one of the best DriesNotes that I have seen yet to date.

Why? It doesn't sugarcoat anything and it shows a clear path forward for Drupal.

There is a lot in the pipeline, focus will be key but I'm very positive on what I have seen.

What do you think about this DriesNote?

submitted by /u/Fonucci
[link] [comments]
  •  

Managed Database Clusters

Oct 14, 22:18 UTC
Resolved - Our Engineering team has confirmed the full resolution of the issue with Managed Database Clusters.

Thank you for your patience, and we apologize for any inconvenience. If you continue to experience any issues, please open a Support ticket right away.

Oct 14, 19:00 UTC
Monitoring - Our engineering team has implemented a fix for the issue that affected a subset of customers who were unable to provision Managed Database Clusters, including MySQL, PostgreSQL, Valkey, OpenSearch, and Kafka.

We will continue to closely monitor the situation to ensure full stability and will provide an update once the issue is fully resolved.

Oct 14, 17:10 UTC
Identified - Our engineering team has identified the cause of the issue affecting a subset of our customer who were unable to provision Managed Database Clusters including MySQL, PostgreSQL, Valkey, OpenSearch, and Kafka.

Our team is actively working on remediation steps and will share an update as soon as more information becomes available.

Oct 14, 11:56 UTC
Investigating - Our engineering team is investigating an ongoing issue affecting Managed Database Clusters. Currently, users may encounter errors when creating MySQL, PostgreSQL, Valkey, OpenSearch, and Kafka clusters through the Cloud Control Panel or API requests.

We apologize for the inconvenience and will provide further updates as soon as more information is available.

  •  
❌