Roundcube Community Forum

Release Support => Older Versions => 0.1 Beta 1 => Topic started by: jfreake on August 02, 2006, 10:05:59 PM

Title: IMAP message on login
Post by: jfreake on August 02, 2006, 10:05:59 PM
When i login to rc, all I get is this:

* CAPABILITY IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND LOGIN-REFERRALS STARTTLS AUTH=LOGIN cp01 OK CAPABILITY completed Tried PLAIN: Resource id #3

Any ideas?
Title: Re: IMAP message on login
Post by: yllar on August 03, 2006, 01:48:53 AM
set $rcmail_config['debug_level'] = 1;
Title: Re: IMAP message on login
Post by: jfreake on August 03, 2006, 07:45:05 AM
i changed it...
All I get after login now is a blank page.
Title: Re: IMAP message on login
Post by: yllar on August 03, 2006, 09:21:41 AM
check your error logs and db.inc.php
also you can change
Code: [Select]
php_flag    display_errors On in .htaccess and you should see errors on screen
Title: Re: IMAP message on login
Post by: jfreake on August 03, 2006, 09:51:39 PM
dispay_errors is on
db settings are correct.

Still a blank screen.

error.log shows:
PHP Fatal error: Call to undefined function: file_get_contents() in /var/www/roundcubemail/program/lib/utf8.class.php on line 87
Title: Re: IMAP message on login
Post by: jfreake on August 03, 2006, 09:56:59 PM
OH MY GOD!
I just realized I'm running php ver 4.2.2! >:(

I will update in the next few days and post back my results.

me = :stupid: