質問編集履歴
4
タイトル変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
bin/console コマンドエラー
|
test
CHANGED
File without changes
|
3
文法修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -54,7 +54,7 @@
|
|
54
54
|
|
55
55
|
こちらのエラーがデータベース作成エラーの根元だと思います。
|
56
56
|
|
57
|
-
|
57
|
+
|
58
58
|
|
59
59
|
> ERROR [console] An error occurred while using the console. Message: "An exception occurred in driver: SQLSTATE[08006] [7] timeout expired" ["exception" => Doctrine\DBAL\Exception\ConnectionException { …},"message" => "An exception occurred in driver: SQLSTATE[08006] [7] timeout expired"] ["file" => "/Users/kitadaraito/librus/akamaru/ec-cube-synception/eccube-4.0.3/vendor/symfony/console/EventListener/ErrorListener.php","line" => 43,"class" => "Symfony\Component\Console\EventListener\ErrorListener","function" => "onConsoleError","uid" => "ed3ab5c","user_id" => "N/A","session_id" => "N/A"]
|
60
60
|
|
@@ -62,6 +62,6 @@
|
|
62
62
|
|
63
63
|
###
|
64
64
|
|
65
|
-
しかし,時間切れがおきてしまったのがわかるのが精一杯で肝心のどう改修すれば良いのかが分からずじまいです。
|
65
|
+
しかし,コンソールファイルを実行中に時間切れがおきてしまったのがわかるのが精一杯で肝心のどう改修すれば良いのかが分からずじまいです。
|
66
66
|
|
67
67
|
引き続き自分でも調べますが、何かわかる点がありましたらお教えください。
|
2
bin/consoleファイルが正常に作動しないエラーの根元となるものが見つかったかと思います。どうかご一考お願いします
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,9 +12,11 @@
|
|
12
12
|
|
13
13
|
###
|
14
14
|
|
15
|
+
>
|
16
|
+
|
15
17
|
root@---------:/var/www/html#composer run-script installer-scripts
|
16
18
|
|
17
|
-
>
|
19
|
+
>bin/console doctrine:database:create
|
18
20
|
|
19
21
|
sh: 1: bin/console: Permission denied
|
20
22
|
|
@@ -43,3 +45,23 @@
|
|
43
45
|
OS:Mac catalina
|
44
46
|
|
45
47
|
docker version:19.03.8
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
###追記
|
52
|
+
|
53
|
+
bin/console execファイルを開くと以下のエラーが起きることがわかりました。
|
54
|
+
|
55
|
+
こちらのエラーがデータベース作成エラーの根元だと思います。
|
56
|
+
|
57
|
+
###
|
58
|
+
|
59
|
+
> ERROR [console] An error occurred while using the console. Message: "An exception occurred in driver: SQLSTATE[08006] [7] timeout expired" ["exception" => Doctrine\DBAL\Exception\ConnectionException { …},"message" => "An exception occurred in driver: SQLSTATE[08006] [7] timeout expired"] ["file" => "/Users/kitadaraito/librus/akamaru/ec-cube-synception/eccube-4.0.3/vendor/symfony/console/EventListener/ErrorListener.php","line" => 43,"class" => "Symfony\Component\Console\EventListener\ErrorListener","function" => "onConsoleError","uid" => "ed3ab5c","user_id" => "N/A","session_id" => "N/A"]
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
###
|
64
|
+
|
65
|
+
しかし,時間切れがおきてしまったのがわかるのが精一杯で肝心のどう改修すれば良いのかが分からずじまいです。
|
66
|
+
|
67
|
+
引き続き自分でも調べますが、何かわかる点がありましたらお教えください。
|
1
タイトル変更しました
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
docker環境構築について
|
test
CHANGED
File without changes
|