• Hello,
    I just installed the version 5.12 of the WordPress Button Plugin MaxButtons by MaxFoundry and got the following error with your plugin (which I had installed first).

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /homepages/25/d283441938/htdocs/clickandbuilds/staging/wp-admin/includes/plugin.php:1920) in /homepages/25/d283441938/htdocs/clickandbuilds/staging/wp-content/plugins/accesspress-facebook-auto-post/accesspress-facebook-auto-post.php on line 131

    Does this mean your plugin won’t work anymore? Is this a bug?

Viewing 1 replies (of 1 total)
  • Shane

    (@richardkanes)

    Hi there.

    Thank you for writing in.

    Open the file accesspress-facebook-auto-post.php and remove the code if (!session_id()) { on line numbered 131 and paste this code in it: if (!session_id() && !headers_sent() ) {

    Hope this will work for you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘conflict with MaxButtons’ is closed to new replies.