AbanteCart Community

eCommerce construction => Installation and Configuration => Topic started by: robertabrams on August 28, 2015, 02:45:56 PM

Title: output buffering - installation problem
Post by: robertabrams on August 28, 2015, 02:45:56 PM
I just installed AbanteCart, and everything seems fine except the output buffering.
Output buffering is set to off or 4096, but AbanteCart says it needs to be set to On.
I have tried modifying the php.ini file in the domain and switching from PHP 5.6 FastCGI to PHP 5.6.
So far I can't get it to work.

In php.ini, it was
  output_buffering = 4096;
and then I changed it to
  output_buffering = On;

Any suggestions?
Also, in case it is useful, I should mention that I am trying to use AbanteCart with Stripe, and my host is DreamHost.

Thanks.

Robert
Title: Re: output buffering - installation problem
Post by: abolabo on August 28, 2015, 03:02:53 PM
mmm... i think you should ask  DreamHost support about it.

by the way, did you read this http://wiki.dreamhost.com/PHP.ini ?