Forgive if I am wrong but i think line 63 in rcube_db.inc is PHP4 compability 
code, because of that I thaught you were using PHP4.

Hm, I think we have to have a closer look at code ;-)

/Rob

On Sat, 22 Oct 2005 19:34:33 +0200, Bastian Widmer <[EMAIL PROTECTED]> wrote:
> I run PHP 5.0.4
> 
> save_mode is currently set to off
> register_globals set to on
> 
> Pear is set up by my Hosting Partner and should work.  I think Pear
> works well because the last version ran without problems.
> 
> 2005/10/22, Robert Landes <[EMAIL PROTECTED]>:
>> It seems, that there is something missing :-) what version of PHP4 are
> you running, SafeMode on/off, etc..?
>>
>> I guess it might be some missing/wrong/not working include of PEAR.
>>
>> /Rob
>>
>> On Sat, 22 Oct 2005 18:11:33 +0200, Bastian Widmer
> <[EMAIL PROTECTED]> wrote:
>> > Hello Folks
>> >
>> > I tryed first to update from the 0.1-20051007 to 0.1-20051021 it
>> > resulted an error 500 first.
>> >
>> > I fixed this problem due deleting the .htaccess file, because my
>> > server disallow some commands over .htaccess files...
>> >
>> > Today i deleted the wole stuff and setup new.
>> >
>> > I Fixed the 500 Server Error by editing the main .htaccess file
>> >
>> > --snip oldfile-
>> > php_flag   display_errors     On
>> > php_value  session.gc_maxlifetime  21600
>> > php_value  session.gc_divisor   500
>> > php_value  upload_max_filesize  2m
>> >
>> > <FilesMatch "(.inc|~)$|^_">
>> >   Order allow,deny
>> >   Deny from all
>> > </FilesMatch>
>> >
>> > Order deny,allow
>> > Allow from all
>> > --/snip oldfile--
>> >
>> >
>> > --snip newfile--
>> > <FilesMatch "(.inc|~)$|^_">
>> >   Order allow,deny
>> >   Deny from all
>> > </FilesMatch>
>> >
>> > Order deny,allow
>> > Allow from all
>> > --/snip newfile--
>> >
>> > Now i'm stuck by this error...
>> >
>> > DB Error in /webmail2/program/include/rcube_db.inc (63): DB Error: not
>> > found
>> > Fatal error: Call to undefined method DB_Error::query() in
>> > /webmail2/program/include/rcube_db.inc on line 124
>> >
>> > Does anyone know what causes this error? The last version (20051007)
>> > of roundcube worked well on my server.
>> >
>> > Greetings Bastian
>>
>>



Reply via email to