• Resolved johnny538

    (@johnny538)


    Warning: session_start(): Cannot start session when headers already sent in /var/www/html/wp-content/plugins/buttonizer-multifunctional-button/classes/Utils/Maintain.php on line 31

    happens around once a minute

Viewing 1 replies (of 1 total)
  • Plugin Author Buttonizer

    (@buttonizer)

    Hi Johnny,

    Thanks for creating this topic.

    We actually did not changed that part of Buttonizer last update, but what you can do is remove the session checks on the scriptfile /wp-content/plugins/buttonizer-multifunctional-button/classes/Utils/Maintain.php.

    On line 30 and 31 you will see the following:

    if (!session_id())
        session_start();
    

    Let us know if this fixed the warning! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Warning since last update’ is closed to new replies.