Closed ElijahLynn closed 8 years ago
K, looks like when I went from PHP 5.5 to 5.6 I didn't reinstall SQLite.
For those on Ubuntu, 14.04 in my case run:
sudo apt-get install php5-sqlite
or
sudo apt-get install php5.6-sqlite
Then do a php --info | grep sqlite
to see if you have it installed.
We should probably do a check for the .ht.sqlite file but maybe that should actually be upstream in Drush.
Installing off of master with
site-setup.sh
and getting this error towards the end. Debugging now.