Skip to main content
148
results
Andrew Fletcher
  Set up your server Begin by cleaning up your server environment.  Do this by updating Ubuntu’s package index: sudo apt update && sudo apt upgrade -y  Check if Python3 is already installed python --versionResponse Unknown option: -e usage: python3 [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `python -h' for more information.Or python3 --versionResponse Python 3.8.10  Update Python If you want to update to the latest version sudo apt-get install python3...
Andrew Fletcher
By default the maximum file upload size is set to 2MB.  It is not a...
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 logged in. An introduction to PATCH command can be viewed on the Node PATCH command screen.  Secondly, review the user API, as it outlines the structure for each of the fields that can be included.  Finally, if you haven't already reviewed the introduction into setting up RESTful hal+json refer to the set-up documentation.  Also see the Query - user screen.  To be able to...
Andrew Fletcher
  Updating to Drupal 10 Begin by upgrading Drupal 9 to the latest version....
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
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...