You can install
Gorilla Debug
in any one of the following ways
From your WordPress dashboard
- Visit
Plugins -> Add New
- Search for
Gorilla Debug
- Activate
Gorilla Debug
from your Plugins page.
From WordPress.org
- Download
Gorilla Debug
- Upload the
gorilla-debug
directory to your /wp-content/plugins/
directory
- Activate
Gorilla Debug
from your Plugins page.
If the plugin cannot be activated
If you were unable to activate the plugin, it is most probably due to file protection and permissions set to protect
wp-config.php
. If this happens, then you will be instructed to activate manually.
Remember, this plugin is for development purposes only, and if you decide to change file permissions to change the access privileges for
wp-config.php
, then it is better to do so in a secure development environment. If you need to use this plugin in a live environment, and you change your file permissions to allow this plugin to work, then you have to ensure that
wp-config.php
is protected again after you finish using this plugin.
Once Activated
- Access
Gorilla Debug
from the WP Admin panel, and then click on Settings
(i.e., 'Gorilla Debug -> Settings`).
- Change the debug settings to your preferences. The bottom section shows the settings changes that will be made to
wp-config.php
.
- Click
Save Changes
to save the settings.
Visit https://debug.gorilla.solutions for documentation on how to use this plugin.