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.