After installing wp-smtp i can’t access the wp-admin.
What is tried:
- renaming the plugins folder to plugins.hold
- change the value from active_plugins in the database
both of theses options didn’t work
So i enabled the debugging in the wp-config.php
and this is the error i get:
Deprecated: Creation of dynamic property PHPMailerPHPMailerPHPMailer::$Timelimit is deprecated in /data/sites/web/company/www/wp-content/plugins/wp-smtp/wp-smtp.php on line 198
Fatal error: Uncaught Error: Call to undefined function PHPMailerPHPMailerfsockopen() in /data/sites/web/company/www/wp-includes/PHPMailer/SMTP.php:423 Stack trace: #0 /data/sites/web/company/www/wp-includes/PHPMailer/SMTP.php(356): PHPMailerPHPMailerSMTP->getSMTPConnection('...', 587, 15, Array) #1 /data/sites/web/company/www/wp-includes/PHPMailer/PHPMailer.php(2228): PHPMailerPHPMailerSMTP->connect('...', 587, 15, Array) #2 /data/sites/web/company/www/wp-content/plugins/wp-smtp/wp-smtp.php(213): PHPMailerPHPMailerPHPMailer->smtpConnect() #3 /data/sites/web/company/www/wp-content/plugins/wp-smtp/wp-smtp.php(55): WP_SMTP->check_credentials() #4 /data/sites/web/company/www/wp-content/plugins/wp-smtp/wp-smtp.php(291): WP_SMTP->__construct() #5 /data/sites/web/company/www/wp-settings.php(517): include_once('...') #6 /data/sites/web/company/www/wp-config.php(110): require_once('...') #7 /data/sites/web/company/www/wp-load.php(50): require_once('...') #8 /data/sites/web/company/www/wp-admin/admin.php(34): require_once('...') #9 /data/sites/web/company/www/wp-admin/index.php(10): require_once('...') #10 {main} thrown in /data/sites/web/company/www/wp-includes/PHPMailer/SMTP.php on line 423
Fatal error: Uncaught Error: Invalid callback PHPMailerPHPMailerSMTP::errorHandler, cannot access protected method PHPMailerPHPMailerSMTP::errorHandler() in /data/sites/web/company/www/wp-includes/functions.php:6078 Stack trace: #0 /data/sites/web/company/www/wp-includes/functions.php(6078): trigger_error('...', 1024) #1 /data/sites/web/company/www/wp-includes/functions.php(6022): wp_trigger_error('', '...') #2 /data/sites/web/company/www/wp-includes/query.php(882): _doing_it_wrong('...', '...', '...') #3 /data/sites/web/company/www/wp-includes/robots-template.php(93): is_embed() #4 /data/sites/web/company/www/wp-includes/class-wp-hook.php(324): wp_robots_noindex_embeds(Array) #5 /data/sites/web/company/www/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array) #6 /data/sites/web/company/www/wp-includes/robots-template.php(32): apply_filters('...', Array) #7 /data/sites/web/company/www/wp-includes/functions.php(3863): wp_robots() #8 /data/sites/web/company/www/wp-includes/functions.php(3785): _default_wp_die_handler('...', '...', Array) #9 /data/sites/web/company/www/wp-includes/class-wp-fatal-error-handler.php(241): wp_die(Object(WP_Error), '', Array) #10 /data/sites/web/company/www/wp-includes/class-wp-fatal-error-handler.php(156): WP_Fatal_Error_Handler->display_default_error_template(Array, Object(WP_Error)) #11 /data/sites/web/company/www/wp-includes/class-wp-fatal-error-handler.php(60): WP_Fatal_Error_Handler->display_error_template(Array, Object(WP_Error)) #12 [internal function]: WP_Fatal_Error_Handler->handle() #13 {main} thrown in /data/sites/web/company/www/wp-includes/functions.php on line 6078
thanks in advance,