Hi , I hadinstall the system I follow the steps
I create a blank Db with utf8_ci collation every thing is ok
I altered the config file like follow
database.adapter = pdo_mysql
database.utf8 = true
database.params.host = 127.0.0.1
database.params.username = root
database.params.password = root
database.params.dbname = simple_invoices
database.params.port = 3306
but I had the following error :-
===========================================
Simple Invoices - PDO - MySQL problem
===========================================
Your Simple Invoices installation can't use the
database settings 'database.utf8'.
To fix this please edit config/config.ini and
set 'database.utf8' to 'false'
==========================================
when I do like this and set 'database.utf8' to 'false'
I had the following :-
===========================================
Simple Invoices database connection problem
===========================================
Could not connect to the Simple Invoices database
For information on how to fix this pease refer to the following database error:
--> could not find driver
If this is an Access denied error please enter the correct database connection details config/config.ini
Note: If you are installing Simple Invoices please follow the below steps:
1. Create a blank MySQL database
2. Enter the correct database connection details in the config/config.ini file
3. Refresh this page
===========================================
any one had an explanation ??
Check once with phpinfo if you have it or not:
http://php.net/manual/en/function.phpinfo.php
Or what you already have and what not. Just to be sure.