Title: Error Log Viewer by BestWebSoft
Author: bestwebsoft
Published: <strong>Ọwẹ́wẹ̀  8, 2015</strong>
Last modified: Ọ̀pẹ  3, 2025

---

Ṣàwárí àwọn plugin

![](https://ps.w.org/error-log-viewer/assets/banner-772x250.jpg?rev=2274039)

![](https://ps.w.org/error-log-viewer/assets/icon-256x256.gif?rev=2621375)

# Error Log Viewer by BestWebSoft

 Láti ọwọ́ [bestwebsoft](https://profiles.wordpress.org/bestwebsoft/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/error-log-viewer.1.1.8.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/error-log-viewer/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/error-log-viewer/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/error-log-viewer/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/error-log-viewer/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/error-log-viewer/)

## Àpèjúwe

Simple utility plugin that helps to find and view log files with errors right from
your WordPress admin dashboard. Get access to all your log files from one place.
View the latest activity, select logs by date, or view a full log file. Get email
notifications about log changes.

Get access to your website logs and troubleshoot issues faster!

[View Demo](https://bestwebsoft.com/demo-error-log-viewer/?ref=readme)

#### Features

 * Enable WordPress error logging with:
    - .htaccess
    - wp-config.php using `inl_set`
    - wp-config.php using `WP_DEBUG`
 * Search and view error logs:
    - PHP
    - WordPress
 * Configure email notifications about log changes:
    - Set the email
    - Change frequency
 * Configure log monitor settings:
    - Choose the log to be displayed
    - Choose what to show in the log:
       * Certain last lines in the file
       * Log for a certain period of time
       * Full file
 * View or save the part of PHP error logs as TXT file
 * Compatible with latest WordPress version
 * Incredibly simple settings for fast setup without modifying code
 * Detailed step-by-step documentation and videos

If you have a feature suggestion or idea youÌtumọ̀ Yorùbá: ’d like to see in the
plugin, weÌtumọ̀ Yorùbá: ’d love to hear about it! [Suggest a Feature](https://support.bestwebsoft.com/hc/en-us/requests/new)

#### Documentation & Videos

 * [[Doc] User Guide](https://bestwebsoft.com/documentation/error-log-viewer/error-log-viewer-user-guide/)
 * [[Doc] Installation](https://bestwebsoft.com/documentation/how-to-install-a-wordpress-product/how-to-install-a-wordpress-plugin/)

#### Help & Support

Visit our Help Center if you have any questions, our friendly Support Team is happy
to help Ìtumọ̀ Yorùbá: – [https://support.bestwebsoft.com/](https://support.bestwebsoft.com/)

#### Affiliate Program

Earn 20% commission by selling the premium WordPress plugins and themes by BestWebSoft—
https://bestwebsoft.com/affiliate/

#### Translation

 * Russian (ru_RU)
 * Ukrainian (uk)

Some of these translations are not complete. We are constantly adding new features
which should be translated. If you would like to create your own language pack or
update the existing one, you can send [the text of PO and MO files](https://codex.wordpress.org/Translating_WordPress)
to [BestWebSoft](https://support.bestwebsoft.com/hc/en-us/requests/new) and weÌtumọ̀
Yorùbá: ’ll add it to the plugin. You can download the latest version of the program
for work with PO and MO [files Poedit](https://www.poedit.net/download.php).

#### Recommended Plugins

 * [Updater](https://bestwebsoft.com/products/wordpress/plugins/updater/?k=e2d89a7eca0a903ab58d99e7ffa3b510)
   Ìtumọ̀ Yorùbá: – Automatically check and update WordPress website core with all
   installed plugins and themes to the latest versions.

#### Credits

 * This plugin incorporates a license verification mechanism to ensure the authenticity
   of your license key and provide access to premium features and updates. The verification
   process involves connecting securely to our external service hosted at BestWebSoft
   website [https://bestwebsoft.com](https://bestwebsoft.com). Privacy Policy [https://bestwebsoft.com/privacy-policy/](https://bestwebsoft.com/privacy-policy/).
   End user license agreement [https://bestwebsoft.com/end-user-license-agreement/](https://bestwebsoft.com/end-user-license-agreement/).

## Àwọn àwòrán ìbòjú

[⌊Settings page for create log file.⌉⌊Settings page for create log file.⌉[

Settings page for create log file.

[⌊Settings page for selecting viewed file.⌉⌊Settings page for selecting viewed file
.⌉[

Settings page for selecting viewed file.

[⌊Settings page for sending e-mail.⌉⌊Settings page for sending e-mail.⌉[

Settings page for sending e-mail.

[⌊PHP error log monitor.⌉⌊PHP error log monitor.⌉[

PHP error log monitor.

[⌊WP error log monitor.⌉⌊WP error log monitor.⌉[

WP error log monitor.

## Ìgbéwọlẹ̀

 1. Upload the `error-log-viewer` folder to `/wp-content/plugins/` directory.
 2. Activate the plugin via the ‘Plugins’ menu in WordPress.
 3. Plugin settings are located in “Error Log Viewer”.

[View a Step-by-step Instruction on Error Log Viewer Installation](https://bestwebsoft.com/documentation/how-to-install-a-wordpress-product/how-to-install-a-wordpress-plugin/).

## FAQ

### I can’t view, download or clear the log file.

Probably there is a problem with access to files and folders. For more information,
please go to [Changing File Permissions](https://codex.wordpress.org/Changing_File_Permissions).

### What is the difference between three methods of a log file creating, which are offered by the plugin?

All methods are equivalent, so when you turn on them all only one of them will work.

There may be unwanted conflicts.

1) Error logging via ‘.htaccess’ using ‘ini_set’

This method is suitable if you have an access to the file “.htaccess” to edit it.

Also, this method allows you to create a log file, its name, change the absolute
path to it. ‘php_flag’ and ‘php_value’ change the value of Apache directives by 
changing the server configuration. The plugin uses this method only to enable PHP
errors logging and specifying the path to the log files. Other configuration settings
you can change by yourself. For more information, please visit [How to change configuration settings](http://php.net/manual/en/configuration.changes.php)
and [Directives list php.ini](http://php.net/manual/en/ini.list.php).

2) Error logging via ‘wp-config.php’ using ‘ini_set’

If you donÌtumọ̀ Yorùbá: ’t have an access to “.htaccess”, you can use file “wp-
config.php” to change server configuration settings using the ‘ini_set’ option and
specifying a variety of error logging settings and other options. The plugin uses
this method only to activate the PHP error logging and specifying the path to the
log files.
 For more information, please visit [Runtime Configuration](http://php.net/manual/en/errorfunc.configuration.php#ini.error-log)
and [ini_set](http://php.net/manual/en/function.ini-set.php).

3) Error logging via ‘wp-config.php’ using ‘WP_DEBUG’

This method is used for debugging errors using the WordPress PHP constants and declaring
them in the “wp-config.php” file. This is a standard WordPress debugging method.
This is a very good method which is recommended for using on WordPress sites, but
errors are recorded in the file “debug.log” to the ‘wp-content’ directory. You can’t
change the absolute path to file logs. This method is considered to be a priority
on the WordPress sites. After declaring of these constants other methods won’t work.

For more information, please visit [Errors Debugging on the WordPress](https://codex.wordpress.org/Debugging_in_WordPress).

### Why I can’t select all three methods to enable debug?

Because all methods are equivalent, so when you turn on them all only one of them
will work.
 There may be unwanted conflicts.

### I clicked on the checkbox to receive notification about the logs to my mailbox, however, the letters come less than it exposed in the settings. Why?

The function of notification sending implemented using WordPress hook ‘wp_shedule_event’.
If during the chosen period of time the site has been inactive (no sign on it), 
this hook won’t work.

### After creating a log file there are identical files appear in tabs PHP Error Log Viewer and WP Error Log Viewer. Why?

It depends on the configuration of your server. In the tab of the log viewing the
file will be only one.

### I have some problems with the pluginÌtumọ̀ Yorùbá: ’s work. What Information should I provide to receive proper support?

Please make sure that the problem hasnÌtumọ̀ Yorùbá: ’t been discussed yet on our
forum ([https://support.bestwebsoft.com](https://support.bestwebsoft.com)). If no,
please provide the following data along with your problemÌtumọ̀ Yorùbá: ’s description:

 * The link to the page where the problem occurs
 * The name of the plugin and its version. If you are using a pro version Ìtumọ̀
   Yorùbá: – your order number.
 * The version of your WordPress installation
 * Copy and paste into the message your system status report. Please read more here:
   [Instruction on System Status](https://bestwebsoft.com/documentation/admin-panel-issues/system-status/)

## Àwọn àgbéyẹ̀wò

![](https://secure.gravatar.com/avatar/b223e2766c29c3914ae5c00aa0bcc171f2c7b2874fa8401cd11a5a21b7907029?
s=60&d=retro&r=g)

### 󠀁[Great for error log](https://wordpress.org/support/topic/great-for-error-log/)󠁿

 [ali2swat](https://profiles.wordpress.org/ali2swat/) Ẹrẹ́nà 4, 2026

Thank you so much

![](https://secure.gravatar.com/avatar/70543a0aefe5617c183fdb9d21da518b305652cca21eaa5ee1948c87eb365343?
s=60&d=retro&r=g)

### 󠀁[Nice to read logs, but that is it. No real options](https://wordpress.org/support/topic/nice-to-read-logs-but-that-is-it-no-real-options/)󠁿

 [Curtis Fraser](https://profiles.wordpress.org/curtisfraser/) Ẹrẹ́nà 31, 2025 1
ìdáhùn

Sending emails by time is rather basic. It would probably be more useful to send
send emails when ‘new’ items are recorded that are actionable items. PHP warnings
from plugins are nothing too special.

![](https://secure.gravatar.com/avatar/92bd15bba95688a9bb9fbfbcf184f6ae0e0472159187a6271ddddd384153f326?
s=60&d=retro&r=g)

### 󠀁[More convenient than accessing the file manually](https://wordpress.org/support/topic/more-convenient-than-accessing-the-file-manually/)󠁿

 [2Flow2](https://profiles.wordpress.org/emite/) Èrèlé 4, 2025

Yep, pretty much does what it says. ItÌtumọ̀ Yorùbá: ’s a much more convenient way
to quickly check on any errors that have arisen in the PHP without having to open
up the file manually. However, it would nice if there was a way to manually point
it to a different save location than the default for the PHP error log. I like to
keep WP_DEBUG turned on all the time on my Production site with this plugin installed,
and then I use .htaccess rules to keep anyone external from accessing the log. To
suppress the WordPress default “Site Health Check” warning that comes up I add the
following code into my child themeÌtumọ̀ Yorùbá: ’s functions.php: // WordPress’
default Health Check dashboard flags some things that are irrelevant to us.add_filter(‘
site_status_tests’, function (array $test_type) { unset($test_type[Ìtumọ̀ Yorùbá:’
direct’][Ìtumọ̀ Yorùbá: ’debug_enabled’]); // Remove warning about logging errors
to a potentially public file. We are using the .htaccess file to block external 
debug file access. return $test_type;}, 1, 1);

![](https://secure.gravatar.com/avatar/560dfc09a183c3769b77fc1ba47b779ea0fc5e877e889ad32adf5638b3414241?
s=60&d=retro&r=g)

### 󠀁[jippi, i will be notified on issues e.g. after updating](https://wordpress.org/support/topic/jippi-i-will-be-notified-on-issues-e-g-after-updating/)󠁿

 [Saleswonder Team: Tobias](https://profiles.wordpress.org/tobias_conrad/) Ọwẹ́wẹ̀
15, 2021

Thank you, very much for this plugin

![](https://secure.gravatar.com/avatar/015a4e9d3e4f0bf048a022315b50550ea8a6c60a0e9455be60826e22bae1287c?
s=60&d=retro&r=g)

### 󠀁[Good one](https://wordpress.org/support/topic/good-one-493/)󠁿

 [papacoderrs](https://profiles.wordpress.org/papacoderrs/) Igbe 3, 2021

Thank you

![](https://secure.gravatar.com/avatar/816382c16bf43d48584be7dcd1088cb796f83cb0daeb4a1dccb7209c17840e89?
s=60&d=retro&r=g)

### 󠀁[Takes away the frustration of going through your logs](https://wordpress.org/support/topic/takes-away-the-frustration-of-going-through-your-logs/)󠁿

 [Gary McLeod](https://profiles.wordpress.org/gemwfh/) Ọ̀wàrà 13, 2020

Saves Time! Awesome In My Minds Eye

 [ Ka gbogbo àwọn àgbéyẹ̀wò 9 ](https://wordpress.org/support/plugin/error-log-viewer/reviews/)

## Àwọn Olùkópa & Olùgbéejáde

“Error Log Viewer by BestWebSoft” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn
wọ̀nyí ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

 *   [ bestwebsoft ](https://profiles.wordpress.org/bestwebsoft/)

A ti túmọ̀ “Error Log Viewer by BestWebSoft” sí àwọn èdè agbègbè 2. Ọpẹ́lọpẹ́ fún
[àwọn atúmọ̀ èdè](https://translate.wordpress.org/projects/wp-plugins/error-log-viewer/contributors)
fún àwọn ìkópa wọn.

[Túmọ̀ “Error Log Viewer by BestWebSoft” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/error-log-viewer)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/error-log-viewer/), ṣàyẹ̀wò
[ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/error-log-viewer/), tàbí ṣe àgbékalẹ̀
sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/error-log-viewer/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/error-log-viewer/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### V1.1.8 Ìtumọ̀ Yorùbá: – 18.11.2025

 * Update : Added info about send email notifications

#### V1.1.7 Ìtumọ̀ Yorùbá: – 15.10.2025

 * Bugfix : Vulnerability bugs fixed.
 * Update : Plugin optimization compleated.
 * Update : All functionality has been updated for WordPress 6.8.3.

#### V1.1.6 Ìtumọ̀ Yorùbá: – 26.03.2025

 * Bugfix : Small bugs fixed.
 * Update : Plugin optimization compleated.
 * Update : All functionality has been updated for WordPress 6.7.

#### V1.1.5 Ìtumọ̀ Yorùbá: – 22.04.2024

 * Bugfix : Small bugs fixed.
 * Update : Plugin optimization compleated.
 * Update : All functionality has been updated for WordPress 6.5.2.

#### V1.1.4 Ìtumọ̀ Yorùbá: – 01.01.2024

 * Bugfix : wp_nonce error fixed.
 * Update : Plugin optimization compleated.

#### V1.1.3 Ìtumọ̀ Yorùbá: – 11.12.2023

 * Update : BWS panel section is updated.
 * Update : All functionality has been updated for WordPress 6.4.2.
 * Bugfix : Fixed Data Security Risk.
 * NEW : Functionality for mitigating the vulnerability effectively has been added.

#### V1.1.2 Ìtumọ̀ Yorùbá: – 11.01.2022

 * Update : BWS panel section is updated.
 * Update : All functionality has been updated for WordPress 5.8.1.
 * Bugfix : Bugs with adding data to wp-config were fixed.

#### V1.1.1 Ìtumọ̀ Yorùbá: – 02.04.2020

 * Update : The plugin settings page was changed.
 * Update : All functionality was updated for PHP 7.4.
 * Update : BWS menu has been updated.
 * Update : All functionality has been updated for WordPress 5.4.

#### V1.1.0 Ìtumọ̀ Yorùbá: – 14.11.2019

 * NEW : Ability to send an email notification when a fatal error occurs.

#### V1.0.9 Ìtumọ̀ Yorùbá: – 04.09.2019

 * Update: The deactivation feedback has been changed. Misleading buttons have been
   removed.

#### V1.0.8 Ìtumọ̀ Yorùbá: – 25.12.2018

 * Update : All functionality has been updated for WordPress 5.0.2.

#### V1.0.7 Ìtumọ̀ Yorùbá: – 19.07.2018

 * NEW : Ability to clear log file has been added.
 * Bugfix : Error log display area was fixed.

#### V1.0.6 Ìtumọ̀ Yorùbá: – 17.04.2017

 * Bugfix : Multiple Cross-Site Scripting (XSS) vulnerability was fixed.

#### V1.0.5 Ìtumọ̀ Yorùbá: – 12.10.2016

 * Update : BWS plugins section is updated

#### V1.0.4 Ìtumọ̀ Yorùbá: – 11.07.2016

 * Update : We updated all functionality for wordpress 4.5.3.
 * Update : BWS panel section is updated.

#### V1.0.3 Ìtumọ̀ Yorùbá: – 25.04.2016

 * Update : We updated all functionality for wordpress 4.5.

#### V1.0.2 Ìtumọ̀ Yorùbá: – 09.12.2015

 * Bugfix : The bug with plugin menu duplicating was fixed.

#### V1.0.1 Ìtumọ̀ Yorùbá: – 20.10.2015

 * NEW : We added ability to restore settings to defaults.

#### V1.0.0 Ìtumọ̀ Yorùbá: – 08.09.2015

 * Release date of Error Log Viewer

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.1.8**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **oṣù 7 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **6,000+**
 *  Ẹ̀yà WordPress ** 6.2 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **6.9.4**
 *  Àwọn èdè
 * [English (US)](https://wordpress.org/plugins/error-log-viewer/), [Russian](https://ru.wordpress.org/plugins/error-log-viewer/),
   àti [Ukrainian](https://uk.wordpress.org/plugins/error-log-viewer/).
 *  [Túmọ̀ sí èdè rẹ](https://translate.wordpress.org/projects/wp-plugins/error-log-viewer)
 * Àwọn àmì
 * [debug tool](https://yor.wordpress.org/plugins/tags/debug-tool/)[error log](https://yor.wordpress.org/plugins/tags/error-log/)
   [php error log](https://yor.wordpress.org/plugins/tags/php-error-log/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/error-log-viewer/advanced/)

## Àwọn ìbò

 4.8 lára àwọn ìràwọ̀ 5.

 *  [  8 5-star reviews     ](https://wordpress.org/support/plugin/error-log-viewer/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/error-log-viewer/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/error-log-viewer/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/error-log-viewer/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/error-log-viewer/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/error-log-viewer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/error-log-viewer/reviews/)

## Àwọn Olùkópa

 *   [ bestwebsoft ](https://profiles.wordpress.org/bestwebsoft/)

## Ìrànlọ́wọ́

Àwọn ọ̀ràn tí a yanjú ní oṣù méjì tó kọjá:

     1 nínú 1

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/error-log-viewer/)

## Ṣe ìtọrẹ

Ṣé o fẹ́ ṣe àtìlẹ́yìn fún ìlọsíwájú plugin yìí?

 [ Ṣe ìtọrẹ sí plugin yìí ](https://bestwebsoft.com/donate/)