Level 2
Are you using MSSQL ? Went trough the problem of connecting PHP to mssql and it was nightmare. Finally got it up and running on php7.1 and sybase driver
sudo apt-get update sudo apt-get install -y php7.1-sybase sudo reboot
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
i develop my app in windows and now deploy on ubuntu
on migration, i got the error
In Connection.php line 664:
could not find driver (SQL: select * from information_schema.tables where table_schema = defenzelite and table_name = migrations)
In Connector.php line 67:
could not find driver
please help
Do you have mysql installed on your server, also is mysql extension for php installed and enabled?
Please or to participate in this conversation.