Hello,
We have installed Project'Or RIA v3.2.2, and the first page about configuration indicates the following:
Module PDO for MYSQL is not available - check your php configuration (php.ini)
The php.ini file has been changed to uncomment the concerned lines, but the problem still persists. Any idea? Thanks in advance!
After changing your php.ini file, you should restart your PHP server (Apache in most cases)
Thank you for your reactivity. However this step was done (at least twice) but situation is unchanged.
Which lines did you uncomment in php.ini?
At least you should have :
extension=php_pdo_mysql.dll
(dll for windows)