Jump to content

Recommended Posts

Posted

Hello,
I tried to upload my site that was built on CodeIgniter 3 and using SQLite DB,
But When I am loading it, it shows error:
 

 

SQLite3::query(): Unable to prepare statement

sqlite3/sqlite3_driver.php

 

 

 

It works on my PC (Wamp), but I had the same issue on Xampp and to fix it I had to edit the php.ini file to enable Sqlite 3.
can you check if Tommy support SQLIte 3?

 

Thank you!

Posted

I used to use SQLite, and thought it definitely worked on 5.4...maybe that was 5.3 back when we had Stevie.

 

Either way, Krydos should be able to see this up. Moving so he sees this.

Posted (edited)

hmm, I had Sqlite query with 'WITH' clause in it and after removing it, it seems to work, but on my PC (wamp) it works with 'WITH'

maybe sqlite driver on server is older version or something?

Edited by verynoob
Guest
This topic is now closed to further replies.
×
×
  • Create New...