Hi,under SL7, the new Web GUI can't access the database. It works when I change the db connection in /var/www/robinhood/config.php from
$db = new PDO("$DB_TYPE:$DB_HOST;dbname=$DB_NAME", $DB_USER, $DB_PASSWD);
to
$db = new PDO("$DB_TYPE:host=$DB_HOST;dbname=$DB_NAME", $DB_USER,
$DB_PASSWD);
We are using php-pdo-5.3.3-48.el6_8.x86_64. Markus
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------------------
_______________________________________________ robinhood-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/robinhood-support
