-
Notifications
You must be signed in to change notification settings - Fork 435
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
Error: could not find driver #1403
Comments
Facing a similar problem, also while migration EE should add a check for PHP 7.2 by default and rather give a early warning instead of telling later that EE needs at least PHP 7.2 to run. |
Is there a solution to this? |
2 similar comments
Is there a solution to this? |
Is there a solution to this? |
With the same problem after installing the easyengine using the following commands: Above line is the bash or shell script to automatically check default / global php version in linux, Here is the step to check how many manually PHP versions installed in your system. Make sure port 80 and port 443 is not in use by any services, easyengine works best on a clean server setup. |
I think this problem is occurring when the user already has PHP installed. At that time, even if EasyEngine installs PHP, it is not being used. Default PHP of user is being used which may not have required PHP extensions (pcntl, curl, sqlite3, zip). I think we need to use Thank you everyone for reporting and bumping this issue. |
This issue is tracked further at EasyEngine/installer#31. Closing this one. |
Here's what I did on Ubuntu 22: apt-get upgrade # this may be ommited, I think
apt-get update
apt install php-cli php8.1-cli
wget -qO ee rt.cx/ee4 && sudo bash ee ✌️ |
For each command I am getting "Error: could not find driver".
ee cli info
Error: could not find driver
ee site list
Error: could not find driver
System Information
Error: could not find driver
The text was updated successfully, but these errors were encountered: