Renato Paiva
Renato Paiva
Com essa extensão desabilitada, se tentar conectar a um banco SQLite o sistema retorna o seguinte erro: [image: c8b6bcc0-391d-443c-97ed-a6b3945161f6.png] Essa mensagem dificulta a resolução do problema. Com essa linha de...
> What you want to solve? and describe a problem With the extension disabled, when trying to execute a command related to SQLite the system returns an error that does...
> Can you show the exact error message that does not help? 
> How about this? > > ```diff > --- a/system/Database/SQLite3/Connection.php > +++ b/system/Database/SQLite3/Connection.php > @@ -55,6 +55,16 @@ class Connection extends BaseConnection > */ > protected $busyTimeout; > > +...
I think the same happens with the other drivers