Le Samedi 15 Octobre 2005 20:18, Robert Smithson a écrit :
Right: I made the change you suggested, but found that I was still getting a permissioning error. So I chamged the permissions on the roundcube base directory to allow www-data to write to it.
This is not very secure but I suppose you know what you are doing...
*Fatal error*: Call to undefined function: sqlite_exec() in */var/www/roundcube/program/include/rcube_db.inc* on line *249 I see that sqlite_exec is PHP5 only, and I'm running PHP4 -- is this the end? Or could I use sqlite_query instead?
I am afraid this is the end...You have to have sqlite support in your installed php version....if you can not upgrade to php5 you will have to use another database driver...
Olivier