Skip to content

Enables debugging and adds a screen into the WordPress Admin to view the debug.log.

License

Notifications You must be signed in to change notification settings

wpmudev-sls/wp-live-debug

 
 

Repository files navigation

WP Live Debug View on WordPress.org Build Status License: GPL v2

Requires at least: WordPress 4.8

Tested up to: WordPress 4.9.8

Requires PHP: 5.6

My Website WordPress Profile

Description

Enables debugging and adds various installation information. Simply enable the plugin and go to the WP Live Debug tab to see your debug.log.

Credits & Licences:

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

The WordPress.org community for parts of debug info

Fellow contributors: Marius L. Jensen, Nahid F. Mohit, Vladislav Bailovic

Installation

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

Changelog

4.9.8.6

  • 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.

4.9.8.5

  • Add Info to Snapshot

4.9.8.4

  • Introduce WPMU DEV Tab
  • Snapshot constants
  • Global installation .log reader

4.9.8.3

  • Added scheduled task nonces
  • Fixed the SSL form to work via 'enter' also
  • Minor fixes

4.9.8.2

4.9.8.1

  • Added Tabs view to shorten the pages length ( thanks Nahid F. Mohit ! )
  • Refactored SSL tests the wp way
4.9.8
  • 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
4.9.4.2
  • Update required PHP to 5.3.
  • Update required WordPress version to 4.8.
4.9.4.1
  • Fixed removing 'n' from the debug view.
4.9.4
  • Code refactoring.
  • Minor fixes.
4.9.2.1
  • Fixed faulty Plugin URI.
4.9.2
  • Checks if file exists first to avoid errors.
  • Bumping version to follow WordPress releases.
1.0.1
  • Fixed No such file or directory warning
1.0.0
  • Initial Release

About

Enables debugging and adds a screen into the WordPress Admin to view the debug.log.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.5%
  • CSS 15.6%
  • PHP 8.9%