• Hi All-

    I have a quite odd error with my site, when I try to edit a page (our staff page), the page hangs and eventually Chrome and Firefox tells me the script is unresponsive. But, if I try to edit any other page it works perfectly fine. I am not even sure where to begin to diagnosing the problem. The only thing on the page is pictures and text.

    Any help? Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Laurena Rehbein

    (@lrehbein)

    Automattic Happiness Engineer

    Hi iPhonefreak,

    Did you solve this? Maybe you could provide a link to the site/affected pages so we can check it out?

    Laurena

    Thread Starter iPhonefreak

    (@iphonefreak)

    Hi,

    The issue is not resolved, but it only appears to be on the backend when trying to edit it.

    joanbullard.com is my site.

    I have tried it on several computers, in several locations.

    Thread Starter iPhonefreak

    (@iphonefreak)

    Hi, I am still experiencing this issue. Any help?

    Laurena Rehbein

    (@lrehbein)

    Automattic Happiness Engineer

    Hi iPhonefreak,

    I would suggest trying to debug it…

    Put this into your wp-config file, as per https://codex.www.ads-software.com/Debugging_in_WordPress:

    define('WP_DEBUG', false);
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );

    Then visit your site and try to edit. A debug.log will be created in your wp-content file (if there isn’t one already) and it will be an error log. It may give you some hints about what’s going wrong.

    Hopefully this helps you narrow it down.

    Laurena

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page hangs’ is closed to new replies.