• wp-admin/edit.php?post_type=page does not open with JetPack activated/connected. Only Administrators can get to it, editors get either ‘The website cannot display the page – HTTP 500 ‘ in IE and Firefox. Blank page on Chrome.

    Everything works before I connect JetPack to WordPress.com but ‘wp-admin/edit.php?post_type=page’ stops loading for everyone except Admisnistrators. Why?

    https://www.ads-software.com/plugins/jetpack/

Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    I can’t seem to be able to reproduce the issue on my end. Could you add the following to your site’s wp-config.php file?

    define('WP_DEBUG', true);
    
    if ( WP_DEBUG ) {
    
            @error_reporting( E_ALL );
            @ini_set( 'log_errors', true );
            @ini_set( 'log_errors_max_len', '0' );
    
            define( 'WP_DEBUG_LOG', true );
            define('WP_DEBUG_DISPLAY', false);
            define( 'CONCATENATE_SCRIPTS', false );
            define( 'SAVEQUERIES', true );
    
    }

    Once you’ve done so, try loading the page list again, then check the wp-content/debug.log file for errors, and paste the results here. You can then replace define('WP_DEBUG', true); by define('WP_DEBUG', false); in the code above.

    Let me know how it goes!

Viewing 1 replies (of 1 total)
  • The topic ‘The new Jetpack 4.5.2 don't let editors access page list’ is closed to new replies.