Skip to main content
152
results
Andrew Fletcher
I've been working on a problem where a font and image tag aren't appearing on the front end of my website. I found that if I disable CSS aggregation, the YouTube play button symbol and overlay will appear. However, this slows down the page speed. How to leverage CSS aggregation but set specific files to be excluded? I'm wondering how to leverage CSS aggregation but exclude specific files. Here's an example of what my theme libraries file looks like: global-styling: version: 1.x header:...
Andrew Fletcher
In a site I'm working at the moment, we need to download high resolution images...
Andrew Fletcher
Whilst attempting to download the latest config.zip file for Solr, I was greeted...
Andrew Fletcher
Having a situation where I'm running a sub theme based on Bootstrap Barrio, but...
Andrew Fletcher
This guide has been compiled as a reference tool on how to access field values...
Andrew Fletcher
Running Docker, I deleted the images and containers they had been built to date.  Time to refresh the environment and see what works and what isn't working.  This action was a result of the dev environment failing to load.   Current versions The PHP version is 8.1.12 apache 2.4.54-bullseye Composer response Composer versions 2.4.4 2022-10-27 14:39:29PHP response PHP 8.1.12 (cli) (built: Nov 15 2022 04:46:23) (NTS) Copyright (c) The PHP Group Zend Engine v4.1.12, Copyright (c)...
Andrew Fletcher
I've recently upgraded the server Ubuntu 20.04 updating the PHP version from 7.4...
Andrew Fletcher
Installing PHP on OSX and it installed PHP 8.2.x.  However, for my...
Andrew Fletcher
A recent upgrade to PHP 8.1, has highlighted an error that hadn't been appearing...
Andrew Fletcher
Setting up the admin password.   Process: 1. Edit jetty.xml To begin you...
Andrew Fletcher
Working in Drupal 9.5 and I'm now getting the following cache tag error The website encountered an unexpected error. Please try again later. Error: Call to a member function getCacheTags() on null in Drupal\views\Plugin\views\query\Sql->getCacheTags() (line 1683 of core/modules/views/src/Plugin/views/query/Sql.php).This issue was raised on 8th September 2020 see Fatal error "getCacheTags() on null" on admin/content Views page (https://www.drupal.org/project/drupal/issues/3169694)....
Andrew Fletcher
Regular commands for brew   Brew update This updates Homebrew itself....
Andrew Fletcher
Working in Drupal admin, going to a content type > manage form display and...
Andrew Fletcher
Working through and importing JSON data into a content type.   Drush...
Andrew Fletcher
After cloning a site, next you will want to import the config file.  Which...