Joe,

Have your tried changing the debug_level variable in your main.inc.php file to something above 1 (4 or 8)?

// system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show, 8 = trace
$rcmail_config['debug_level'] = 1;

Then you can check your logs/ directory and maybe find the cause of the problem.

-David

On 5/15/06, Joe Bellus <confluentlight@mac.com> wrote:
Hello,

I was trying to install RoundCube and went through the install
guide.  Everything seems to of gone ok.  I get the login screen, but
after logging in I get a blank page.  It does create the records for
the user in the database (pgsql), but the page is just blank no
matter what I do, nothing in the source.  There are also no files in
the logs directory (its chmod'd to 777).

Any Ideas?