Reading view

Domain Accessibility: .space Domains

Sep 24, 19:07 UTC
Resolved - Our Engineering team has confirmed that the issue affecting .space domains has been resolved, and customers should now be able to access their .space domains successfully.

If you continue to experience any issues, please open a support ticket for assistance.

Sep 24, 15:10 UTC
Identified - Our Engineering team has identified issues affecting .space domains. As a result, some customers may be unable to access their websites, and zone files may not appear in dig results. The engineers have confirmed that this is an issue with the registry and have informed upstream providers.

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

  •  

Goodbye Drupal, Hello Backdrop (Out of the fire and into the frying pan)

A few months ago, I posted here about my Drupal 7 situation. In that post, I spoke about how I had a Drupal 7 site that I relied on for my income. That I’d built it up over nearly ten years and that I had employed a recommended developer to upgrade the site to a supported version. However, the developer had come back after a lengthy delay and said the costs needed to double and the timeline had to be expanded by a year to complete the job. This had resulted in me feeling lost as I could not afford the upgrade and was losing a lot of sleep at night about losing my income stream. I had also been paying $150pm to Tag1 for legacy support, but all my site update stuff was kinda messed up, and they released a patch with a huge mailsystem bug in it, so I ended that and effectively had no update/security support whatsoever.

I want to start by giving a huge, heartfelt thank you to those who responded here. You were kind, generous, and reassuring with your advice, which helped me see a path forward.

The general consensus was that I should build a new version of my website in Drupal 10.4x, and I was excited by that prospect. I was so motivated, in fact, that I spun up a new server the very next day and set about installing a newer version of Drupal.

Things did not go well.

I come from the world of installing Drupal via cPanel. It was its point-and-click functionality that drew me in. Sure, I’ve expanded outward into server hosting as a result of running a site for so long, but things like using a terminal to do things have always been juxtaposed to what I prefer. Needless to say, when I realised I needed to use Composer to even so much as install Drupal, I was immediately put on the back foot.

I did persevere, however, assuring myself that adopting these new skills was ultimately in my interest. Given that I used ServerPilot for my server management, even installing Drupal required some customisation and hacking to get it into the public directory that ServerPilot creates.

Then it got worse.

I noticed Drupal had some migration tools built in, and that made me want to test some data migration, so I set about installing all the 10.4x versions of the modules I could. That was enlightening, as I quickly learned just how many versions of Drupal seem to be running concurrently since version 7, and how much pot luck is involved, as ever, with module availability. I was installing these via Drush (I think), which I couldn’t call globally and had to reference in a subdirectory each time, when I got to Webforms and found that it had to have its own libraries installed in the traditional way. So, all the command-line stuff felt like it was for nothing, really.

I could go into detail about my attempted migrations via the web interface, but I’m sure most of you know both how foolish and how painful that is. Highlights included leaving it running for 24 hours just to realise it had ground to a halt.

Yes, I did try migration via the command line, but at this point, everything was so messed up and my head so fried from searching through blog posts that referenced so many versions of Drupal, I couldn’t move forward and resigned to the concept I was stuck with Drupal 7 until I could afford to pay someone my yearly salary to try and upgrade it.

Now, Backdrop had been mentioned, but I reacted to that concept like a baby being fed a Brussels sprout. I did not like that idea. It caused me to have flashbacks to the days of Joomla vs Drupal and the horrors of adopting the next digital Betamax. I did take a look at their site, though, and their installation guide, just to see if I could do it via FTP, and that led me to their migration documentation and the mention of a module that can check what other modules have been ported across.

Well, that turned out to be a shocker.

I’d assumed that, even if I wanted desperately to move to Backdrop, a lack of module support would make that impossible, but the check showed that almost all of the ones I was using had already been ported, even though I was using a lot.

So, I installed Backdrop, which was really easy for me, and went through their process of migrating from Drupal 7, which got me a mostly functioning site. I mean, it had some significant issues, like major parts of the admin interface going missing, but, data-wise, it was all there.

Knowing that this still wasn’t something I felt up to doing, but clearly a lot easier to achieve, I looked for Backdrop specialists in the UK whom I could approach, which is a bit like finding someone who can build a dry-stone wall, not an ordinary skill. I found one agency in London and one just an hour away from me.

The London agency admitted that they’d never actually built a Backdrop site, only Drupal, and proceeded to give me a rough estimate I can only describe as astronomical. The more local agency, though, a meeting with them showed they were really switched on and felt Backdrop was certainly the way to go.

They quoted, at their top end, around 1/10th of what it would have cost me to migrate to a newer version of Drupal. I snapped their hand off.

At the beginning of this month, my new Backdrop-powered site launched, and, to be honest, it feels good. Not amazing. Just good. I mean, it’s Drupal, so everything kinda feels the same. Bugs in some views are still there. A few module features have gone. It doesn’t feel any faster. It feels like I’ve paid what is a significant amount of money to move sideways from something that originally cost me nothing, and then there’s that slight concern that Backdrop is just going to die a death due to the comparatively small size of its community.

I do sleep at night, though. It’s nice knowing the platform I’m on has all the focus on one version. It’s nice knowing that, for now, the plan is to keep everything interface-based. It’s nice having, for the first time, an actual developer I trust and can call upon in a crisis.

This is why I’ve titled this post with a reversal of out of the frying pan and into the fire. I don’t feel like I’m quite out of the woods yet. Part of me wonders how much more secure I would perhaps feel if I were on a supported version of Drupal, or if I would still feel like my days were numbered, with the technical side getting more daunting rather than more reassuring.

