Posted by:
c2dan
(---.know.cable.virginmedia.com)
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.