Gray.me.uk - Tech and Linux Blog
  • Home
  • About
  • Contact Me
  • Services
  • Search

Combining Tailwind and Vue js build scripts into a single call.

December 26, 2024 WanderingTechy 0

I have 2 vite.config.js files and a single tailwind.config.js The commands to run these individually are straight forward.  But adding a –watch to each would […]

Add Tailwind CSS to a CodeIgniter 4 Project

December 22, 2024 WanderingTechy 0

I had a few problems installing tailwindcss but found this to work. npm install -D tailwindcss npx tailwindcss init Update tailwind.config.js as below: Code: /** @type […]

CodeIgniter 4 fresh install TimeTrait Error.

December 21, 2024 WanderingTechy 0

If you get this error after a fresh install of CodeIgniter 4 using php 8.4; “Fatal error: Declaration of CodeIgniter\I18n\TimeTrait::createFromTimestamp(int $timestamp, $timezone = null, ?string […]

Opencart Filter Cyrillic Characters In Contact Us Form.

October 24, 2024 WanderingTechy 0

A client is getting lots of “Russian” looking spam in his contact us form.  I edited this file. web/catalog/controller/information/contact.php In the validate section, which starts […]

Call to undefined method MY_Loader::_ci_object_to_array()

September 22, 2024 WanderingTechy 0

If you get this error message; An uncaught Exception was encountered Type: Error Message: Call to undefined method MY_Loader::_ci_object_to_array() Filename: /home/<user_name/Documents/Development/Sites/cp/application/third_party/MX/Loader.php Line Number: 300 On […]

Quickly get backup drive attached on OVH.

September 12, 2024 WanderingTechy 0

OVH offer a backup service that can be connected via CIFS, FTP and NFS. Getting it connected via NFS is fast on Linux. These instructions […]

Quick way to install php modules.

August 4, 2024 WanderingTechy 0

Doing each line individually is a pain. Here is a handy shortcut. Start with the usual apt install php8.x- Then include each module name separate […]

In Linux Mint 22 Thunderbird Icon is appearing twice in panel.

August 3, 2024 WanderingTechy 0

In the file /usr/share/applications/thunderbird.desktop Add the following line after the StartupNotify line StartupWMClass=thunderbird-esr

Selectively BCC ALL emails using postfix by domain.

July 31, 2024 WanderingTechy 0

You can use sender_bcc_maps and recipient_bcc_maps to selectively BCC both incoming and outgoing emails. sender_bcc_maps = hash:/etc/postfix/archive_domain recipient_bcc_maps = hash:/etc/postfix/archive_domain In /etc/postfix/archive_domain Add one entry […]

Message: Call to undefined method MY_Loader::_ci_object_to_array()

July 30, 2024 WanderingTechy 0

It seems that this is caused by Codeigniter 3 changing an internal function. I am not going to chase down the specific commit where this […]

Posts pagination

1 2 … 17 »

Search this site

Categories

Server Administration Services

I provide server administration, problem solving and other services. Please see Services option on main menu.

$5 a month for an SSD based VPS

digitalocean-logo
Plesk and CPanel licenses at much reduced prices.

Archives

Copyright © 2025 | WordPress Theme by MH Themes