MyBB Community Forums

Full Version: Header Information or so
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
he following warnings occurred:
Warning [2] Cannot modify header information - headers already sent by (output started at /home/xxxxx/public_html/inc/plugins/newpoints/core/hooks.php:2025) - Line: 1688 - File: inc/functions.php PHP 5.3.17 (Linux)
File Line Function
[PHP] errorHandler->error
/inc/functions.php 1688 header
/inc/class_session.php 106 my_setcookie
/global.php 55 session->init
/usercp.php 21 require_once

and this occurs when i enter the admin control panel..




Warning [2] Cannot modify header information - headers already sent by (output started at /home/xxxxx/public_html/inc/plugins/newpoints/core/hooks.php:2025) - Line: 51 - File: admin/index.php PHP 5.3.17 (Linux)
File Line Function
[PHP] errorHandler->error
/admin/index.php 51 header
Warning [2] Cannot modify header information - headers already sent by (output started at /home/xxxxx/public_html/inc/plugins/newpoints/core/hooks.php:2025) - Line: 1688 - File: inc/functions.php PHP 5.3.17 (Linux)
File Line Function
[PHP] errorHandler->error
/inc/functions.php 1688 header
/admin/index.php 159 my_setcookie
Warning [2] Cannot modify header information - headers already sent by (output started at /home/xxxxx/public_html/inc/plugins/newpoints/core/hooks.php:2025) - Line: 1688 - File: inc/functions.php PHP 5.3.17 (Linux)
File Line Function
[PHP] errorHandler->error
/inc/functions.php 1688 header
/admin/index.php 160 my_setcookie
You might have enabled some buggy plugins Wink Time to Deactivate them.
Thanks I disabled the plugin mentioned and deleted it , now it works