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

Latest Post List 1.6 Not working with 2.5.1

Installation is ok but when activated it does not shows and when settings is clicked a "Page not found" error is shown within the dashboard.

any help would be welcome.
best

Comments

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    It is easy to fix: search for
    class LatestPostList extends Gdn_Plugin {
    in the file class.latestpostlist.plugin.php and replace it with
    class LatestPostListPlugin extends Gdn_Plugin {

  • Options

    @R_J said:
    It is easy to fix: search for
    class LatestPostList extends Gdn_Plugin {
    in the file class.latestpostlist.plugin.php and replace it with
    class LatestPostListPlugin extends Gdn_Plugin {

    Not working! please...

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    You might need to additionally delete /cache/addon.php

  • Options

    yes thanks

Sign In or Register to comment.