Support

Account

Home Forums Backend Issues (wp-admin) Not All Data Loading on Post Page (in wp-admin) Reply To: Not All Data Loading on Post Page (in wp-admin)

  • It sounds like you have a fatal PHP error in the code somewhere. This is usually a sign of that. Turn on debugging and see what kind of errors are shown.

    Add this to wp-config.php

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