Kohana_PHP_Exception [ Warning Message ]: Cannot modify header information - headers already sent by (output started at /home/vedran2012/superbetting.com/index.php:7)

SYSPATH/core/Kohana.php[ 139 ]

134
135		// Register a shutdown function to handle system.shutdown events
136		register_shutdown_function(array('Kohana', 'shutdown'));
137
138		// Send default text/html UTF-8 header
139		header('Content-Type: text/html; charset='.Kohana::CHARSET);
140
141		// Load i18n
142		new I18n;
143
144		// Enable exception handling
  1. {PHP internal call} » Kohana_PHP_Exception_Core::shutdown_handler(arguments )

  2. SYSPATH/core/Event.php[ 210 ] » call_user_func_array(arguments )

  3. SYSPATH/core/Kohana.php[ 528 ] » Event_Core::run(arguments )

  4. {PHP internal call} » Kohana_Core::shutdown()

Environment