This forum is no longer active. Please post your questions to our new community site

Forums LAMPStack

how to enable PDO in lampstack 1.2.0

Subscribe to how to enable PDO in lampstack 1.2.0 2 post(s), 2 voice(s)

 
Avatar BitFan 3 post(s)

I have a lot of code using PDO and it give errors. Is this is a known issue?

Or maybe just some config in bitnami’s php.ini?

thanks in advance!
/bitfan

PS: Bitnami is awesome for development! Thanks!

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

Could you post the exact error? PDO is enabled by default, you can check it running the following command:

$ cd
$ php/bin/php -m

Cheers.

Forums LAMPStack