Skip to main content
156
results
Andrew Fletcher
By default the maximum file upload size is set to 2MB.  It is not a Drupal issue, instead a php issue as upload_max_filesize is set in your php configuration (php.ini file).  Therefore it is a server-side configuration. If you have access to the php configuration file, I would recommend to make the changes directly in it.  Yet, on some occasions you cannot access the server configuration (on a shared hosting, for instance) and if you wish to alter some of your server...
Andrew Fletcher
Twig error Twig\Error\SyntaxError: Unknown "filter" tag. in...
Andrew Fletcher
Post upgrading from Drupal 9.5.10 to Drupal 10.1.3, I was seeing the following...
Andrew Fletcher
To get Flysystem S3 ready for Drupal 10, I needed to apply the latest patch to...
Andrew Fletcher
To PATCH a user is to update an existing user... actually the current user...
Andrew Fletcher
  Updating to Drupal 10 Begin by upgrading Drupal 9 to the latest version.  Currently that is 9.5.10   Review existing modules and themes Using the Upgrade Status (https://www.drupal.org/project/upgrade_status) module, review the state of existing installed and uninstalled modules and themes.  This includes removing deprecated modules in Drupal 10 such as Color, HAL, RDF and themes Bartik and Stable.  Note, for Drupal 10, the theme Stable is now Stable9. Note - while...
Andrew Fletcher
Attempting to run a composer update command, you know the one used...
Andrew Fletcher
On most of the sites I'm running the Google analytics ID is appearing....
Andrew Fletcher
How to set the Private file path in Drupal using the following steps: Create a...
Andrew Fletcher
Only a month ago, running an app through the Android Studio emulator was running...
Andrew Fletcher
Using Composer to Manage Projects and if required their dependencies In this section, we're going to dive into how to use Composer to manage project dependencies. Specifically, we'll cover the following:     Installing and Uninstalling packages    Forcing Composer to install the latest dev    Updating and downgrading projects with Composer    Skipping versions and Specifying ranges    Enabling modules with Drush    How to decide which...
Andrew Fletcher
If your Composer project doesn't have Drush listed as a dependency, you can...
Andrew Fletcher
Using CK Editor 5, I needed to add instructions to a page that held FontAwesome...
Andrew Fletcher
I've been working on a problem where a font and image tag aren't appearing on...
Andrew Fletcher
In a site I'm working at the moment, we need to download high resolution images...