hi,
I am deploying round cube onto my mail server and are having some issues.
I have configured the mail settings and built the database in mysql
When I open the index.php file it comes out blank.
not sure if this means there is a config error?
can someone help me?
thanks
rob
On 6/29/06, Rob Dunn photos@robertjamesdunn.com wrote:
hi,
I am deploying round cube onto my mail server and are having some issues.
I have configured the mail settings and built the database in mysql
When I open the index.php file it comes out blank.
not sure if this means there is a config error?
can someone help me?
make sure you have these on your httpd.conf:
AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps
and your directory index directive contains index.php
HTH
Check your PHP error logs. RoundCube should write them to logs/errors if the folder is writable for the webserver. Blank pages mostly appear, if the DB connection failed and no session can be started.
Regards, Thomas
Rob Dunn wrote:
hi,
I am deploying round cube onto my mail server and are having some issues.
I have configured the mail settings and built the database in mysql
When I open the index.php file it comes out blank.
not sure if this means there is a config error?
can someone help me?
thanks
rob