You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2025. It is now read-only.
If I install by composer and activate the plugin by CLI, I have an error:
Shopware Plugin Lifecycle Service
Activate 1 plugin(s):
Custom Products (v3.4.0)
08:16:25 CRITICAL [console] Error thrown while running command "plugin:activate SwagCustomizedProducts". Message: "Impossible to create the root directory "/app/public/theme/ff35c4252d36bcd7bc8db9252e7e277b/css". mkdir(): Read-only file system" ["exception" => League\Flysystem\Exception^ { …},"command" => "plugin:activate SwagCustomizedProducts","message" => "Impossible to create the root directory "/app/public/theme/ff35c4252d36bcd7bc8db9252e7e277b/css". mkdir(): Read-only file system"]
In Local.php line 112:
Impossible to create the root directory "/app/public/theme/ff35c4252d36bcd7bc8db9252e7e277b/css". mkdir(): Read-only
file system
How to reproduce
After adding in platform.app.yaml problem was solved. Maybe I made something wrong?
"/public/bundles":
source: local
source_path: "public/bundles"
"/public/theme":
source: local
source_path: "public/theme"