Skip to content
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

Assets are not installed correcty on Symfony 4.0 RC1 #25106

Closed
Cydonia7 opened this issue Nov 22, 2017 · 0 comments
Closed

Assets are not installed correcty on Symfony 4.0 RC1 #25106

Cydonia7 opened this issue Nov 22, 2017 · 0 comments

Comments

@Cydonia7
Copy link
Contributor

Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no
Symfony version 4.0.0 RC1

When I try to install any bundle that installs assets in a new Symfony Flex install, I get the following error at the end of composer installation:

!!   --- ------------------- ------------------------------------
!!        Bundle              Method / Error
!!   --- ------------------- ------------------------------------
!!    ✘   ApiPlatformBundle   The start path "" is not absolute.
!!    ✘   EasyAdminBundle     The start path "" is not absolute.
!!   --- ------------------- ------------------------------------

This can be reproduced with the following command:

composer create-project symfony/skeleton api 4.0.0-RC1 && cd api && composer require api

nicolas-grekas added a commit that referenced this issue Nov 23, 2017
This PR was merged into the 3.4 branch.

Discussion
----------

[FrameworkBundle] Fix AssetsInstallCommand

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #25106
| License       | MIT
| Doc PR        | -

Fixes a deprecation notice on 3.4, and a failure on 4.0.

Commits
-------

a84efa7 [FrameworkBundle] Fix AssetsInstallCommand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants