Metadata Lock

Support General Metadata LockResolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18970
    eric@reformedmedia.com[email protected]
    Participant

    Hi,
    I'm researching into why my site continually locks up when doing simple tasks like saving or accessing the media library.

    I have a number of websites and the biggest difference is that Meta Box is on this one so I'm trying to see where the issue is coming from. Have you had any issues with Metadata lock before with Meta Box?

    Here is what I am seeing when the site locks up. https://www.dropbox.com/s/n54x9sle6l42tzm/Screenshot%202020-04-10%2014.04.29.png?dl=0

    Basically it locks up until it releases and then it allows me to move forward.

    My Database is set as Innodb so that shouldn't be the issue.

    Thanks for looking into this with me.
    Eric

    #18981
    Long NguyenLong Nguyen
    Moderator

    Hi,

    I've not heard any issues like this with the site uses the Meta Box plugin. But you can increase the memory limit and execution time value by adding this code to the file wp-config.php

    define ('WP_MEMORY_LIMIT', '1500M');
    set_time_limit(30000); //below the line define('WP_DEBUG', false);

    then try to save, access the library to check the problem again.

    Let me know how it goes.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.