Magento 2.0 Migrate throwing error

Using the instructions found here:
https://www.ubertheme.com/magento-news/magento-2-data-migration-tool/
This is the error that comes up:
CDbConnection failed to open the DB connection: could not find driver

5 answers

Profile photo of Brent Lucas 30.00 $tone January 15, 2016
Public

How do I do that exactly? I have run apt-get to install php5-sqlite and it’s already installed.

“php5-sqlite is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded”
 
I know there also needs to be an extention= set somewhere but I am not sure where that goes….
 
 
 

#2
Profile photo of Brent Lucas 30.00 $tone January 15, 2016
Public

I figured it out. After installing the driver (as I did above) you have to edit the /etc/php5/apache2/php.ini and add the following lines

extension=pdo.so
extension=pdo_sqlite.so
extension=sqlite.so
#4

Please login or Register to Submit Answer

Written By

Comments