FOSUserBundle is not Installing on symfony 3.1

Created on 26 Jul 2016  路  11Comments  路  Source: FriendsOfSymfony/FOSUserBundle

FOSUserBundle is not installing on Symfony 3.1. Is there any compatibility issues?

Most helpful comment

Still, this is not something related to FOSUserBundle at all. It is an issue when running Composer. So asking for support here won't give you any more help (and the solution is clear anyway: give more memory to your server)

All 11 comments

You have to use the master branch for that for now. 1.3.x is not compatible with Symfony 3

Hey @stof I am using 2.0 master branch but every time it's given me proc_open() error and i have a fresh server in use.

@shahroznawaz Please show the exact error message you get.

I have installed symfony 3.1 on cloud server and tried again to install FOSUserBundle but it's giving me an error plz see below.
Composer command:
image

Error:
image

@xabbuh @stof

This is nothing to do with this bundle. As the error message says composer runs out of memory and a solution is provided in the message as well https://getcomposer.org/doc/articles/troubleshooting.md#proc-open-fork-failed-errors

Yes I know it but I have a fresh server. I tried twice to install it but no luck.

Still, this is not something related to FOSUserBundle at all. It is an issue when running Composer. So asking for support here won't give you any more help (and the solution is clear anyway: give more memory to your server)

Maybe you dont have many RAM. Try to add a swap partition. I got the same error in an AWS instance.

Issue solved thanks for the assistance

@shahroznawaz can you share how you solved this?

That was the issue of memory I increased it and all done

Was this page helpful?
0 / 5 - 0 ratings