Your software
My PHP version is : 7.3.19
*My MySQL version is: 5.7.30-1
Installing Errors
I am (delete as applicable): Installing
installing via (delete as applicable) : Command Line
These errors are showing in the installer :
These errors are showing in the Mautic log :
These errors are showing in the upgrade_log.txt file (located in the root of your Mautic instance when an upgrade has been attempted - ensure you remove or redact any sensitive data such as domain names in the file path) :
Your problem
My problem is :
This is a clean install of Centos 7 on a local PC to test Mautic
Mautic files are in apache default site /var/www/html
http write via selinux is only allowed to var, and config as Iâm trying to create as secure an instance as possible.
The Installer prerequisites were met and the installer web gui went through as described.
When I browse to the site I get a 404 error
initial url http://lists.nw.local
redirected url http://lists.nw.local/s/dashboard
I believe it should be
http://lists.nw.local/index.php/s/dashboard
If I use that url it shows the login page but after attempting to log in the next page gets a 404 error as index.php is no longer in the url
There are no errors in the apache log
The Mautic log only contains
[2020-06-23 20:35:49] mautic.ERROR: SCHEMA ERROR: An exception occurred while executing âSELECT f.alias, f.is_unique_identifer as is_unique, f.type, f.object FROM lead_fields f WHERE f.object = âleadâ ORDER BY f.field_order ASCâ: SQLSTATE[42S02]: Base table or view not found: 1146 Table âmauticdb.lead_fieldsâ doesnât exist
Steps I have tried to fix the problem :
Iâve tried comparing apache config to setttings posted in howto articles but as Iâm not using vhosts the default site settings seem to match, This system will only host Mautic. I havenât configured https as this is an internal test.
Please advise?