| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Troubleshooting SQLite

Page history last edited by PBworks 13 years, 9 months ago

PDO SQLite support should be baked into your install of PHP 5.1 or greater. Obviously weird things can happen so here's a quick way to find out if your install of PHP supports PDO SQLite:

 

  1. Open a command tool. For example, Terminal on Mac OS X.
  2. Navigate to the root of your Mobile Web install
  3. Navigate into the 'extra' folder
  4. Type: php pdo_drivers.php
  5. You should have gotten a list of PDO drivers that are supported by you install of PHP. If you see 'sqlite' as one of the options then your version of PHP has the correct set-up. If not...
  6. Either work with your system administrator to get the driver install or play around with MySQL. More info on PDO SQL

 

Again, I haven't testing the MySQL support within the project. It's there but untested. If you use it please let me know how it turned out for you. 

 

Comments (0)

You don't have permission to comment on this page.