Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Didnt work trying this replacement insteal
    <?php
    if (!current_user_can(‘manage_options’)) {
    _e(‘You do not have sufficient permissions to manage plugins on this blog.
    ‘,’mpi’);
    return;
    }
    ?>

    I fixed this on my installation (even though i am admin with full rights) by completely removing the lines at the top of mpi_appearance.php

    <?php
    if (!current_user_can(‘edit_plugins’)) {
    _e(‘You do not have sufficient permissions to manage plugins on this blog.
    ‘,’mpi’);
    return;
    }
    ?>

    not sure if this will work fully yet am still testing

    Have you checked plugins and feed settings on both the receiving site and the site that the feed is sent from? Mine is randomly working after doing the same thing and the only settings i changeed were plugins affecting excerpts and the feed setting to full rather than summary on both sites. I also removed the feed sync url from the site receiving the feed which allowed me to delete all posts, then i added the feed again and re-synced?

    Hope that helps somehow?

    Check and advanced excerpt plugins installed on the site that is pulling data from the source. I had Advanced Excerpt installed on a clients site and I changed settings so that it showed more words etc … all working now ?? I think excerpt plugins are cropping the page content.
    Abi
    https://www.buildmeafabwebsite.co.uk

    Check and advanced excerpt plugins installed on the site that is pulling data from the source. I had Advanced Excerpt installed on a clients site and I changed settings so that it showed more words etc … all working now ?? I think excerpt plugins are cropping the page content.
    Abi
    https://www.buildmeafabwebsite.co.uk

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