i've just install a new phpbb and a new wordpress to start with sessions that will lead to next 1.9.0 plugin release.
All work fine, and i've install unyson plugin to check it as it is free.
I've still not activate any feature/module of it, just the plugin, can you let know which modules you had/have activated, so i can check if anything of these conflict in some way somewhere?
p.s about
headers already sent error unyson plugin have lines of code that starts exactly where your error come out (of course this is it)
/wp-content/plugins/unyson/framework/hooks.php
where:
Code: Select all
// FW_Flash_Messages hooks
{
if ( is_admin() ) {
/**
* Start the session before the content is sent to prevent the "headers already sent" warning
* @internal
*/
function _action_fw_flash_message_backend_prepare() {
....
i've just install a new phpbb and a new wordpress to start with sessions that will lead to next 1.9.0 plugin release.
All work fine, and i've install unyson plugin to check it as it is free.
I've still not activate any feature/module of it, just the plugin, can you let know which modules you had/have activated, so i can check if anything of these conflict in some way somewhere?
p.s about [i]headers already sent error[/i] unyson plugin have lines of code that starts exactly where your error come out (of course this is it)
/wp-content/plugins/unyson/framework/hooks.php
where:
[code]// FW_Flash_Messages hooks
{
if ( is_admin() ) {
/**
* Start the session before the content is sent to prevent the "headers already sent" warning
* @internal
*/
function _action_fw_flash_message_backend_prepare() {
....[/code]