質問編集履歴

4

追記修正

2022/06/21 03:14

投稿

ogn
ogn

スコア1

test CHANGED
File without changes
test CHANGED
@@ -95,3 +95,4 @@
95
95
  PHPエラーログを表示するようサーバーを設定しましたが、反映がまだなのかエラーメッセージは表示されていません。
96
96
 
97
97
  EC-CUBEはインストールした状態でプラグイン追加やカスタマイズはしていません。
98
+ サイト自体は正常に動いています。

3

リンク追加

2022/06/21 01:45

投稿

ogn
ogn

スコア1

test CHANGED
File without changes
test CHANGED
@@ -89,8 +89,7 @@
89
89
  よろしくお願いいたします。
90
90
 
91
91
  【追記】
92
- EC-CUBEの開発コミュニティにも同様の質問をしています。
93
- https://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=26875&forum=2&post_id=106489#forumpost106489
92
+ EC-CUBEの開発コミュニティにも同様の[質問](https://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=26875&forum=2&post_id=106489#forumpost106489)をしています。
94
93
  解決につながる回答が得られませんでしたので、回答率の高いとされるこちらでも質問と投稿させていただきました。
95
94
 
96
95
  PHPエラーログを表示するようサーバーを設定しましたが、反映がまだなのかエラーメッセージは表示されていません。

2

追記

2022/06/21 01:42

投稿

ogn
ogn

スコア1

test CHANGED
File without changes
test CHANGED
@@ -30,103 +30,9 @@
30
30
  assets:install Install bundle's web assets under a public directory
31
31
  cache
32
32
  cache:clear Clear the cache
33
- cache:pool:clear Clear cache pools
34
- cache:pool:delete Delete an item from a cache pool
35
- cache:pool:list List available cache pools
36
- cache:pool:prune Prune cache pools
37
- cache:warmup Warm up an empty cache
38
- config
39
- config:dump-reference Dump the default configuration for an extension
40
- debug
41
- debug:autowiring List classes/interfaces you can use for autowiring
42
- debug:config Dump the current configuration for an extension
43
- debug:container Display current services for an application
44
- debug:event-dispatcher Display configured listeners for an application
45
- debug:form Display form type information
46
- debug:router Display current routes for an application
47
- debug:swiftmailer Displays current mailers for an application
48
- debug:translation Display translation messages information
49
- debug:twig Show a list of twig functions, filters, globals and tests
50
- doctrine
51
- doctrine:cache:clear-collection-region Clear a second-level cache collection region
52
- doctrine:cache:clear-entity-region Clear a second-level cache entity region
53
- doctrine:cache:clear-metadata Clears all metadata cache for an entity manager
54
- doctrine:cache:clear-query Clears all query cache for an entity manager
55
- doctrine:cache:clear-query-region Clear a second-level cache query region
56
- doctrine:cache:clear-result Clears result cache for an entity manager
57
- doctrine:cache:contains Check if a cache entry exists
58
- doctrine:cache:delete Delete a cache entry
59
- doctrine:cache:flush [doctrine:cache:clear] Flush a given cache
60
- doctrine:cache:stats Get stats on a given cache provider
61
- doctrine:database:create Creates the configured database
62
- doctrine:database:drop Drops the configured database
63
- doctrine:database:import Import SQL file(s) directly to Database.
64
- doctrine:ensure-production-settings Verify that Doctrine is properly configured for a production environment
65
- doctrine:fixtures:load Load data fixtures to your database
66
- doctrine:generate:entities [generate:doctrine:entities] Generates entity classes and method stubs from your mapping information
67
- doctrine:mapping:convert [orm:convert:mapping] Convert mapping information between supported formats
68
- doctrine:mapping:import Imports mapping information from an existing database
69
- doctrine:mapping:info
70
- doctrine:migrations:diff Generate a migration by comparing your current database to your mapping information.
71
- doctrine:migrations:execute Execute a single migration version up or down manually.
72
- doctrine:migrations:generate Generate a blank migration class.
73
- doctrine:migrations:latest Outputs the latest version number
74
- doctrine:migrations:migrate Execute a migration to a specified version or the latest available version.
75
- doctrine:migrations:status View the status of a set of migrations.
76
- doctrine:migrations:version Manually add and delete migration versions from the version table.
77
- doctrine:query:dql Executes arbitrary DQL directly from the command line
78
- doctrine:query:sql Executes arbitrary SQL directly from the command line.
79
- doctrine:schema:create Executes (or dumps) the SQL needed to generate the database schema
80
- doctrine:schema:drop Executes (or dumps) the SQL needed to drop the current database schema
81
- doctrine:schema:validate Validate the mapping files
82
- eccube
83
- eccube:composer:install
84
- eccube:composer:remove
85
- eccube:composer:require
86
- eccube:composer:require-already-installed
87
- eccube:composer:update
88
- eccube:delete-carts Delete Carts from the database
89
- eccube:fixtures:generate Dummy data generator
90
- eccube:fixtures:load Load data fixtures to your database.
91
- eccube:generate:proxies Generate entity proxies
92
- eccube:install Install EC-CUBE
93
- eccube:plugin:disable
94
- eccube:plugin:enable
95
- eccube:plugin:generate Generate plugin skeleton.
96
- eccube:plugin:install Install plugin from local.
97
- eccube:plugin:schema-update Execute plugin schema update.
98
- eccube:plugin:uninstall Uninstall plugin.
99
- eccube:plugin:update Execute plugin update process.
100
- eccube:schema:update [doctrine:schema:update] Executes (or dumps) the SQL needed to update the database schema to match the current mapping metadata
101
- lint
33
+
102
- lint:container Ensure that arguments injected into services match type declarations
103
- lint:twig Lint a template and outputs encountered errors
104
- lint:xliff Lint an XLIFF file and outputs encountered errors
105
- lint:yaml Lint a file and outputs encountered errors
106
- router
34
+
107
- router:match Help debug routes by simulating a path info match
108
- secrets
35
+
109
- secrets:decrypt-to-local Decrypt all secrets and stores them in the local vault.
110
- secrets:encrypt-from-local Encrypt all local secrets to the vault.
111
- secrets:generate-keys Generate new encryption keys.
112
- secrets:list List all secrets.
113
- secrets:remove Remove a secret from the vault.
114
- secrets:set Set a secret in the vault.
115
- security
116
- security:encode-password Encode a password.
117
- swiftmailer
118
- swiftmailer:email:send Send simple email message
119
- swiftmailer:spool:send Sends emails from the spool
120
- translation
121
- translation:update Update the translation file
122
- trikoder
123
- trikoder:oauth2:clear-expired-tokens Clears all expired access and/or refresh tokens
124
- trikoder:oauth2:create-client Creates a new oAuth2 client
125
- trikoder:oauth2:delete-client Deletes an oAuth2 client
126
- trikoder:oauth2:list-clients Lists existing oAuth2 clients
127
- trikoder:oauth2:update-client Updates an oAuth2 client
128
- workflow
129
- workflow:dump Dump a workflow
130
36
  ```
131
37
  と表示され
132
38
  APP_ENV=dev
@@ -181,3 +87,12 @@
181
87
  コマンドを使うには別途設定や別ファイルが必要なのでしょうか?
182
88
  ご教授いただければ幸いです。
183
89
  よろしくお願いいたします。
90
+
91
+ 【追記】
92
+ EC-CUBEの開発コミュニティにも同様の質問をしています。
93
+ (https://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=26875&forum=2&post_id=106489#forumpost106489)
94
+ 解決につながる回答が得られませんでしたので、回答率の高いとされるこちらでも質問と投稿させていただきました。
95
+
96
+ PHPエラーログを表示するようサーバーを設定しましたが、反映がまだなのかエラーメッセージは表示されていません。
97
+
98
+ EC-CUBEはインストールした状態でプラグイン追加やカスタマイズはしていません。

1

タグ追加

2022/06/20 05:54

投稿

ogn
ogn

スコア1

test CHANGED
File without changes
test CHANGED
File without changes