Blog

Kategorie: en Remove Filter


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...

Proxy timeout with Lucee, Apache 2.4 and Tomcat 8.x

Akitogo Team, 09 Jun 2017

This is more a quick note than a decent blog post. Recently there was a question of the CFML Slack channel where a user received a Proxy Timeout 502 from Apache which looked like this

Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /index.cfm/yourUrl.

Reason: Error reading from remote server

 


Apache/2.4.18 (Ubuntu) Server at x.x.x.x Port 80
Read More...

Google Analytics for Contentbox CMS

Akitogo Team, 18 May 2017

We recently wrote a small module for Contentbox CMS which makes it easier to setup Universal Google Analytics and enable a few options. While it's pretty easy to insert a Google Analytics tracking snippet in the Global Html section of Contentbox this approach has a few downsides

Read More...