This is the backlog of ideas and feature requests from the last two years. Use our new feedback platform to post your new ideas or vote on existing ideas.
I recently got an error for the inability to initialize panel assets. Turns out that the composer.json was the cause. In this forum thread, other people have had the same problem.
Kirby should throw an error "Missing composer.json," instead of the ambiguous:
The panel assets cannot be installed properly. Please check permissions of your media folder.
I recently got an error for the inability to initialize panel assets. Turns out that the
composer.json
was the cause. In this forum thread, other people have had the same problem.Kirby should throw an error "Missing composer.json," instead of the ambiguous:
...when in fact permissions were correct.
It reads from
composer.json
on this line.