Blog


Kategorie: en Remove Filter


How to create compliant e-invoices with ColdFusion and ColdBox

Akitogo Team, 26 Nov 2025

Starting 2025, German businesses must accept e-invoices for B2B transactions. Learn how to implement ZUGFeRD/Factur-X compliant invoicing in ColdFusion using the cbZUGFeRD module.

Read More...

cfexecute fails, while execution from command line works

Akitogo Team, 25 Nov 2025

This is a quick technical note for a strange issue where our bug tracking system logged an increasing number of messages like Error invoking external process /usr/bin/identify. Curiously, executing the command directly from the CLI worked without any issue.

Read More...

Address validation for Magento 2 with Melissa Data

Akitogo Team, 27 Jul 2020

For a recent migration project from Magento 1.9 to 2.3 we found that there was not publicly available extension for current Magento. That was the main reason why we made our work available under a MIT license on Github.

Read More...

Apache and Tomcat not recognizing SSL correctly

Akitogo Team, 23 Oct 2019

This is a quick technical note how to pass SSL status from Apache to Tomcat when using mod_proxy.

Read More...

How to minify and combine Javascript and CSS files with Coldfusion

Akitogo Team, 12 Apr 2019

A native approach with Commandbox. Either run for all files with a directory or setup a config file which contains all files to be minified grouped in different sections.

Read More...

How to run Solr 7.2.1 with Java 10 or later

Akitogo Team, 27 Sep 2018

You are maybe forced to use a Solr version less than 7.3 with Java 10 or Java 11. If you try to start Solr you will receive this message:

Your current version of Java is too old to run this version of Solr

Here is how to fix it

Read More...

Raising limits on Ubuntu 16.04 and 18.04 for Solr 7

Akitogo Team, 20 Sep 2018

If you do a fresh install of Solr 7 on Ubuntu 16 or 18 we will see several warnings after starting the service. This is a quick technical note on how to get rid of these errors. 

Read More...

Running lsyncd on Ubuntu 16.04 and 18.04

Akitogo Team, 08 Mar 2018

This is a quick technical note for running lsyncd on Ubuntu 16.04 and 18.04. Assuming that you have installed lsyncd successfully as a service and you want to sync files which have root read only permission to another Ubuntu server.

Read More...

Magento Update 1.9.3.7, Amasty Full Page Cache and Redis Session can kill your store

Akitogo Team, 16 Feb 2018

While the last updates of Magento 1.9 have been flawless the latest update to 1.9.3.7 caused an error. Backend worked, correct version of Magento appeared in the footer, but shop frontend showed 404 Page not found!
What happened? Error trace was also strange. Default Shop cannot be loaded or is not configured. Did Magento forgot how to load the default store? Very unlikely. The further trace looked normal. Amasty Cache, RedisSession, some logs, everything as expected, but no default store anymore.

Read More...

Mailchimp Api v3 for Coldbox Coldfusion

Akitogo Team, 09 Aug 2017

Recently we have been working more and more with Mailchimp which makes designing and sending email newsletters easy. A missing piece was the integration into our own application. Mailchimp has an easy and extensive API unfortunately there are only basic implementations for Coldfusion and Coldbox framework. So we ended up writing own, our goal is to offer a feature complete API wrapper.

Read More...