cl58 Posted February 12, 2010 Posted February 12, 2010 Would it be possible to get the SQlite module installed for PHP? I am installing eyeOS and it says that I cannot use the mail client feature without SQLite.
Byron Posted February 12, 2010 Posted February 12, 2010 It should already be enabled if I'm not mistaken.
cl58 Posted February 13, 2010 Author Posted February 13, 2010 I just checked again and eyeOS is still saying that SQlite has to be installed.
Byron Posted February 13, 2010 Posted February 13, 2010 This support request is being escalated to our root admin.
Ashoat Posted February 13, 2010 Posted February 13, 2010 We have the PDO SQLite extension. If there is another one available as a PECL package, try installing from cPanel. If the installation errors out or it is not available as a PECL package, let me know.
Byron Posted February 14, 2010 Posted February 14, 2010 While we are on the subject of sqlite (which I know nothing about) and this maybe the same problem he is having. I was doing some testing earlier today with sqlite and was getting this error: Fatal error: Call to undefined function sqlite_open() Do we not have these functions available with our php5? http://www.php.net/manual/en/ref.sqlite.php
Ashoat Posted February 14, 2010 Posted February 14, 2010 That's sort of weird. It looks like we don't have it... Try the SQLite3 library.
Byron Posted February 14, 2010 Posted February 14, 2010 Try the SQLite3 library. Doesn't look like we have that class either. http://byrondallas.heliohost.org/php/mysql/sqlit3.php
Ashoat Posted February 14, 2010 Posted February 14, 2010 Then I guess our only available option is PDO SQLite.
Recommended Posts