• davidostrow

    (@davidostrow)


    We are getting an error:

    Fatal error: Call to undefined method CatListDisplayer::stuffFunction() in /home/fitgol5/public_html/wp-content/plugins/list-category-posts/include/lcp-catlistdisplayer.php on line 297

    today.

    So far I tried to uninstall ALL plugins and still have the same error. The error seems to be affected by wp-spamfree in that the error disappears and rendered nothing below the post title when that plugin is active. When it is inactive i get the error above.

    Any ideas how to fix this? is it a bug in WP or the plug in?

    HELP!!!!!!!!!

    Thank you.
    Dave

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • finnboeger

    (@finnboeger)

    There is a “$” missing in line 297 in /include/lcp-catlistdisplayer.php.

    Current Code:
    $result = $this->stuffFunction($single, $this->params[$entity . ‘_tag’], $this->params[$entity . ‘_class’]);
    Fixed Code:
    $result = $this->$stuffFunction($single, $this->params[$entity . ‘_tag’], $this->params[$entity . ‘_class’]);

    Plugin Author Fernando Briano

    (@fernandobt)

    I’ll have a release out later today that fixes this and other issues.

    Thanks for your patience and contributions!
    Cheers,

    Thread Starter davidostrow

    (@davidostrow)

    I updated the plugin and still the same error. Thoughts?
    Thanks for your help.

    dave

    Plugin Author Fernando Briano

    (@fernandobt)

    @davidostrow do you have any caching plugins enabled? The stuffFunction code has been fixed. I just released version 0.59.1 with some minor fixes though, so let me know if it’s still failing for you.

    Thanks!

    Thread Starter davidostrow

    (@davidostrow)

    Yes. I use wp-supercache. I cleared it.

    No change. Also wp-spamfree seems to have some effect, but not sure. with that plugin off, I get the line 297 error, with it on, I get a blank page content. fitgolf.com/blog is the page.

    Dave

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error with List Category post.’ is closed to new replies.