Error Log Viewer by BestWebSoft
by bestwebsoft 4.8 (9 reviews)

Error Log Viewer by BestWebSoft

Get latest error log messages to diagnose website problems. Define and fix issues faster.

Error Log Viewer by BestWebSoft ranks #2,926 among WordPress.org plugins with 6,000+ active installations, a 4.8/5 rating from 9 reviews, and was last updated Dec 3, 2025. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 6.9.8 (Current: 7.1)
v1.1.8 Current Version v1.1.8
Updated 9 months ago Last Update on 03 Dec, 2025
Refreshed 7 hours ago Last Refreshed on
Top 5% by installs Downloads -21.8% this week
View on WordPress.org
Rank
#2,926
+2 this week
Active Installs
6K+
-5.9%
KW Avg Position
2
No change
Downloads
99.8K
+20 today
Support Resolved
100%
No change
Rating
96%
Review 4.8 out of 5
4.8 (9 reviews)

Next Milestone 7K

Total Progress 40%
6K+ 7K+
219
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 600 more installs to reach 7K+

Rank Changes

2,779 2,853 2,928 3,002 3,076 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026
2,779 2,853 2,928 3,002 3,076 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026
Current #2,926
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 20 30 40 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026
0 10 20 30 40 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

4.8
9 reviews
Overall 96%
5
8 (89%)
4
0 (0%)
3
1 (11%)
2
0 (0%)
1
0 (0%)

Support Threads Overview

Resolved
Unresolved
1
Total Threads
1
Resolved
0
Unresolved
100%
Resolution Rate

Security History

Source: WPVulnerability

7 known vulnerabilities on record · 1 in the last 24 months · checked 4 days ago

  1. Error Log Viewer by BestWebSoft [error-log-viewer] < 1.1.7

    CVE-2025-9950 · Fixed in v1.1.7

  2. Error Log Viewer by BestWebSoft [error-log-viewer] < 1.1.3

    CVE-2023-6821 · Fixed in v1.1.3

  3. Error Log Viewer by BestWebSoft [error-log-viewer] < 1.1.2

    CVE-2021-24761 · Fixed in v1.1.2

  4. Error Log Viewer by BestWebSoft [error-log-viewer] < 1.1.2

    CVE-2021-24966 · Fixed in v1.1.2

  5. Error Log Viewer by BestWebSoft [error-log-viewer] < 1.0.6

    CVE-2017-2171 · Fixed in v1.0.6

  6. Error Log Viewer by BestWebSoft [error-log-viewer] < 1.0.6

    CVE-2017-18562 · Fixed in v1.0.6

  7. Error Log Viewer by BestWebSoft [error-log-viewer] < 1.0.6

    Fixed in v1.0.6

Track This Plugin

Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.

Start Tracking Free

Plugin Details

Version
1.1.8
Last Updated
Dec 03, 2025
Requires WP
6.2+
Tested Up To
6.9.8
PHP Version
N/A
Author
bestwebsoft

Support & Rating

Rating
★ ★ ★ ★ ★ 4.8
Reviews
9
Support Threads
1
Resolved
100%

Keywords

Upgrade to Pro

Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.

Upgrade Now

TL;DR

AI summary of the plugin's readme

This plugin is for WordPress site administrators who need to monitor error logs without digging through server files. It lets users view, search, and get email alerts about PHP and WordPress error log activity directly from the admin dashboard.

  • Enable error logging via .htaccess
  • Enable error logging via wp-config.php
  • Search and view PHP logs
  • Search and view WordPress logs
  • Email notifications about log changes
  • Configurable log monitor settings
  • View last lines or full log
  • Save log excerpt as TXT file

Frequently Asked Questions

Common questions about Error Log Viewer by BestWebSoft

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 and Directives list php.ini. 2) Error logging via 'wp-config.php' using 'ini_set' If you don'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 and ini_set. 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.
Because all methods are equivalent, so when you turn on them all only one of them will work. There may be unwanted conflicts.
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.
It depends on the configuration of your server. In the tab of the log viewing the file will be only one.
Please make sure that the problem hasn't been discussed yet on our forum (https://support.bestwebsoft.com). If no, please provide the following data along with your problem'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 - 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

More plugins by bestwebsoft

Sign In / Register

You need to sign in or register to use this feature.