when you try to install Joomla 1.6 on a Plesk 9.5.x you will get the error in the preisntall check that Output Buffering was On and it’s recommended that it should be Off
to do that:
vim /var/www/vhosts/domain.tld/conf/php.ini
search for “output_buffering” and replace word On with Off
the reload the config of apache:
/etc/init.d/httpd graceful
NOTICE: IF you are using FastCGI be sure you have followed this procedure : http://kb.parallels.com/en/9059
You must be logged in to post a comment.