Deprecated: Assigning the return value of new by reference is deprecated in /customers/sudu.dk/sudu.dk/httpd.www/mythtvplayer/forum/unb_lib/cp.inc.php on line 2946

Error: HTTP headers have already been sent! Caused by output from file ~/mythtvplayer/forum/unb_lib/cp.inc.php at line 2946. The error was detected before sending Content-Type header.

Description: HTTP headers are used to give the web browser information on the content type or how to handle it. These headers are immediately sent to the browser as soon as text content is generated by the PHP script. At this place, the application expected the headers not to be sent yet and needs to add more headers but cannot do so because somewhere else output was generated. This likely happens when custom page elements have been inserted before this code or empty lines or UTF BOMs are present before the opening <?php tag. Please check the above code line and remove the output from there to resolve the error.