-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration to 5.8.0: 'Doctrine\DBAL\Driver\PDOMySql\Driver' not found #1513
Comments
Is your server running php 8.x? |
Thanks for your help. It is indeed running v7.4.3. Can this be the cause of the error? |
Yes, that is probably the reason. Composer will install a newer version of DBAL when PHP is upgraded |
Make sure to run |
I run I just checked it installs According to https://stackoverflow.com/a/65075035 the downgrade fixes the error about the missing class (which it did for me). Looks like the class does not exist in I will update to php |
Aah probably it is because |
Seems to be only supported from
|
I don't think we want to keep supporting EOL versions of PHP, so I'm closing this issue. I think we need to update the docs so it's clear that PHP 7 is not supported anymore in MunkiReport 5.8 |
When upgrading I git this error running the migrations:
Changing
composer.json
to require an olderdoctrine/dbal
fixes it:Looks like the migration is not compatible with newer
dbal
?I reverted the change after the migrations completed, but I'm not sure what should be the correct version in the end.
The text was updated successfully, but these errors were encountered: