• Resolved tommcgee

    (@tommcgee)


    The plugin page shows two choices in the dashboard, “feed them” and “system info.” I only see “system info,” so where do I go from there?

    The Report dump from the plugin’s system info screen goes like this:

    =============================================================================================
     Versions
    =============================================================================================
    Feed Them Social Plugin version: 	1.1.8
    WordPress version: 	WPMU 3.5.1
    Installed plugins: 	Black Studio Touch Dropdown Menu by Black Studio version 0.2, Drag & Drop Featured Image by Jonathan Lundström version 1.5.4, Feed Them Social by SlickRemix version 1.1.8, Sidebar Login by Mike Jolley version 2.5.1
    
    =============================================================================================
     Server Environment
    =============================================================================================
    PHP Version: 	5.3.3
    Server Software: 	Apache
    WP Max Upload Size: 	28.092299461365MB
    WP Debug Mode: 	No

    http://wordpress.org/extend/plugins/feed-them-social/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author slickremix

    (@slickremix)

    Strange, we did not develope the plugin for wpmu so that could have something to do with it. Did you try a single site install to see if that may be the problem?

    Is it possible you have define('DISALLOW_FILE_EDIT',true); in your wp-config.php file?

    I was having the same issue, and I noticed that the “Feed Them” menu item is dependent on the edit_plugins permission. As a test, I changed it to activate_plugins and the item showed up. Obviously, this isn’t a permanent fix, and would break on the next plugin update.

    Thread Starter tommcgee

    (@tommcgee)

    Thanks, rockgod100; yes, I do have file editing disallowed. So I guess that’s the issue, and I’ll try changing that permission to see what happens.

    ….five minutes later….

    Yes, that worked. It’s in wp-content/plugins/feed-them-social/includes/feed-them-functions.php, line 7, for those of you playing at home.

    Plugin Author slickremix

    (@slickremix)

    rockgod100 thanks for helping out on that answer. Big up!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No Settings Available’ is closed to new replies.