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