| | Just got a message from a client offering $5 per page for Drupal implementation work. He said: "How about $5 per page for Drupal implementation? All our work is standard, so working with us is hassle-free." Honestly, $5 barely covers the time it takes to set up a basic Drupal structure, configure fields, and handle theming—let alone handle revisions or testing. Curious to hear from others: how do you deal with clients undervaluing Drupal or CMS development work? Do you politely decline, try to educate them about fair pricing, or just move on? [link] [comments] |
Reading view
App Platform Deployments
Oct 22, 17:12 UTC
Resolved - The issue impacting App Platform deployments has been successfully resolved. Users should no longer encounter delays during the build phase or have deployments getting stuck. All services are now confirmed to be stable and operating normally.
We appreciate your patience throughout this but if you continue to experience any issues, please create a support ticket for further analysis.
Oct 22, 16:58 UTC
Monitoring - Our Engineering team has implemented necessary changes to address the issue impacting both new and in-progress App Platform Deployments. Our team is currently monitoring the situation. Users should now notice improvements in deployment performance.
We appreciate your patience. We'll update once the issue is confirmed to be resolved.
Oct 22, 16:40 UTC
Investigating - Our Engineering team is currently investigating an issue impacting both new and in-progress App Platform Deployments. During this period, users may notice app deployments getting stuck in the build phase or even delayed builds. In some cases, builds may even fail shortly after retries are exhausted.
We apologize for the inconvenience caused and appreciate your patience while we work to resolve this issue. We'll update once we have more information.
A lithium bust leaves Latin American towns in the dust

© Anita Pouchard Serra for Rest of World
The world needs more spaceports. Oman wants to help

© Etlaq
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?
[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.
Japanese convenience stores are hiring robots run by workers in the Philippines

© Eduardo Luzzatti for Rest of World
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?
[link] [comments]
EVs are depreciating much faster than gas-powered cars

© Rest of World/Getty Images
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
[link] [comments]
China, Taiwan, and the vulnerable web of undersea cables

© Taiwan Coast Guard via Getty Images
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!
[link] [comments]
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. FeaturesAllows administrators to define a custom URL in the configuration for all users.
This module is designed to facilitate easy user login through a custom URL specified by the administrator in the configuration settings. [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.