View Single Post
  #2 (permalink)  
Old 03-29-2008, 01:10 PM
tomdesinto tomdesinto is offline
Junior Member
 
Join Date: Mar 2008
Posts: 1
Default

you need to install pdo for sqlite for your php install.

on debian :
apt-get install php5-sqlite
etc/init.d/apache2 restart
Reply With Quote