CodeIgniter Forums
[SOLVED]Codeignitor 3.1.5 cant find Firebird Driver - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: [SOLVED]Codeignitor 3.1.5 cant find Firebird Driver (/showthread.php?tid=68359)



[SOLVED]Codeignitor 3.1.5 cant find Firebird Driver - space - 06-28-2017

Hello I am new to Codeignitor and I am trying to connect with Firebird 1.5.6 but I cant, because could not find driver error. I am using PHP 5.6.25. WAMP 3.0.6 - both 64 bit. In phpinfo() I dont have interbase and pdo_firebird and I guess this is the problem. I uncommented extension=php_pdo_firebird.dll and extension=php_interbase.dll. Fbclient.dll, php_interbase.dll and php_pdo_firebird.dll  are in my php ext folder, in system32 and in apache\bin. Thank ypu for your time! Any help wil be apreciated!


RE: Codeignitor 3.1.5 cant find Firebird Driver - Martin7483 - 06-28-2017

Did you exit and reboot WAMP and restart all the services?


RE: Codeignitor 3.1.5 cant find Firebird Driver - space - 06-28-2017

(06-28-2017, 06:09 AM)Martin7483 Wrote: Did you exit and reboot WAMP and restart all the services?

Yes, many times and nothing.


RE: Codeignitor 3.1.5 cant find Firebird Driver - space - 06-28-2017

My Firebird is 32 bit and PHP and WAMp are 64 can this makes the problem?


RE: Codeignitor 3.1.5 cant find Firebird Driver - Martin7483 - 06-28-2017

I believe that could indeed cause some issues.


RE: Codeignitor 3.1.5 cant find Firebird Driver - space - 06-29-2017

SOLVED!

I installed 32 bit WAMP with 32 bit PHP and it works!


RE: Codeignitor 3.1.5 cant find Firebird Driver - InsiteFX - 06-29-2017

Please change your forum topic to [SOLVED]