Requires at least: WordPress 4.8
Tested up to: WordPress 4.9.8
Requires PHP: 5.6
Enables debugging and adds various installation information. Simply enable the plugin and go to the WP Live Debug tab to see your debug.log.
This is a personal project that I use for debugging, but some parts of the code are written by other awesome people.
So props also go to:
WPMU DEV for parts of debug info & Shared UI
- Shared UI - Licence GPLv2
The WordPress.org community for parts of debug info
- Health Check - Licence GPLv2 - GitHub
Fellow contributors: Marius L. Jensen, Nahid F. Mohit, Vladislav Bailovic
From within WordPress
- Visit Plugins > Add New
- Search for WP Live Debug
- Click the Install Now button to install the plugin
- Click the Activate button to activate the plugin
Manually
- Unzip the downloaded package
- Upload
wp-live-debug
directory to the /wp-content/plugins/ directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Log viewer UI changes.
- Add full log path on viewer title.
- Clear any log.
- Delete any log.
- Various fixes.
- PHPCS fixes.
- Code docs.
- Keeping 1 extra wp-config.php backup on activation.
- Disable debug toggles until 1 action is finished.
- Loading icons on Clear Log, Delete Log, Backup and Restore wp-config.
- Download wp-config on activation.
- Add Info to Snapshot
- Introduce WPMU DEV Tab
- Snapshot constants
- Global installation .log reader
- Added scheduled task nonces
- Fixed the SSL form to work via 'enter' also
- Minor fixes
- Adds SSL verification for any domain
- Security fixes ( thanks Vladislav Bailovic ! )
- Added Tabs view to shorten the pages length ( thanks Nahid F. Mohit ! )
- Refactored SSL tests the wp way
- Refactored Live Debugging
- Added Server Information
- Added General WordPress Information
- Added PHP Information
- Added Scheduled Tasks Information
- Added Checksums tool to verify core files
- Added a simple wp_mail() check
- Added SSL/TLS Information
- Update required PHP to 5.3.
- Update required WordPress version to 4.8.
- Fixed removing 'n' from the debug view.
- Code refactoring.
- Minor fixes.
- Fixed faulty Plugin URI.
- Checks if file exists first to avoid errors.
- Bumping version to follow WordPress releases.
- Fixed
No such file or directory
warning
- Initial Release