could not find driver error
Closed this issue · 12 comments
I get this error after installing
"could not find driver"
please allow SQLite3 ex or PHP
please allow SQLite3 ex or PHP
I'm sorry, I used mysql in my project, how can I do what you said?
it's ok just allow the ex it's for caching.
now i have receiving an error like below
SQLSTATE[HY000]: General error: 1 no such table: icons (Connection: , SQL: select "label", "name" from "icons" limit 10)
that means you need SQLite3 Ex that's it, the driver tried to fund the icons table on my driver and it does not exist!
now i have receiving an error like below SQLSTATE[HY000]: General error: 1 no such table: icons (Connection: , SQL: select "label", "name" from "icons" limit 10)
I also experienced the same thing, how do I fix it?
with the same way make sure that you have SQLite3
Ex for PHP on your ini
it's okay now try to clear you cache
php artisan filament:optimize-clear
php artisan filament-icons:cache
php artisan filament-icons:cache
finally it worked thank you great person