Opened 4 years ago
Closed 4 years ago
#1485680 closed Bugs (worksforme)
unknown option disable_smart_seqname .../rcube_mdb2.php line 100
| Reported by: | abs0 | Owned by: | |
|---|---|---|---|
| Priority: | 2 | Milestone: | 0.2.1 |
| Component: | Database | Version: | 0.2-stable |
| Severity: | critical | Keywords: | |
| Cc: |
Description
Installed 0.2-stable with postgres backend, and all request fail, logging the following error:
[10-Jan-2009 11:47:15 +0000] DB Error: setOption: [Error message: unknown option disable_smart_seqname] in /usr/pkg/share/roundcube/program/include/rcube_mdb2.php on line 100 (GET /roundcube/) [10-Jan-2009 11:47:27] MDB2 Error: not supported (-6): setOption: [Error message: unknown option disable_smart_seqname]
this could be related to Ticket#1485485
commenting out line 89 $db_optionsdisable_smart_seqname? = true; allows the system to continue.
PHP5 related packages installed:
ap22-php5-5.2.8nb1
php-5.2.8
php5-curl-5.2.8nb2
php5-dom-5.2.8
php5-gd-5.2.8
php5-iconv-5.2.8
php5-mbstring-5.2.8
php5-mcrypt-5.2.8
php5-mysql-5.2.8
php5-pear-1.5.4nb3
php5-pear-Auth_SASL-1.0.2
php5-pear-MDB2-2.4.1nb1
php5-pear-MDB2_Driver_pgsql-1.4.1nb1
php5-pear-Mail_Mime-1.4.0
php5-pear-Net_SMTP-1.3.0
php5-pear-Net_Socket-1.0.8
php5-pgsql-5.2.8nb1
php5-soap-5.2.8
php5-sockets-5.2.8
php5-zlib-5.2.8nb1
This is on i386 NetBSD, not that that is likely to be relevant.
Change History (1)
comment:1 Changed 4 years ago by alec
- Milestone changed from later to 0.2.1
- Resolution set to worksforme
- Status changed from new to closed

Works for me with MDB2 package included in roundcube. You need MDB2_Driver_pgsql-1.5.0a2 or newer.