• Resolved giannic79

    (@giannic79)


    HI,

    since yesterday, i’m getting this error when i try to send a test msg on fb.

    ERROR: WP_Error Object
    (
    [errors] => Array
    (
    [http_request_failed] => Array
    (
    [0] => SSL certificate problem: unable to get local issuer certificate
    )

    )

    [error_data] => Array
    (
    )

    )
    ERROR: WP_Error Object ( [errors] => Array ( [http_request_failed] => Array ( [0] => SSL certificate problem: unable to get local issuer certificate ) ) [error_data] => Array ( ) )

    how can i fix it?

    https://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/

Viewing 1 replies (of 1 total)
  • 1- Go to the plugin root folder under
    /wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/

    2- Edit file NextScripts_SNAP.php

    3- Add line
    $nxs_skipSSLCheck = true;
    under
    $nxs_isWPMU = defined(‘MULTISITE’) && MULTISITE==true;

    4- Deactivate and activate the plugin

Viewing 1 replies (of 1 total)
  • The topic ‘no post on facebook’ is closed to new replies.