Mautic 4.1.2 (i think… whatever is provided rn when using git clone GitHub - mautic/mautic: Mautic: Open Source Marketing Automation Software.)
My PHP version is: 7.4 (I have AMPPS running 7.1 too, unsure which is actually being used by Mautic and i have no idea how to tell)
My MySQL version is: 5.6.37
Apache: 2.4.27
OS: CentOS 7 with AMPPS for Linux (legacy version)
I am : Installing
Installing via: Command Line
These errors are showing in the installer : N/a - the installer does not even start.
These errors are showing in the Mautic log : N/a - no logs are created or exist
My problem is : I deployed the Mautic files and pre-requisites using this guide https://kb.mautic.org/knowledgebase/installation/how-to-install-mautic-on-a-localhost
I did everything in the guide and got as far as trying to launch http://localhost/mautic. I was originally presented with a 403 Forbidden error (You don’t have permission to access /mautic/index.php on this server.). The has now been changed, see ‘Steps I have tried…’ section below
Steps I have tried to fix the problem : I edited .htaccess in 2 ways, both with the same result:
-
commented out:
<FilesMatch “.php$”>
Require all denied
-
Changed the same parameters:
<FilesMatch “.php$”>
Require all granted
The result is a ‘Site is offline’ error, The site is currently offline due to encountering an error. If the problem persists, please contact the system administrator.
I have also tried to apply permissions to the /usr/local/ampps/www/mautic directory with chmod but being a relative noob with Linux i think i’m doing it wrong. I usually get an error message about syntax (where i think i’m missing the 3-digit value) or i get ‘unknown user’ when trying to use ‘apache’ as the username to which i want to give the permissions
I have checked the apache logs which do detail errors but i’m not getting much out of the traditional ‘Googling’ approach. I’ll put the log results in a separate comment on this thread.
Help please, i’ve been round in circles with this in both CentOS and Windows, always the same result!!!