AWS– category –
-
EC2でPHPのmbstringが使えない
Laravel8でメール送信しようとしたら以下のエラーが出ました。 Call to undefined function mb_strcut() Laravelではメール送信時にmbstringを使っていますが、phpのmbstringを入れていないのが原因でこのようなエラーが出ていました。 この記事ではEC2にm... -
ERROR 1227 (42000) at line 18: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
EC2でRDSからデータをダンプしてから、RDSへリストアしようとしたらタイトル通りのエラーが出ました。 リストアしようとして実行したコマンドは以下のとおりです。 $ mysql -u USER_NAME -p -h HOST_NAME < dump.sql Enter password: ERROR 1227 (42000... -
Upgrade to PHP8.0 and install Laravel8 on EC2 (Amazon Linux2)
I upgraded PHP7.2 to PHP8.0 on EC2 using Amazon Linux2 and installed Laravel8.Here is how I did it. 【Command to use】 The following is a list of commands used in this article with a light explanation.If you are in a hurry, please refer ... -
EC2(Amazon Linux2)でPHP8.0にバージョンアップしてLaravelをインストール
Amazon Linux2を使ったEC2のPHP7.2をPHP8.0にバージョンアップしてLaravelをインストールしました。その方法をご紹介します。 【使用するコマンド】 この記事内で使用するコマンドを軽い説明付きでまとめました。お急ぎの方は以下のコマンドを参考にしてく... -
BotoServerError: 403 Forbidden. Signature Version 3 requests are deprecated from March 1, 2021.
I'm using AWS SES to send emails from Django, and since around March 2021, I've been getting the following errors frequently. BotoServerError: 403 Forbidden <ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">... -
BotoServerError: 403 Forbidden. Signature Version 3 requests are deprecated from March 1, 2021.
AWSのSESを使ってDjangoからメールを送信していますが、2021年3月頃から以下のようなエラーが頻発するようになりました。 BotoServerError: 403 Forbidden <ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/"> <Error&g...
1