Your software
My Mautic version is: 4.2
My PHP version is: PHP 7.4.28
My Database type and version is: Ver 15.1 Distrib 10.5.12-MariaDB, for debian-linux-gnu (x86_64)
Your problem
My problem is: ERR_TOO_MANY_REDIRECTS
These errors are showing in the log:
Steps I have tried to fix the problem: Deleted /var/cache/*
I updated successfully via command line. Since then the page is not accessible.
I have another Mautic (4.2) running on the same server. This one is running without problems although it is running on the same Apache server.
Hi, I smell an SSL error or URL setting problem in the air.
Can you check if you are using the right protocol in your config file and not http instead of https?
It’s in /app/config/local.php if you can’t open your Mautic’s config page.
Many thanks Joey, I checked this and I’m using https.
What seems strange to me is that this other installation (on the same server) is running perfect. And I did there the same update from 4.0 to 4.2 three weeks ago.
It turned out that the problem was not on Mautic site, as assumed by most of you, but on the redirect site.
I’m sorry for that, and thankful, for your all help!
I changed the redirect and now it is working properly.
Why this change came with Mautic 4.2 I can’t tell.
I’m using ispConfig for the server management and had there configured a 301 redirect to the mautic folder.
Now I changed it via Apache directives and changed the Document Root path.