I had a challenge with my mautic landing pages when I did a fresh install using Podman. Part of the process that I thought was both useful and educational and worth leaving as a permanent post was how to clear the Mautic cache, especially using podman This mautic documentation page indicated that it may be required to a) clear the…
Tag: mautic
HOW TO GET MAUTIC LANDING PAGE BUILDER WORKING
THE BACKGROUND AND PROBLEM After much face-palming I finally got the html builders working on a fresh install of Mautic. Before that, when I went under “Components” and “Landing Pages”, and when I tried to open the builder function after selecting a template, all I got was a white screen with the tools on the right pane. When I clicked…
Mautic Contacts Import Export Template CSV
This will be one of my smallest posts. For some reason in Mautic, unlike most systems I’ve worked in, you can’t easily click and download a .csv ‘template’ of the fields that it uses. I was trying to create a test list in a spreadsheet and then import that test list (mainly for emailing of course) into Mautic and I…
How to Reset Admin Password in Mautic in Docker Environment
Lost my admin password and / or something went wrong. Anyways, I figured I have to learn how to do to be a good admin anyways, so might as well go through the pain for the learning and blog it for the rest of you to benefit from…. Go to your Docker folder where your docker-compose.yml file is (if you…
How to install Mautic on an Ubuntu Server at Digital Ocean
The server installation guide in the docs for Mautic is ‘pretty good’ but still expects that you’re already a system admin kind of person and now how to do stuff. I’ll walk you through the install in the usual way I do in hopes that it helps some of the steps. This link shows the server requirements users install apache2:…