I followed all of the directions to install, created the config files, but now I only get a blank page when I try to view the site...
No error messages or anything, do you know what the problem could be? let me know if I can get you more information.
http://ml.zssites.net/roundcube/
I'm having a similar problem - completely blank index.php. I upgraded from 0.1beta2.2 (using the instructions from beta2 in upgrade.txt).
I got mysql errors when running the included code. tried both initialize and upgrade. They were always "already exists" efforts. From scan of the init.sql
Feel like I must of just missed something in installation but I can't find it.
Thanks for any help,
Will
Hi all,
is there some other file named index.htm or index.html in the webmail folder. That can cause the problem, delete the other index file and leave index.php there.
do you have your .htaccess right, it will block entry.
something with the permissions of the folder
Hope this helps you out.
Martijn
Thank you Martijn. There is no other index.* in the folder and I removed .htaccess entirely, pointing my browser directly at index.php with no luck. Here is the entirety of my .htaccess.
# AddDefaultCharset UTF-8
php_flag display_errors Off
php_flag log_errors On
php_value error_log logs/errors
php_value upload_max_filesize 2M
<FilesMatch "(\.inc|\~)$|^_">
Order allow,deny
Deny from all
</FilesMatch>
Order deny,allow
Allow from all
Page comes up blank and view source is blank as well. :(
Thanks for any more help.
Check logs/errors in your RoundCube dir. My blank screen problem was due to this: http://www.roundcubeforum.net/showthread.php?t=3130