[dokuwiki] Re: Looking for some help with error messages.

  • From: Myron Turner <turnermm02@xxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sat, 20 Sep 2014 20:50:35 -0500

On 9/20/2014 4:42 PM, Filippo Salustri wrote:

Warning: Cannot modify header information - headers already sent by
(output started at
/Library/WebServer/Documents/dokuwiki/lib/plugins/refnotes/action.php:392)
in
/Library/WebServer/Documents/dokuwiki/lib/plugins/fckg/action/meta.php
on line 191

refnotes is outputting headers and content before PHP has had a chance to output cookies. So, it comes into conflict with fckg, wherever it sets cookies.

In the function sendResponse()in action.php, try using php's setcookie function to set the cookies which are the aim of this function. See: http://php.net/manual/en/function.setcookie.php.


--
Myron Turner
http://mturner.org/
http://mturner.org/fckgLite
https://github.com/turnermm
--
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: