• Resolved net

    (@krstarica)


    Getting “PHP Fatal error: Allowed memory size of … bytes exhausted (tried to allocate … bytes)” opening MCM Settings page (admin.php?page=wp-mcm).

    The reason is large number of images (70,000) in MCM category.

    This error is triggered by the following code in the function mcm_get_media_taxonomies():

    $mediaTermPosts = mcm_get_posts_for_media_taxonomy($taxonomySlug);
    $countMediaPosts = count($mediaTermPosts);

    Can you count it directly in SQL, without PHP?

    Many thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author DeBAAT

    (@debaat)

    Hai krstarica,

    Sorry to read about this.
    I’ve just tried to fix it with V1.9.3.
    Could you give it a try to see whether this is fixed now?
    And if so, could you please mark this issue as resolved?

    Thanks!
    Jan

    Thread Starter net

    (@krstarica)

    I confirm it works now.

    That was really quick fix!

    Many thanks Jan.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Allowed memory size of … bytes exhausted opening MCM Settings page’ is closed to new replies.