I’ve posted this because some people were asking me to update them on my findings. Ultimately, I think it’s too easy to see this as a Drupal vs Backdrop issue. The reality is, thanks to Drupal’s dominance and thanks to the open source community, we’re blessed with options. If my site didn’t take card payments, I probably would have persevered with the Backdrop migration myself. If I’d had much more funds, I probably would have eaten the cost of upgrading to a newer version of Drupal and maybe never faced the issue again. If I’d not felt ready to jump in either direction, there was still that legacy support to consider. That I’m deeply thankful for.

I’m also deeply thankful to this community, which pushed me in a few directions worth trying and helped me find a result that works.

submitted by /u/Captain-Trashpanda
[link] [comments]
  •  

Media data behind a hidden permission?

D11.x Commerce - I noticed that if I try to view media with a contextual filter, I cant get anything but a blank view on pages. Works within the view editor itself but not on a page.

If I use a custom content type with a related media field, a contextual view does work, and I can pull it into a product twig template with {{ drupal_view('additionaLproduct_media', 'block_1') }}.

My goal was being able to import media (images and remote video) for a product. I assumed importing into the related content type wouldnt work at all, but it does so I have a working setup.

But, I am left wondering if there is a permission or some other default media setting that keeps it from working with a media content view?

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

Understanding themes Bootstrap Barrio and Bootstrap Barrio Subtheme

I am trying to use theme Bootstrap Barrio 5.5.20, and have the associated Bootstrap Barrio 5.5.20 Subtheme also installed and set as the default. I have assumed, without knowing for sure, that this Subtheme is a pre-built subtheme that eliminates the need to manually create a subtheme, is that correct? So if I make changes to the subtheme files, not just CSS but possibly in the number and definition of regions, will future updates to Bootstrap Barrio then flow through and not require any reworking or updating of the subtheme?

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

D11 Commerce3 issues

Struggling to get a new Drupal 11 + Commerce 3 functional with PayPal gateway. Finally got sandbox verified, added product and have add to cart. In my flow, shipping is before payment. I never get asked for address, and PayPal doesn’t send it back when the order completes.

ChatGPT has me going in circles. Can’t figure this out! Please help.

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

Why Businesses Still Choose Drupal for Complex Web Development

When people talk about content management systems, WordPress usually dominates the conversation. But for organizations that need something more powerful, scalable, and secure, Drupal is still a very strong choice. Over the years, I’ve seen companies across industries government, healthcare, education, and enterprise-level businesses pick Drupal for projects where other platforms would struggle.

Here are a few reasons why Drupal continues to hold its ground in 2025:

1. Security Comes First
Drupal has a reputation for being one of the most secure CMS platforms available. That’s why it’s often used by government websites and enterprises handling sensitive data. The community takes security patches seriously, and the core itself is built with security in mind.

2. Flexibility and Customization
Unlike plug-and-play systems, Drupal allows developers to build complex workflows, custom content types, and advanced integrations. If a business needs something beyond a simple blog or marketing site say, a multi-lingual platform, a membership system, or an enterprise portal Drupal is equipped for it.

3. Scalability for Growth
Some platforms perform well until traffic spikes or content volume grows. Drupal, however, is designed to handle large amounts of content, users, and integrations without losing stability. This makes it a go-to choice for organizations planning long-term growth.

4. Strong Community and Modules
The Drupal community is active and always building. With thousands of contributed modules, you don’t have to start from scratch for every feature. Chances are, if you need something, there’s already a module or at least a framework to build on.

5. API-First Architecture
Modern businesses often need to integrate with external systems mobile apps, CRMs, ERP software, or third-party APIs. Drupal’s API-first approach makes it easier to connect different technologies and create a smooth digital ecosystem.

At the same time, Drupal does require experienced developers. It’s not always the easiest system for beginners, and projects can take more planning and expertise compared to lightweight CMS platforms. But for organizations that need power, security, and flexibility, the investment pays off.

For those interested in seeing how Drupal can be applied to real projects, here’s a detailed page about Drupal development services that goes deeper into practical use cases and solutions.

I’d be interested to hear from others:

  • Have you worked on Drupal projects recently, and how does it compare to newer frameworks in your experience?
  • Do you think Drupal will remain relevant for enterprise-level web development over the next decade?
submitted by /u/Mysterious_Wafer5410
[link] [comments]
  •  

Degradation in Managed Databases

Sep 20, 09:05 UTC
Resolved - Our Engineering team has resolved the issue that was affecting the ability to access and manage the Managed Databases and App Platform in the Cloud Control Panel. Users should now no longer experience slowness, timeouts, or errors when interacting with Managed Databases or App Platform services. All operations should be functioning normally.

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

Sep 20, 02:30 UTC
Monitoring - Our Engineering team has implemented a fix to resolve the issue that was resulting in the degradation of the Managed Database and App platform deployment in the Cloud Control Panel.

During this time, users should no longer experience slowness issues with Managed Database and App Platform, and any other previously mentioned timeouts and errors.

We will post an update as soon as the issue is fully resolved.

Sep 20, 00:42 UTC
Identified - Our Engineering team has identified an issue affecting the ability to access and manage the Managed databases and App platform in the Cloud Control Panel.

While there is no impact on data-plane availability, Users may experience some issues like UI taking a while to load, request timeouts, some delays in App platform deployment for apps that have databases, and some API errors.

Our Engineering team is already working on this issue for the resolution. We apologize for the inconvenience and will share an update once we have more information.

  •  

Real time visitor tracking for Drupal sites

I've been using Drupal for a while now and wanted a real time visitor tracking solution.

So I built modovisa.com a real time visitor journey tracking and analytics platform that shows you visitor journeys through your site in real time, from landing page to exit, product page to checkout in visually intuitive interface.

Easy to setup, lightweight and It's free, try it out.

submitted by /u/moon-shine-jack
[link] [comments]
  •  
❌