Author Topic: IMAP message on login  (Read 7355 times)

Offline jfreake

  • Newbie
  • *
  • Posts: 5
IMAP message on login
« 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?

Offline yllar

  • Full Member
  • ***
  • Posts: 106
Re: IMAP message on login
« Reply #1 on: August 03, 2006, 01:48:53 AM »
set $rcmail_config['debug_level'] = 1;
irc://irc.freenode.net:6667/#roundcube

Offline jfreake

  • Newbie
  • *
  • Posts: 5
Re: IMAP message on login
« Reply #2 on: August 03, 2006, 07:45:05 AM »
i changed it...
All I get after login now is a blank page.

Offline yllar

  • Full Member
  • ***
  • Posts: 106
Re: IMAP message on login
« Reply #3 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
irc://irc.freenode.net:6667/#roundcube

Offline jfreake

  • Newbie
  • *
  • Posts: 5
Re: IMAP message on login
« Reply #4 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

Offline jfreake

  • Newbie
  • *
  • Posts: 5
Re: IMAP message on login
« Reply #5 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: