Virtualmin + Roundcube

Hello! i just installed Virtualmin everything its right i created virtualhosts databases etc. but i have one problem whit roundcube.

When i recive e-mail i open it but i get only a blank page whit url: http://smarth.ro/mail/?_task=mail&_action=show&_uid=2&_mbox=INBOX

how i can resolve it? to show me the message?

*I see the message only whit Replay Button!
*Preview page its blank to! It remains on Loading!!

Howdy,

Do you see any errors in the Apache error log for that domain whenever you get that blank page? The log is located in $HOME/logs/error_log.

Also, are you able to view email using another client, such as Outlook/Thunderbird, and perhaps Usermin (on port 20000)?

-Eric

[Sun Jul 24 23:32:56 2011] [warn] [client 94.62.18.170] mod_fcgid: stderr: PHP Warning: date() [function.date]: It is not safe to rely on the system’s timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Europe/Helsinki’ for ‘EEST/3.0/DST’ instead in /home/smarth/public_html/mail/config/main.inc.php on line 513, referer: http://smarth.ro/mail/?_task=mail

my timezone in LINUX its set for Bucharest Romania

[Mon Jul 25 15:33:38 2011] [warn] [client 94.62.18.170] mod_fcgid: stderr: PHP Warning: phpinfo() [function.phpinfo]: It is not safe to rely on the system’s timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Europe/Helsinki’ for ‘EEST/3.0/DST’ instead in /home/smarth/public_html/phpinfo.php on line 2, referer: http://www.smarth.ro/

i get the same error even i uncomment and set bucharest
date.timezone = “Europe/Bucharest”

i run this and everything its fine:

[root@smarth ~]# php -v
PHP 5.3.6 (cli) (built: Apr 19 2011 12:28:40)
Copyright © 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright © 1998-2011 Zend Technologies
[root@smarth ~]# php -i | grep date.timezone
date.timezone => Europe/Bucharest => Europe/Bucharest
[root@smarth ~]# php -i | grep error_log
error_log => no value => no value

any idea?