![]() |
Inconsistent PDO Sqlite3 Behavior - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Inconsistent PDO Sqlite3 Behavior (/showthread.php?tid=29684) |
Inconsistent PDO Sqlite3 Behavior - El Forum - 04-17-2010 [eluser]wolfman2000[/eluser] Following the wiki example, I have two websites that use CI 1.7.2 and that driver for SQLite3. Both are on the same host/server. The first, a simple page, is meant as more of a demonstration to make sure that I could do it. The second, ITG Edits, has the same setup, but it can't find the database driver. Thus, I now have a useless webpage. I'm at a loss as far as what to do here. Does anyone have any ideas? Inconsistent PDO Sqlite3 Behavior - El Forum - 04-18-2010 [eluser]icomefromthenet[/eluser] have you checked that the second host includes PDO extension? Inconsistent PDO Sqlite3 Behavior - El Forum - 04-18-2010 [eluser]wolfman2000[/eluser] [quote author="icomefromthenet" date="1271609943"]have you checked that the second host includes PDO extension?[/quote] I already stated that both websites use the same host. Try again. Inconsistent PDO Sqlite3 Behavior - El Forum - 04-18-2010 [eluser]wolfman2000[/eluser] Whoever handles the topic closings here, feel free to do so. The issue was resolved. It was not the fault of CodeIgniter here: apparently there was a faulty sqlite header on the PHP end. |