• Updated to 0.6 and got this error:

    Fatal error: Call to undefined method CatList::get_categories_posts() in /[...]/wp-content/themes/eatingrules/list-category-posts/recipeindex.php on line 54

    I’m using a lightly modified template – here’s line 54 and the next few after:

    foreach ($this->catlist->get_categories_posts() as $single):
        //Start a List Item for each post:
        $lcp_display_output .= '<li onmouseover="this.style.background=\'#EEE\';" onmouseout="this.style.background=\'white\';">';
    
           //Post Thumbnail
        $lcp_display_output .= $this->get_thumbnail($single) ."<br>";

    Reverted to 0.59.2 and problem disappeared.

    https://wordpress.org/plugins/list-category-posts/

Viewing 6 replies - 1 through 6 (of 6 total)
  • URGENT!
    Same problem here. I updated to version 0.6 and this is what i get:
    Fatal error: Call to undefined method CatList::get_categories_posts() in /home/content/p3pnexwpnas10_data01/28/2536428/html/wp-content/themes/Avada-Child-Theme/list-category-posts/homelisting.php on line 54

    Also having same problem. This is a real problem as my site depends on this plugin to work. Where can I get the previous version?

    +1

    older versions are here
    https://wordpress.org/plugins/list-category-posts/download/

    the problem is the template… something breaks if you have a vustom template, even if you copy the default template file in your theme override you still get the error on this line

    if you remove template=whatevertemplate from your shortcode the site will work but without your customizations which sucks for live sites , so best is to roll back for now

    roll back to 0.59.2

    Plugin Author Fernando Briano

    (@fernandobt)

    Just reverted the changes on version 0.60.1. We need to figure out a way to support templates while using a new loop. Wish I had more time to check this out and test it. At least the new version should fix these issues.

    Thanks and sorry for the inconvenience.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Version 0.6 Fatal Error’ is closed to new replies.