On Wed, 2008-04-30 at 23:16 +0400, alekciy wrote:
> In php.ini write:
>  output_buffering = 4096.

My .htaccess wasn't being read because of my virtualhost config in
Apache, but I've fixed that now and the errors are gone - sweet.

Next problem: I see nothing on the installer page except for the
RoundCube header.  There is no text, no buttons to click on - nothing in
the body of the page whatsoever.

I'm  fairly sure my virtualhost config in apache is okay, but just in
case it isn't, here it is:

<VirtualHost *:80>
        ServerName roundcube.internal.local
        DocumentRoot "/var/www/roundcube"

        <Directory /var/www/roundcube>
                AllowOverride Indexes Limit Options
                Order deny,allow
                Deny from all
                Allow from some.random.internal.ip
        </Directory>
</VirtualHost>

I'm confused.  I've checked permissions and the like, and everything in
the documentroot should be accessible by apache.

Ideas?

Regards,

Ranbir

-- 
Kanwar Ranbir Sandhu
Linux 2.6.22.14-72.fc6 i686 GNU/Linux 
17:03:03 up 4 days, 11:02, 2 users, load average: 0.59, 0.33, 0.28 


_______________________________________________
List info: http://lists.roundcube.net/users/

Reply via email to