Cannot modify header information - headers already sent by (output started at /PAUL-WWW/tivocentral/wp-content/plugins/wpbook/wpbook.php:1)
The error occurred on or near: /PAUL-WWW/tivocentral/vanilla/library/core/class.controller.php
922: */
923: public function SendHeaders() {
924: // TODO: ALWAYS RENDER OR REDIRECT FROM THE CONTROLLER OR HEADERS WILL NOT BE SENT!! PUT THIS IN DOCS!!!
925: foreach ($this->_Headers as $Name => $Value) {
926: header($Name.': '.$Value, TRUE);
927: }
928: // Empty the collection after sending
929: $this->_Headers = array();
930: }
Backtrace:
[/PAUL-WWW/tivocentral/vanilla/library/core/functions.error.php:124] PHP::include();
[/PAUL-WWW/tivocentral/vanilla/library/core/functions.error.php:124] PHP::ErrorHandler();
[/PAUL-WWW/tivocentral/vanilla/library/core/class.controller.php:926] PHP::header();
[/PAUL-WWW/tivocentral/vanilla/library/core/class.controller.php:670] Gdn_Controller->SendHeaders();
[/PAUL-WWW/tivocentral/vanilla/library/core/class.pluggable.php:192] Gdn_Controller->xRender();
[/PAUL-WWW/tivocentral/vanilla/library/core/class.pluggable.php:192] Gdn_Pluggable->__call();
[/PAUL-WWW/tivocentral/vanilla/applications/vanilla/controllers/categories.php:245] CategoriesController->Render();
[/PAUL-WWW/tivocentral/vanilla/library/core/class.dispatcher.php:220] CategoriesController->Index();
[/PAUL-WWW/tivocentral/vanilla/index.php:48] Gdn_Dispatcher->Dispatch();
Variables in local scope:
[Value] 'Mon, 06 Sep 2010 15:46:45 GMT'
[Name] 'Last-Modified'
Need Help?
If you are a user of this website, you can report this message to a website administrator.
If you are an administrator of this website, you can get help at the Lussumo Community Forums.