Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

No new plugins are showing up after I dragged them to the plugins folder [SOLVED]

2»

Comments

  • Options

    So after all that I think I fixed my issue and I am super stupid. The plugin was not top level. it was the folder containing the folder.

    For other people make sure the folder does not have a version number, if it does then you might need to make sure its not containing the plugin. If it does make sure its out side of the containing folder like this http://puu.sh/hgXiI/f58c7a23c1.png

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    @R_J said:

    [long boring bla bla]

    Your problem now is that you wouldn't be able to enable it! =)

    So add

        public function base_render_before() {
            Gdn::PluginManager()->ClearPluginCache();
            Gdn_Configuration::ClearCache();
        }
    

    to any of your currently enabled plugins and delete it right after you've reloaded any of your forums pages.

    If that doesn't help, I'd assume your problem has something to do with file access rights...

  • Options

    The folder has to be named the same as the index of PluginInfo in the plugin file.

    grep is your friend.

  • Options

    yep that fixed it.... im so stupid lol

Sign In or Register to comment.