2014-05-30, 07:37:45
template_functions.php:2591 ?
template_functions has half as many lines. Might be an anonymous function call.
Since you are getting no errors, something is outputing an error or whitespace before the cookie is set.
So you can either force output_buffering on in php to fix.
Or upgrade to the latest stable version and see if it fixes it.
another option would be to delete data other plugins.xml to disable all plugins that might be causing it.
template_functions has half as many lines. Might be an anonymous function call.
Since you are getting no errors, something is outputing an error or whitespace before the cookie is set.
So you can either force output_buffering on in php to fix.
Or upgrade to the latest stable version and see if it fixes it.
another option would be to delete data other plugins.xml to disable all plugins that might be causing it.