Fala galera… Estou tentando instalar e acessar o Mautic - Softaculous, mas instala e não abre nem o frontend e nem o backend. Baixei a versão 3.2.4 e tentei instalar manualmente, mas diz que não pode acessar (https://lugansoftware.com/mautic/installer). Sempre abriu normalmente, mas agora em nenhum dos domínios. Algum problema?
I’m asking my server to increase it to 512Mb, however … Before, I would open normally without having to change PHP.ini. Has anything changed in 3.0?
Thanks.
The ‘memory’ we are talking about is not your server Memory.
Take it this way: you buy a land and build a weekend house. You decide to grow some vegetables. Your land is 500 sqm, but you only assign 50 sqm for vegetables. Otherwise your wife can’t do any sunbathing and your kids can’t play football.
Same thing. This is the memory assigned for running php scripts (like Mautic). You assign a chunk of your Memory to run scripts. You can set this in your php.ini. My recommended settings for your php.ini:
file_uploads = On
allow_url_fopen = On
short_open_tag = On
memory_limit = 512M
upload_max_filesize = 100M
max_execution_time = 300
Perfect, Joe … I understood your suggestion and tried to change it on CPanel, but I got an error message, when trying to change it from 32Mb to 512Mb. I will put the received message below.
Error: The system failed to lock the file “/home/lugan/public_html/php.ini” (as EUID: 511, EGID: 512 512) because of the following error: Permission denied
My request to the server administrator was because of this.
I am waiting for their response to return to you.
My surprise is that I always installed MAUTIC through Softacoulos and I never received any errors.
I will make the changes as soon as I get this permission.
I appreciate your suggestion and tried to follow it, downloading the file from the official MAUTIC website. I followed the recommendations step by step and right at the beginning of the installation, there was an error too. There was no choice of database type. As I am not a programmer and just a user of the great digital marketing platform, I ended up giving up and trying to go back to the automatic installation.
However, as soon as I overcome this problem of being able to at least run the installation system, I will try again.
Thanks.
You should look for a tutorial: Install Mautic on a CPANEL.
Here I can see, that you are about to define php settings for php 5.4.
You’ll need 7.3 for Mautic 3.2.
I wish I’d be more help, but I’m not in picture with Mautic and Cpanel so much.
Joey