Errors during upgrade
-
I did the upgrade today from version 1.9 to 2.0.1 and found the following errors in the log.
Running on PHP 7.3. The dashboard was unavailable after the upgrade but accessible after starting a new session. I did send a test message (via Mailgun) and that worked ok. So would below errors only be an issue during the upgrade process or might it be that there is more to fix ?[20-May-2020 10:22:33 UTC] PHP Warning: Use of undefined constant WPMS_PLUGIN_FILE – assumed ‘WPMS_PLUGIN_FILE’ (this will throw an Error in a future version of PHP) in xxx/plugins/wp-mail-smtp/src/Admin/Area.php on line 60
[20-May-2020 10:22:33 UTC] PHP Fatal error: Uncaught Error: Call to undefined method WPMailSMTP\Core::is_white_labeled() in xxx/plugins/wp-mail-smtp/src/Admin/Area.php:223
Stack trace:
#0 /xxx/wp-includes/class-wp-hook.php(287): WPMailSMTP\Admin\Area->add_admin_options_page(”)
#1 /xxx/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#2 /xxx/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /xxx/includes/menu.php(155): do_action(‘admin_menu’, ”)
#4 /xxx/wp-admin/menu.php(326): require_once(‘/home/kleistad/…’)
#5 /xxx/wp-admin/admin.php(153): require(‘/home/kleistad/…’)
#6 /xxx/wp-admin/post.php(12): require_once(‘/home/kleistad/…’)
#7 {main} in /xxx/wp-content/plugins/wp-mail-smtp/src/Admin/Area.php on line 223[20-May-2020 10:22:42 UTC] PHP Fatal error: Uncaught Error: Call to undefined method WPMailSMTP\Core::is_white_labeled() in /xxx/wp/wp-content/plugins/wp-mail-smtp/src/Admin/Area.php:223
Stack trace:
#0 /xxx/wp-includes/class-wp-hook.php(287): WPMailSMTP\Admin\Area->add_admin_options_page(”)
#1 /xxx/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#2 /xxx/wp/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /xxx/wp-admin/includes/menu.php(155): do_action(‘admin_menu’, ”)
#4 /xxx/wp-admin/menu.php(326): require_once(‘/home/kleistad/…’)
#5 /xxx/wp-admin/admin.php(153): require(‘/home/kleistad/…’)
#6 {main}
thrown in /xxx/wp/wp-content/plugins/wp-mail-smtp/src/Admin/Area.php on line 223
- The topic ‘Errors during upgrade’ is closed to new replies.