xsato
Forum Replies Created
-
Forum: Reviews
In reply to: [Japanized For WooCommerce] 修正できなくて困ってます。@shoheitanaka 正常に動作することを確認致しました。
ご対応ありがとうございました。Forum: Reviews
In reply to: [Japanized For WooCommerce] 修正できなくて困ってます。@shoheitanaka さん
いつもありがとうございます。
対応版は2.2.10になりますでしょうか?
以下で PHP message: PHP Parse error: syntax error, unexpected ‘array’ (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST) となっております。
woocommerce-for-japan/includes/admin/class-jp4wc-admin-screen.php on line 19暫定的に、$errors と $messages の型付きプロパティを修正しております。
- This reply was modified 3 years, 11 months ago by xsato.
It is described in nginx log as follows.
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in wp-includes/class-smtp.php on line 368" while reading response header from upstream
wp-includes/class-smtp.php on line 368
// Begin encrypted connection if (!stream_socket_enable_crypto( $this->smtp_conn, true, $crypto_method )) { return false; }
- This reply was modified 6 years, 7 months ago by xsato.
I cant send emails via Amazon SES, too.
Versions:
WordPress: 4.9.5
WordPress MS: No
PHP: 7.2.4
WP Mail SMTP: 1.2.5Params:
Mailer: smtp
Constants: No
ErrorInfo: SMTP connect() failed.
Host: email-smtp.us-west-2.amazonaws.com
Port: 587
SMTPSecure: tls
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)Server:
OpenSSL: Yes
SMTP Debug:
2018-04-12 04:08:05 Connection: opening to email-smtp.us-west-2.amazonaws.com:587, timeout=300, options=array (
)
2018-04-12 04:08:05 Connection: opened
2018-04-12 04:08:06 SERVER -> CLIENT: 220 email-smtp.amazonaws.com ESMTP SimpleEmailService-xxxxxx xxxxxxxxxxxxxxxx
2018-04-12 04:08:06 CLIENT -> SERVER: EHLO xxxxxx.com
2018-04-12 04:08:06 SERVER -> CLIENT: 250-email-smtp.amazonaws.com
250-8BITMIME
250-SIZE 10485760
250-STARTTLS
250-AUTH PLAIN LOGIN
250 Ok
2018-04-12 04:08:06 CLIENT -> SERVER: STARTTLS
2018-04-12 04:08:06 SERVER -> CLIENT: 220 Ready to start TLS
2018-04-12 04:08:06 SMTP Error: Could not connect to SMTP host.
2018-04-12 04:08:06 CLIENT -> SERVER: QUIT
2018-04-12 04:08:06 SERVER -> CLIENT:
2018-04-12 04:08:06 SMTP ERROR: QUIT command failed:
2018-04-12 04:08:06 Connection: closed
2018-04-12 04:08:06 SMTP connect() failed.I use Amazon SES. I’m still getting SMTP connect() failed on version 1.1.8.