GET FREE VERSION GET THE PRO VERSION

Debug Mode

How to enable WordPress debug mode.

Its may happen that you can faced with some inexplicable problems. For example - you press 'Reindex table' button and nothing happens.

In this case please follow this steps:

  • Open wp-config.php file
  • Find define ( ‘WP_DEBUG’, false ); and change it to define( ‘WP_DEBUG’, true ); if its already not in this state
  • Place
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    

    just after define( ‘WP_DEBUG’, true );

  • Try action that cause some problems ( for example re-index table ) one more time.
  • After this in your wp-content folder must appear debug.log file. Please open it look on its content.

If information inside debug.log file says nothing for you than you can write to support about your problem and attache log file.