Skip to:
Content
Pages
Categories
Search
Top
Bottom

Fixing Plugin Browser Plugin


  • Gautam
    Member

    @gautam2011

    I just wanted that plugin to work, so just researched a little bit and here is the fix.

    Open the plugin-browser.php

    Add this line below <?php at the top:

    if ($_GET['plugin'] == 'plugin_browser_admin_page') { include( '../bb-admin/includes/functions.bb-plugin.php' ); }

    Note: If you have plugin-browser file in another folder within my-plugins, then use this:

    if ($_GET['plugin'] == 'plugin_browser_admin_page') { include( '../../bb-admin/includes/functions.bb-plugin.php' ); }

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar