=== PHP Errors Widget === Contributors: gyrus, t1gr0u Tags: php, log, error, widget Requires at least: 2.7.0 Tested up to: 2.9.1 Stable tag: trunk Display PHP errors on the Dashboard. == Description == The plugin allows to display PHP errors on the dashboard in a widget. I've wrap Gyrus's code into a plugin, you can see the original code here: http://sltaylor.co.uk/blog/wordpress-dashboard-widget-php-errors-log/ == Installation == This section describes how to install the plugin and get it working. 1. Upload `php-errors-widget` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Go to 'Settings' on the admin panel and select 'PHP Errors Widget' == Frequently Asked Questions == = How to set up? = Go to admin panel, select 'Settings' then 'PHP Errors Widget'. Enter your path for the php error log file (ex.: /home/path/logs/php-errors.log). That's it. == Screenshots == 1. Widget 2. Setting the PHP error log file's path and other settings == Changelog == = 0.1 = * First release.