Skip to main content
135
results
Andrew Fletcher
Occasionally, a Drupal site may display a warning about a module being "Missing or invalid." This issue occurs when a module is marked as installed in the configuration but is no longer present in the file system. A common example is the `fakeobjects` module, which is associated with CKEditor 4 and may remain in the configuration after CKEditor 4 is uninstalled.    Understand the issue The warning occurs because Drupal stores module information in the `core.extension` configuration. If...
Andrew Fletcher
When troubleshooting network issues or configuring devices, knowing your IP...
Andrew Fletcher
DDEV has become a popular tool for local web development, offering a streamlined...
Andrew Fletcher
Observing colleagues work with Drush, it’s clear they have the basics down pat....
Andrew Fletcher
Transferring files between development and production environments is a critical...
Andrew Fletcher
In the ever-evolving landscape of web development, technical challenges are par for the course. One such challenge recently encountered involved a Drupal installation, where the popular command-line tool Drush failed to execute correctly. This article delves into the issue, the diagnostic steps undertaken, and the resolution achieved, offering insights for professionals navigating similar technical hurdles.   Understanding the issue During routine operations within a Drupal environment, an...
Andrew Fletcher
In today's security-conscious world, enforcing HTTPS on your web applications is...
Andrew Fletcher
When working on Drupal projects, especially in a collaborative environment, it’s...
Andrew Fletcher
If you're working with Drupal on an Ubuntu 24.04 server, it's common to use the...
Andrew Fletcher
If you’ve ever encountered strange errors while running a bash script, you’re...
Andrew Fletcher
If you've ever worked in a cross-platform development environment, you've likely encountered line ending issues. These can manifest as warnings in Git, such as: warning: in the working copy of 'file/path/filename', CRLF will be replaced by LF the next time Git touches itThese warnings arise from differences in line endings between Windows (CRLF) and Unix/Linux (LF) systems. This article will guide you through resolving these issues by configuring your repository to handle line endings...
Andrew Fletcher
Have you ever wanted to use Terminal with a more fluid style and increase your...
Andrew Fletcher
When it comes to text editing, Visual Studio Code (VS Code) is one of the most...
Andrew Fletcher
On a server directory with over 100,000 PDF files, I needed to verify the...
Andrew Fletcher
To review the content of files being generated in the /tmp directory on an...