• If I turn on WP DEBUG and use the shortcode [a-z-listing display=”posts” post-type=”gcp”] I get an error of ‘Allowed memory size exhausted.’ The other post types on the site work fine, but this one does not. There are only 271 articles. What would cause the memory to get exhausted?

Viewing 1 replies (of 1 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    Hi,

    Does the listing work with WP_DEBUG turned off, or are you using WP_DEBUG to determine why the plugin isn’t working? The nature of the plugin is that it needs to load all the posts into memory to generate the listing. Unfortunately that means it needs a lot of memory on larger listings. I’m trying to design a better method of loading that reduces the memory load while still being backwards-compatible.

Viewing 1 replies (of 1 total)

The topic ‘Fatal error: Allowed memory size exhausted’ is closed to new replies.