Warning: Undefined array key “wp_mail_smtp_reports_widget_lite”
-
Hello! I’m working on a localhost site and so in my
wp-config.phpfile, I’ve definedWPMS_DO_NOT_SENDto true. However, I think there’s a missed check somewhere regarding the dashboard widget as I’m getting these two errors:
It’s not a high priority since it is just a warning and not a fatal error, and I’m sure not many people completely disable their email sends anyway, so take your time getting around to it 😉
Thanks!
Adding errors in text below for legibility/forum searching.
(!) Warning: Undefined array key "wp_mail_smtp_reports_widget_lite" in C:\Projects\_wamp\www\local{REDACTED}\wp-content\plugins\wp-mail-smtp\src\Admin\DashboardWidget.php on line 167
Call Stack
# Function Location
1 {main}( ) ...\index.php:0
2 wp_dashboard_setup( ) ...\index.php:15
3 do_action( $hook_name = 'wp_dashboard_setup' ) ...\dashboard.php:135
4 WP_Hook->do_action( $args = [0 => ''] ) ...\plugin.php:517
5 WP_Hook->apply_filters( $value = '', $args = [0 => ''] ) ...\class-wp-hook.php:348
6 WPMailSMTP\Admin\DashboardWidget->widget_register( '' ) ...\class-wp-hook.php:324(!) Warning: Trying to access array offset on value of type null in C:\Projects\_wamp\www\local{REDACTED}\wp-admin\includes\template.php on line 1342
Call Stack
# Function Location
1 {main}( ) ...\index.php:0
2 wp_dashboard( ) ...\index.php:204
3 do_meta_boxes( $screen = 'dashboard', $context = 'normal', $data_object = '' ) ...\dashboard.php:271
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Warning: Undefined array key “wp_mail_smtp_reports_widget_lite”’ is closed to new replies.