Tim Rabbetts | April 11, 2023
I was trying to do a drush site-install and got the below error. Error: Cannot use object of type stdClass...
Tim Rabbetts | March 13, 2023
I recently brought a new Bluetooth keyboard from amazon (made in China). The keyboard is fine but some of the keys haven't been mapped...
Tim Rabbetts | February 8, 2023
In Drupal 9, swift mailer and other mailing solutions have been replaced with symfony...
Tim Rabbetts | January 15, 2023
I recently noticed that support for the bootstrap5 theme I used was limited by deprecated...
CKeditor 5 is the new default for Drupal 9. For syntax highlighting it comes with a code block button you can attach to the editor.I...
Tim Rabbetts | January 9, 2023
This error is commonly caused due to one of the extensions installed within Chrome. Most likely you will see this error...
Tim Rabbetts | October 12, 2022
I found an issue recently where phpcs (PHP Code Sniffer) was taking ages and times out on a directory. After tracking the issue down to a...
Tim Rabbetts | December 4, 2020
I have a Debian server and added a new drive to it but it needed to be ext4. In the past I have used Gparted the graphical front end to...
Tim Rabbetts | November 8, 2020
I run a docker-compose command like this from cron and in the log its says: the input device is not a TTY
Tim Rabbetts | October 6, 2020
This was a tricky one! So I tried to run composer update and it failed: composer [ErrorException] Undefined index: extra...
I had an issue with Plex where the limit to airing time shown in the drop-down was an hour out, to fix this I had to upgrade to the latest version...
As part of my deployment I use ansible and docker-compose. The ansible script calls drush cim within the docker container via docker...