Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.
This repository was archived by the owner on May 23, 2025. It is now read-only.

Plugins installed by Composer #1

@ppobiarzyn

Description

@ppobiarzyn

PHP Version

8.0

Shopware Version

4.6.1

Expected behaviour

Activate plugin by CLI

Actual behaviour

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions