Latest articlesall
Drupal and ChatGPT plugins
Step into the world of AI integration in my latest blog post, where I detail the process of creating a simple yet powerful plugin that connects ChatGPT to a Drupal website. Get a firsthand look at how this plugin was developed, and the potential it holds to revolutionize user interaction on your site.
Drupal, Google Analytics 4 and commerce events
As Google Analytics 3 (Universal Analytics) nears its sunset, Drupal and Drupal Commerce users face an analytics challenge due to a lack of support for GA4 commerce events. Learn about a new Drupal module that circumvents this hurdle, harnessing Google's Measurement Protocol to directly send event data to GA4.
How to apply a patch in Drupal
Discover the importance of applying patches in a Drupal project to modify the core, modules, or themes without directly hacking the files, as well as enhancing things or fixing bugs in modules. Learn how these patches can even help make a module compatible with Drupal 10, ensuring smooth operation and updates.
ChatGPT will replace software developers
Are software developers on the brink of being replaced by a machine? The rise of ChatGPT is shaking up the tech industry and raising questions about the future of software development. Read on to find out what I think about this.
Couldn't execute 'FLUSH TABLES': Access denied
Just tried to sync my production Drupal database to my local machine with the drush sql-sync command and I got the following error message: mysqldump: Couldn't execute 'FLUSH TABLES': Access denied; you need (at least one of) the RELOAD or FLUSH_TABLES privilege(s) for this operation (1227).