Enable or Disable WordPress Debugging Mode
To enable the WordPress debugging mode, you will want to access SSH on the account and run the following command.
wp config set WP_DEBUG true
To disable WordPress debugging mode, you will enter the following command.
wp config set WP_DEBUG false