-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3n]-[Core]-[1656]-アセットのあるプラグインがインストールできない #129
Comments
概要(Overview)アセットがあるプラグインをインストールしたら、エラーが出る。 期待する内容(Expect) or 要望 (Requirement)
再現手順(Procedure)
環境 (environment)
関連情報 (Ref)Exception trace:
|
@ndquocphong Please, try this patch.
|
Hi @ryo-endo, at my understand, we need consistent asset paths of plugin: app/config/eccube/packages/eccube.yaml:
app/config/eccube/packages/framework.yaml:
If two paths are different, then when copy asset from plugin to asset path, we can not get it in twig via:
Thank you to review |
lqdung [20 hours ago] lqdung [20 hours ago] |
以下でどうでしょうか? - {{ asset('/path/to/assets.js', 'plugin') }}
+ {{ asset('path/to/assets.js', 'plugin') }} |
概要(Overview)
While install a plugin which have asset, an error occurred
期待する内容(Expect) or 要望 (Requirement)
plugin_html_realdir
andplugin_temp_realdir
ateccube.yaml
再現手順(Procedure)
Resource/asset
directoryphp bin/console eccube:plugin:install --code=SamplePlugin
環境 (environment)
関連情報 (Ref)
Exception trace:
The text was updated successfully, but these errors were encountered: