• When I click the Authorize button, I get these error messages, can I ask for advice?

    Warning: session_start(): Cannot send session cookie – headers already sent by (output started at D:\Inetpub\webs\16654852_web\www\wp-includes\script-loader.php:1542) in D:\Inetpub\webs\16654852_web\www\wp-content\plugins\facebook-auto-publish\admin\authorization.php on line 9

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at D:\Inetpub\webs\16654852_web\www\wp-includes\script-loader.php:1542) in D:\Inetpub\webs\16654852_web\www\wp-content\plugins\facebook-auto-publish\admin\authorization.php on line 9

    Warning: Cannot modify header information – headers already sent by (output started at D:\Inetpub\webs\16654852_web\www\wp-includes\script-loader.php:1542) in D:\Inetpub\webs\16654852_web\www\wp-content\plugins\facebook-auto-publish\admin\authorization.php on line 28

    Warning: Cannot modify header information – headers already sent by (output started at D:\Inetpub\webs\16654852_web\www\wp-includes\script-loader.php:1542) in D:\Inetpub\webs\16654852_web\www\wp-content\plugins\facebook-auto-publish\admin\authorization.php on line 34

Viewing 1 replies (of 1 total)
  • In the last update we fixed this issue of output buffering.
    Could you please recheck it if you using the version 1.4.6 which is updated 1 week ago(currently available pack is a fix to this issue but version is same).
    Or as a temporary fix change //ob_start(); in facebook-auto-publish.php line number 32 to ob_start();(ie, remove // from the beginning of //ob_start(); to uncomment).
    If any doubts,please let us know.
    Or you can contact the support desk so that we can check it for you.
    Hope it helps.
    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Error when try authorize’ is closed to new replies.