Closed GoogleCodeExporter closed 8 years ago
Requred PHP modules for sqlite version: php_pdo and php_pdo_sqlite.
Please look at apache error log for any error description.
Original comment by maxpozd...@gmail.com
on 27 Dec 2009 at 8:43
OK, I have solved it:
I had to edit the old config file ('./db/config.php'):
1- Edited line 7 from sqlite to mysql: $config['db'] = 'mysql';
2- edited line 10 to 13 with my database info:
$config['mysql.host'] = "my info";
$config['mysql.db'] = "my info";
$config['mysql.user'] = "my info";
$config['mysql.password'] = "my info";
Then the setup went properly. Is this normal?
Thank you for your prompt response. Great script!
Original comment by 69claud...@gmail.com
on 27 Dec 2009 at 9:08
Yes, it's ok.
You've chosen mysql database instead of sqlite.
Original comment by maxpozd...@gmail.com
on 27 Dec 2009 at 9:17
Original issue reported on code.google.com by
69claud...@gmail.com
on 27 Dec 2009 at 8:26