how to switch off output buffering & display errors...
Posted by: ivans_agrawal (117.254.0.---)
Date: August 01, 2010 03:34PM

hey all!!!
when I ws installing joomla v 1.5x in localhost in my pc i used Wampserver 2.0, the proplem is dat on da page of "Pre-installation Check" when i install joomla 1.5x in the Recommended Settings in joomla tells me dat "Display Errors :OFF:" & "Output Buffering: OFF" but in my installation both are "ON" plz tell my how to fix this .
wat cange shud b made..


pls do reply asap...

Options: ReplyQuote
Re: how to switch off output buffering & display errors...
Posted by: c2dan (---.know.cable.virginmedia.com)
Date: August 01, 2010 07:37PM

Either make these changes in the php.ini (left click wamp tray icon and choose PHP > edit php.ini). Remember to restart Apache after making any changes.

Or create an .htaccess file in your joomla folder with following commands
php_flag "display_errors" off
php_flag "output_buffering" off

However regardless of the settings it wont prevent Joomla from running.

Options: ReplyQuote


Sorry, only registered users may post in this forum.