• frustrating as hell.

    Cannot use excerpt whatsoever.. i used this plugin a few months ago and when i added excerpt to the shortcode my website would go blank..

    Trying to use it once again figured updates would of fixed it since excerpt would be commonly used.. but nope

    For some reason adding excerpt=yes to the shortcode gives me this..

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 130968 bytes) in /home/pahroblem1/public_html/gamersgreed.com/wp-includes/query.php on line 2356

    if i refresh the page or come back to it the ‘query.php’ will change to meta.php or formatting.php

    anyone able to help me?

    thank you

    https://www.ads-software.com/plugins/list-category-posts/

Viewing 1 replies (of 1 total)
  • This one’s caused by the function lcp_trim_excerpt in include/lcp-catlist.php.

    Do you use Visual Composer or a similar solution? If so, disable the shortcode stripping…

    //$text = strip_shortcodes($text);

    …or the filter in the method mentioned above:

    //$text = apply_filters('the_excerpt', $text);

    This should do the trick.

Viewing 1 replies (of 1 total)
  • The topic ‘Excerpt causes fatal error! help’ is closed to new replies.