I installed RC from Fedora 9 and found problems making it work. From apache error log I found this:
[Tue Mar 10 10:41:09 2009] [error] [client 192.168.0.5] MDB2 Error: not supported (-6): setOption: [Error message: unknown option disable_smart_seqname]\n [Tue Mar 10 10:41:09 2009] [error] [client 192.168.0.5] PHP Notice: setOption: [Error message: unknown option disable_smart_seqname]\n in /usr/share/roundcubemail/program/include/bugs.inc on line 101
Checking the sources I found rcube_mdb2 in line 88:
if ($this->db_provider == 'pgsql') {
$db_options['disable_smart_seqname'] = true;
$db_options['seqname_format'] = '%s';
}
Commenting out the first option made it work. Any ideas on why? _______________________________________________ List info: http://lists.roundcube.net/dev/