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
0
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
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...
You might need to additionally delete /cache/addon.php
yes thanks