How to enable/disable debug mode on WordPress using FTP?

Опубликовано: 16 Июнь 2026
на канале: Zakarie - Mes bonnes trouvailles
90
1

In this tutorial, I'll share my screen to show you step-by-step how to display WordPress errors and easily fix them using debug mode. I'll explain how to connect to your site with FileZilla, open the wp-config.php file, and add (or modify) the line `define('WP_DEBUG', true);`.

This mode allows you to see the errors on your site in detail and fix them more easily. If you want to disable it later, simply replace "true" with "false" in your file.