Hi y’all. Hoping you can help me see what’s wrong here. I’m a semi-tech-literate non-tech-person, relying on a lot of googling and man this, man that, --help to try and get this going for a demo to get the higher-ups behind using Mautic. I’ve stumbled this far but I’m stumped at this point…
Your software
My PHP version is : 7.4.29
My MySQL version: 8.0.29
Updating/Installing Errors
I am installing via CLI. Uploaded .zip, extracted, changed file ownership to apache:apache, changed all permissions to 755 for testing
These errors are showing in the installer : The generic error message I shouldn’t post
These errors are showing in the Mautic log : Mautic log path (path/to/mautic/var/logs) is empty. Apache logs end with multiple lines of: “Symfony\Component\ErrorHandler\Error\ClassNotFoundError: Attempted to load class “PDO” from the global namespace.”
Your problem
My problem is : not getting an install screen to move on to configuring Mautic.
Steps I have tried to fix the problem :
- Checked that php_mysql is installed
- reinstalled composer, php_mysql
- added “extension = pdo.so”, “extension = pdo_sqlite.so”, “extension = pdo_mysql.so” to php.ini