Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fabryss

    (@fabryss)

    I solved the issue editing the file class-wpmfu-file-upload-handler.php in class folder replacing the line:
    $filename = str_replace( $wp_upload_dir[‘url’] . ‘/’, ”, $url );
    with
    $filename = str_replace( $wp_upload_dir[‘baseurl’] . ‘/’, ”, $url );

    and replacing the line:
    $attach_id = wp_insert_attachment( $attachment, $url);
    with
    $attach_id = wp_insert_attachment( $attachment, $filename);

    Thanks

    When I activate “social pubhlisher” and check “Publish to author’s Timeline”, appears the link “Link your Facebook account to your WordPress account” but when I click it, appears a pop up that say me to connect whit facebook.
    I do all, but, when i am redirected to my admin, the link is not disappeared, and i can not select the fan page (result DISABLED).

    APP ID: 411783595535441
    APP namespace: fabarch
    APP URL: Architetto Online

    🙁

Viewing 2 replies - 1 through 2 (of 2 total)