On 05/06/10 11:56, A.L.E.C wrote:
All because we don't support pdoSqlite driver. You'll need to add 'pdosqlite' driver name in some places in rcube_mdb2 class. Search for 'sqlite' string.
ugh, that looks like it might be more that i can figure out (unless you can tell me specifically which ones).. I was trying to use sqlite3, because when using the recommended 2.8 version, the database would somehow quit working after using roundcube for like a day or so, and cause the main roundcube page to not load. I would see the following in the apache error logs... [Thu Mar 18 13:15:26 2010] [notice] child pid 27301 exit signal Segmentation fault (11) [Thu Mar 18 13:15:26 2010] [notice] child pid 27335 exit signal Segmentation fault (11) [Thu Mar 18 13:15:26 2010] [notice] child pid 27336 exit signal Segmentation fault (11)
If I reinitialized the sqlite2 database, the main roundcube page would work fine again.
btw, this is on a 64-bit rhel 5.3 distro.. [root@cube-brew logs]# uname -m x86_64
I have the same apache/sqlite2 setup on 32-bit linux rhel 4.x machines that have no issues with pretty much the same setup. but we would like to standardize on the 64-bit machines going forward.
regards, Jason