I have followed instructions I still don't see how to get into wp-config file to run WPdebug on managed WordPress site
I have downloaded filezilla but haven't a clue what to do next
I still don't see how to get in and change from false to true to run WP debug
Help please?
Solved! Go to Solution.
Now that you have Filezilla, you'll need your FTP settings.
Once logged into the account via FTP you'll want to look for the wp-config.php file in the root -- you'll know the root because you'll see the other WordPress directories within -- like wp-content.
Download the wp-config.php file and make a copy as a backup on your hard drive. This way if you if something goes wrong you can reinstate the original copy before you made any changes.
Then look for this line in that file:
Enable debugging. define( 'WP_DEBUG', true ); Disable debugging define( 'WP_DEBUG', false );
HTH! 😉
Now that you have Filezilla, you'll need your FTP settings.
Once logged into the account via FTP you'll want to look for the wp-config.php file in the root -- you'll know the root because you'll see the other WordPress directories within -- like wp-content.
Download the wp-config.php file and make a copy as a backup on your hard drive. This way if you if something goes wrong you can reinstate the original copy before you made any changes.
Then look for this line in that file:
Enable debugging. define( 'WP_DEBUG', true ); Disable debugging define( 'WP_DEBUG', false );
HTH! 😉
Hi Muse
Thanks for the reply, have followed instructions to:
Once you are done with development or troubleshooting you should set WP_DEBUG to false.
But having done steps 1 -6 I cannot find the wp-content/debug.log. when I open the wp-content folder the debug log is not in there? Any thoughts?