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:
define ( ‘WP_DEBUG’, false );
and change it to define( ‘WP_DEBUG’, true );
if its already not in this statedefine( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false );
just after define( ‘WP_DEBUG’, true );
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.