Hi David
if you use safe_mode both rights and onwership matters, specially if you install the new version through a different user (not the user who runs the web server)
I changed the ownership to the user who runns the webserver (for testing purposes) i got the same errormessage
[26-Oct-2005 22:46:56 +0200] DB Error: DB Error: not found in /roundcube_2005_10_21/program/include/rcube_db.inc on line 63 [26-Oct-2005 22:46:56] PHP Fatal error: Call to undefined method DB_Error::query() in /roundcube_2005_10_21/program/include/rcube_db.inc on line 124
what do you have in /roundcube_2005_10_21/program/lib/DB/ ?
In this direcory i have the files out of the acctual roundcube .tar-file
I run out of ideas how to fix the problem...
Does someone know what specaly changed between the two releases 20051007 and 20051021 it must be something essential i think...
Greetings Bastian
Hi !!
[26-Oct-2005 22:46:56 +0200] DB Error: DB Error: not found in /roundcube_2005_10_21/program/include/rcube_db.inc on line 63 [26-Oct-2005 22:46:56] PHP Fatal error: Call to undefined method DB_Error::query() in /roundcube_2005_10_21/program/include/rcube_db.inc on line 124
could you add echo ini_get('include_path'); on index.php just after the first ini_set sentence and let me know what it outputs ?