Sonata User Bundle + Symfony 3.x

user1878703

I use Symfony 3.0.6, Sontata Admin Bundle 3.0.0 and the Doctrine ORM Admin Bundle on dev-master. The user bundle doesnt work even with dev-master. Is there a solution for Symfony 3.x yet?

Your requirements could not be resolved to an installable set of 
packages.

Problem 1
  - Conclusion: remove symfony/symfony v3.0.6
  - Conclusion: don't install symfony/symfony v3.0.6
  - Conclusion: don't install symfony/symfony v3.0.5
  - Conclusion: don't install symfony/symfony v3.0.4
  - Conclusion: don't install symfony/symfony v3.0.3
  - Installation request for sonata-project/user-bundle dev-master ->
satisfiable by sonata-project/user-bundle[dev-master].
  - Conclusion: don't install symfony/symfony v3.0.2
  - Conclusion: don't install symfony/symfony v3.0.1
  - sonata-project/user-bundle dev-master requires symfony/form ^2.3 -> 
satisfiable by symfony/form[.....
Flo Schild

The SonataUserBundle just released a 3.0.0 version 3 days ago, but does not seem to be compatible with SF3 yet, given the composer.json file:

{
    "name": "sonata-project/user-bundle",
    "require": {
        "php": "^5.3 || ^7.0",
        "symfony/http-foundation": "^2.3",
        "symfony/form": "^2.3",
        "symfony/security": "^2.3",
        "symfony/console": "^2.3",
    },
    [...]
}

I am afraid we will have to wait a little bit longer.

Some issues were posted about it on the official repository: https://github.com/sonata-project/SonataUserBundle/issues/724

The author's answer:

SF 3.0 is not supported because FOSUser 1.x does not support it.

FOSUser 2.x is not stable and is not supported by our bundle right now.


For the complete story, there were plans to release a SF3 compatible version of the FOSUserBundle on december 2015, but no news about that one has came since...

https://github.com/FriendsOfSymfony/FOSUserBundle/pull/1990

Let's wait & see!

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Symfony 2.3.6 and Sonata Admin Bundle : Empty dashboard and no errors

From Dev

Symfony2 and Sonata Admin Bundle - filter timestamp displayed as date

From Dev

how to override a css of sonata admin bundle in symfony2

From Dev

Display the Sonata Admin Bundle inside a view of a Symfony Bundle

From Dev

Store Logged in user data in sonata admin bundle

From Dev

Sonata User Bundle + Admin Bundle admin redirect after login

From Dev

sonata admin bundle symfony

From Dev

Symfony Sonata Media Bundle add images/videos to a user

From Dev

Symfony2, Sonata : Remove an action from menu generated by a sonata bundle

From Dev

Sonata Media Bundle + AWS S3 - specify subdirectory?

From Dev

The show action of Symfony 2 Sonata Admin Bundle is not working

From Dev

How to override default upload path of sonata media bundle in symfony?

From Dev

Sonata Admine Bundle + User Bundle : Check registration by admin before allowing access to user

From Dev

Sonata User Bundle error on profile edit

From Dev

Use dropdown for Fos User bundle roles field in sonata admin

From Dev

Symfony2 and Sonata Admin Bundle - filter timestamp displayed as date

From Dev

How to override default upload path of sonata media bundle in symfony?

From Dev

Symfony2 Best Practices Editable text sonata admin bundle

From Dev

Sonata User Bundle error on profile edit

From Dev

Symfony 2 Sonata Media bundle: saving media file image without sonata admin

From Dev

Use dropdown for Fos User bundle roles field in sonata admin

From Dev

Sonata | Symfony 3 | Configure routes in function of user roles

From Dev

Batch actions with Sonata Admin Bundle on Symfony

From Dev

Sonata admin bundle , Symfony2

From Dev

Image Upload Issue with Symfony3, Doctrine 2 and Sonata Admin Bundle

From Dev

API Post to Sonata Media Bundle Symfony 3

From Dev

Symfony 3 - Sonata Aplication Media Bundle error

From Dev

Lexik Bundle Symfony 3

From Dev

Create admin user in Sonata symfony 4

Related Related

  1. 1

    Symfony 2.3.6 and Sonata Admin Bundle : Empty dashboard and no errors

  2. 2

    Symfony2 and Sonata Admin Bundle - filter timestamp displayed as date

  3. 3

    how to override a css of sonata admin bundle in symfony2

  4. 4

    Display the Sonata Admin Bundle inside a view of a Symfony Bundle

  5. 5

    Store Logged in user data in sonata admin bundle

  6. 6

    Sonata User Bundle + Admin Bundle admin redirect after login

  7. 7

    sonata admin bundle symfony

  8. 8

    Symfony Sonata Media Bundle add images/videos to a user

  9. 9

    Symfony2, Sonata : Remove an action from menu generated by a sonata bundle

  10. 10

    Sonata Media Bundle + AWS S3 - specify subdirectory?

  11. 11

    The show action of Symfony 2 Sonata Admin Bundle is not working

  12. 12

    How to override default upload path of sonata media bundle in symfony?

  13. 13

    Sonata Admine Bundle + User Bundle : Check registration by admin before allowing access to user

  14. 14

    Sonata User Bundle error on profile edit

  15. 15

    Use dropdown for Fos User bundle roles field in sonata admin

  16. 16

    Symfony2 and Sonata Admin Bundle - filter timestamp displayed as date

  17. 17

    How to override default upload path of sonata media bundle in symfony?

  18. 18

    Symfony2 Best Practices Editable text sonata admin bundle

  19. 19

    Sonata User Bundle error on profile edit

  20. 20

    Symfony 2 Sonata Media bundle: saving media file image without sonata admin

  21. 21

    Use dropdown for Fos User bundle roles field in sonata admin

  22. 22

    Sonata | Symfony 3 | Configure routes in function of user roles

  23. 23

    Batch actions with Sonata Admin Bundle on Symfony

  24. 24

    Sonata admin bundle , Symfony2

  25. 25

    Image Upload Issue with Symfony3, Doctrine 2 and Sonata Admin Bundle

  26. 26

    API Post to Sonata Media Bundle Symfony 3

  27. 27

    Symfony 3 - Sonata Aplication Media Bundle error

  28. 28

    Lexik Bundle Symfony 3

  29. 29

    Create admin user in Sonata symfony 4

HotTag

Archive