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.

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

  • R_JR_J 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 {

  • @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...

  • R_JR_J Admin

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

  • yes thanks

Sign In or Register to comment.