Hi trying to install and keep getting the following error
Fatal error: Class 'PDO' not found in /home/websites/mysource_matrix/core/lib/DAL/DAL.inc on line 1212
Downloaded latest versions as of 28/07/08, removed database, roles, etc and tried re-installing and still keep getting the same error.
Any idea's
Thanks
You need to install the PHP PDO and PDO_PGSQL modules for your distribution of Linux.
Thanks for the quick reponse, that fixed that problem but I am getting the following
Fatal error: Uncaught exception 'Exception' with message 'Could not create database connection: DBError!:could not find driver' in /home/websites/mysource_matrix/core/include/mysource.inc:2252
Stack trace:
#0 /home/websites/mysource_matrix/core/include/mysource.inc(211): MySource->changeDatabaseConnection('db')
#1 /home/websites/mysource_matrix/core/include/init.inc(231): MySource->init()
#2 /home/websites/mysource_matrix/install/step_02.php(57): require_once('/home/websites/…')
#3 {main}
thrown in /home/websites/mysource_matrix/core/include/mysource.inc on line 2252
?
Looks like you still don't have the drivers installed correctly, check you have PDO and postgres modules for PHP (phpinfo(); page), also check your PEAR modules.