Giter Club home page Giter Club logo

cocorico-docker's People

Contributors

giorgio654 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cocorico-docker's Issues

Password database

Hi,

We configure talend to retrieve the Mariadb data but we don't know the password of the database.
This is blocking us in the setting of Talend because we need it.

Can you give us the password please ?

Thanks in advance.

Bye !

Mysql is not working

Hello,
I am facing this issue with the contener : Can't open and lock privilege tables: Table 'mysql.user' doesn't exist
ERROR: 1146 Table 'mysql.user' doesn't exist

Does anyone knows how to fix it ?

Cocorico http://localhost does not show the expected front end

Hi,
I would like to install Cocorico platform to understand how the front end looks and works.
I finished the installation of the docker, pulled the cocorico docker image as indicated here (https://hub.docker.com/r/cocolabs/cocorico/) and ran the cocolabs/cocorico container using the command provided here (docker run --name cocorico -ti -p 80:80 -p 3306:3306 -p 9001:9001 -p 27017:27017 -v pwd:/cocorico -v pwd/tmp/mysql:/var/lib/mysql -v pwd/tmp/mongo:/data/db -e HOST_UID=$UID cocolabs/cocorico).
After execution in the Docker terminal, a message showed "cocorico is live" and the screen was kind of stuck there. (I did not get back the "$" command in that terminal).
I tried to reach the address http://localhost but it seems to show a standard Wampserver homepage.
I tried to reach the address http://localhost:9001 but the page is not reachable.

Could you please provide any help to unlock the situation?
Thanks

PHP version in docker image

Hi,
It looks like the latest docker has PHP 7.2 which cocorico doesnt support yet. It looks like its alpine linux but I cant find how to downgrade the php package to 7.1. Any ideas?

No route found for "GET ///fr/"

Hi,
I install cocorico docker version on my debian server using docker. I run

sudo docker run --name cocorico -ti -p 4200:80 -p 3306:3306 -p 9001:9001 -p 27017:27017 -v pwd:/cocorico -v pwd/tmp/mysql:/var/lib/mysql -v pwd/tmp/mongo:/data/db -e HOST_UID=$UID cocolabs/cocorico

And then I use nginx for proxy

        location / {
                proxy_pass http://127.0.0.1:4200;
                proxy_buffering off;
                proxy_set_header X-Real-IP $remote_addr;

                }

I have the following error page when I want to access cocorico :
Capture d’écran 2020-01-28 à 28-01-20 11 39 16

Without using nginx and with cocorico on port 80, I have the cocorico frontpage but without graphics
Capture d’écran 2020-01-28 à 28-01-20 11 45 03

What can I do ?
Thank you

`Could not open input file: app/console` error running docker image

Hi there,

On a clean Ubuntu 18.10 install, with Docker version 18.06.1-ce, running

docker run --name cocorico -ti -p 80:80 -p 3306:3306 -p 9001:9001 -p 27017:27017 -v `pwd`:/cocorico -v `pwd`/tmp/mysql:/var/lib/mysql -v `pwd`/tmp/mongo:/data/db -e HOST_UID=$UID cocolabs/cocorico

results for me in:

Could not open input file: app/console
Could not open input file: app/console
Could not open input file: app/console
cocorico is alive

http://localhost:9001:
cocorico-sup

http://localhost/en/:

Symfony 3.4.1 HTTP 500 Internal Server Error
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'cocorico.listing' doesn't exist

Any suggestions how to resolve my issue? Thanks!

Deploying docker image to AWS/Google Cloud/Azure

I am just getting started with Docker, and from what I have been able to gather this may offer me the quickest way to deploy and test the cocorico app on AWS or Google or Azure. Can I bypass getting the docker image on to my local PC (which has Windows anyway) and get that image directly to AWS? And how can I achieve that?

Server installation

Hi everyone, I ve been looking for a while but i don't get what is going wrong .
I've pulled with docker the quick installation of cocorico with the command :

"run --name cocorico -ti -p 80:80 -p 3306:3306 -p 9001:9001 -p 27017:27017 -v 'pwd':/cocorico -v 'pwd'/tmp/mysql:/var/lib/mysql -v 'pwd'/tmp/mongo:/data/db -e HOST_UID=$UID cocolabs/cocorico"

when I use no local working directory so 'pwd'='' then i works. I can access through localhost etc; however the data are not stored in a persistant volume (if I get the principle right), so i cannot really work on the thing, more over i can only modify css and so on directly in the docker console.

if I put a local directory such as 'C:/www/cocorico' then docker start a container but it is not working. 2 things I can give you to get some help:

  • They installation finishes by something that I don't understand (see file attached)

install cocorico.txt

  • the error message on the localhost

" Warning: require(/cocorico/web/../vendor/autoload.php): failed to open stream: No such file or directory in /cocorico/web/app_dev.php on line 8

Fatal error: require(): Failed opening required '/cocorico/web/../vendor/autoload.php' (include_path='.:') in /cocorico/web/app_dev.php on line 8"

Hope someone will be able to help me, would be great to be able to work with cocorico.
thanks very much,

jra

wrong adress

Hi,
Thanx you for this new release, but I got an issue as of:
latest: Pulling from cocolabs/cocorico
1eae7a7426b0: Pull complete
77bcf2a3893d: Pull complete
3485ecf0d645: Pull complete
91cf0adafd9a: Pull complete
Digest: sha256:4f535f4a373783cc820572aa97c064b51f524ca510d87db557381ac866cd3175
Status: Downloaded newer image for cocolabs/cocorico:latest
docker: Error response from daemon: driver failed programming external connectivity on endpoint cocorico (2bdfc3ccc63c0630526e1432f51066db95c1afdb8579498787bb9633cb899f1e): Error starting userland proxy: listen tcp 0.0.0.0:80: listen: address already in use.
The wrong adress is in your code or do I set it?
THX

Cocorico File Not found

Hello I have deployed latest cocorico image and it's showing File Not found error in frontend.

Please give a fix.

While starting/deploying Docker container I received this error

While starting/deploying Docker container I received this error, any clues?
Mthks

`22:27:28 [file+] /cocorico/app/../web/js/compiled/all_date-time_15.js
22:27:28 [file+] /cocorico/app/../web/js/compiled/all_cookie-consent_16.js

There are no commands defined in the "server" namespace.

mysqld is alive
sh: (user): unknown operand

There are no commands defined in the "server" namespace.

mysqld is alive
sh: (user): unknown operand

There are no commands defined in the "server" namespace.

mysqld is alive
sh: (user): unknown operand

There are no commands defined in the "server" namespace.

mysqld is alive
sh: (user): unknown operand

There are no commands defined in the "server" namespace.
`

MySQL connection error

Running Docker on OSX and during initial build I get the following error:

error: 'Can't connect to local MySQL server through socket '/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket: '/run/mysqld/mysqld.sock' exists!
mysqladmin: connect to server at 'localhost' failed

I'm using: docker run --name cocorico -ti -p 80:8000 -p 3306:3306 -p 9001:9001 -p 27017:27017 -v pwd:/cocorico -v pwd/tmp/mysql:/var/lib/mysql -v pwd/tmp/mongo:/data/db -e HOST_UID=$UID cocolabs/cocorico

If I look at localhost, there's nothing, but localhost:9000 shows cocorico and mongo as running with MySQL exited. If I restart it does so but then exits.

2019-02-07 12:04:39 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2019-02-07 12:04:39 0 [ERROR] InnoDB: The Auto-extending innodb_system data file './ibdata1' is of a different size 0 pages than specified in the .cnf file: initial 768 pages, max 0 (relevant if non-zero) pages!
2019-02-07 12:04:39 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2019-02-07 12:04:39 0 [Note] InnoDB: Starting shutdown...
2019-02-07 12:04:39 0 [ERROR] Plugin 'InnoDB' init function returned error.
2019-02-07 12:04:39 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2019-02-07 12:04:39 0 [Note] Plugin 'FEEDBACK' is disabled.
2019-02-07 12:04:39 0 [ERROR] Unknown/unsupported storage engine: InnoDB
2019-02-07 12:04:39 0 [ERROR] Aborting

190207 12:04:39 mysqld_safe Logging to '/var/lib/mysql/dcde1f8ca705.err'.
190207 12:04:39 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql

Any ideas? thanks -

Allow start of cocorico without volumes.

I wanted to run cocorico only for evaluating and I couldn't run this without the use of the volumes.

The volumes creates unecessary files outside the container, once a container is ephemeral by definition.

You could use mkdir -p /data/db on the script so mongo could run normally without decalring the volume.

I use Docker sh: can't open '/entrypoint.sh': Permission denied

When I run this command "docker run --name cocorico -ti -p 80:80 -p 3306:3306 -p 9001:9001 -p 27017:27017 -v pwd:/cocorico -v pwd/tmp/mysql:/var/lib/mysql -v pwd/tmp/mongo:/data/db -e HOST_UID=$UID cocolabs/cocorico" it's show me sh: can't open '/entrypoint.sh': Permission denied Can you please help me to solve this problem.

Docker built from the code base does not launch successfully

Platform = Ubuntu 18.04

  1. Cloned the git repo
  2. Did "Docker build" to build the container successfully
  3. Did "Docker run" as describe in the the Readme.md here (uses mysql and mongodb in the container). Failed. It tried the Cocorico script 5 times with error exit; after which it gave up. The logtail showed the error of mysql "Connection refused"
  4. I changed the parameter to point to mysql on another server I have and rebuilt the container. Of course, created cocorico db and user on the mysql server.
  5. Ran the new container. This time mysql connection was established without any error and container seemed to have launched without any errors.
  6. Tried to access the app at http://localhost/en and got an exception because of a bad query. I have included the exception below. BTW, looking at the mysql server, all the tables were created properly.

Any help about how to proceed in making my local container work will be very valuable. I rather use docker than do a host installation. Thank you.

Hemant

======== Exception =================
An exception occurred while executing 'SELECT DISTINCT id_1 FROM (SELECT '' AS sclr_0, l0_.id AS id_1, l0_.price AS price_2, l0_.certified AS certified_3, l0_.average_rating AS average_rating_4, l0_.createdAt AS createdAt_5, l1_.title AS title_6, l1_.description AS description_7, l1_.slug AS slug_8, l1_.locale AS locale_9, l1_.id AS id_10, l2_.id AS id_11, l3_.id AS id_12, l3_.lft AS lft_13, l3_.lvl AS lvl_14, l3_.rgt AS rgt_15, l3_.root AS root_16, l4_.name AS name_17, l4_.locale AS locale_18, l4_.id AS id_19, l5_.id AS id_20, l5_.name AS name_21, u6_.id AS id_22, u6_.first_name AS first_name_23, u7_.id AS id_24, u7_.name AS name_25, l8_.id AS id_26, l8_.country AS country_27, l8_.city AS city_28, l8_.route AS route_29, g9_.id AS id_30, g9_.lat AS lat_31, g9_.lng AS lng_32, l4_.locale AS locale_33, u7_.position AS position_34, l1_.locale AS locale_35, l0_.status AS status_36, l0_.createdAt AS createdAt_37 FROM listing l0_ LEFT JOIN listing_translation l1_ ON l0_.id = l1_.translatable_id LEFT JOIN listing_listing_category l2_ ON l0_.id = l2_.listing_id LEFT JOIN listing_category l3_ ON l2_.listing_category_id = l3_.id LEFT JOIN listing_category_translation l4_ ON l3_.id = l4_.translatable_id AND (l4_.locale = ?) LEFT JOIN listing_image l5_ ON l0_.id = l5_.listing_id LEFT JOIN user u6_ ON l0_.user_id = u6_.id LEFT JOIN user_image u7_ ON u6_.id = u7_.user_id AND (u7_.position = 1) LEFT JOIN listing_location l8_ ON l0_.location_id = l8_.id LEFT JOIN geo_coordinate g9_ ON l8_.coordinate_id = g9_.id WHERE l1_.locale = ? AND l0_.status = ? ORDER BY l5_.position asc, u7_.position asc) dctrn_result ORDER BY createdAt_5 DESC LIMIT 6' with params ["en", "en", 2]:

SQLSTATE[HY000]: General error: 3065 Expression #1 of ORDER BY clause is not in SELECT list, references column 'dctrn_result.createdAt_5' which is not in SELECT list; this is incompatible with DISTINCT

The DB was not initialized

Hi guys, there's a strange problem with cocorico, I'm using EC2 Amazon Linux AMI with docker 18.06.1-ce . This appears after the message cocorico is alive*

An exception occurred while executing 'SELECT DISTINCT id_1 FROM (SELECT '' AS sclr_0, l0_.id AS id_1, l0_.price AS price_2, l0_.certified AS certified_3, l0_.average_rating AS average_rating_4, l0_.createdAt AS createdAt_5, l1_.title AS title_6, l1_.description AS description_7, l1_.slug AS slug_8, l1_.locale AS locale_9, l1_.id AS id_10, l2_.id AS id_11, l3_.id AS id_12, l3_.lft AS lft_13, l3_.lvl AS lvl_14, l3_.rgt AS rgt_15, l3_.root AS root_16, l4_.name AS name_17, l4_.locale AS locale_18, l4_.id AS id_19, l5_.id AS id_20, l5_.name AS name_21, u6_.id AS id_22, u6_.first_name AS first_name_23, u7_.id AS id_24, u7_.name AS name_25, l8_.id AS id_26, l8_.country AS country_27, l8_.city AS city_28, l8_.route AS route_29, g9_.id AS id_30, g9_.lat AS lat_31, g9_.lng AS lng_32, l4_.locale AS locale_33, u7_.position AS position_34, l1_.locale AS locale_35, l0_.status AS status_36, l0_.createdAt AS createdAt_37 FROM listing l0_ LEFT JOIN listing_translation l1_ ON l0_.id = l1_.translatable_id LEFT JOIN listing_listing_category l2_ ON l0_.id = l2_.listing_id LEFT JOIN listing_category l3_ ON l2_.listing_category_id = l3_.id LEFT JOIN listing_category_translation l4_ ON l3_.id = l4_.translatable_id AND (l4_.locale = ?) LEFT JOIN listing_image l5_ ON l0_.id = l5_.listing_id LEFT JOIN user u6_ ON l0_.user_id = u6_.id LEFT JOIN user_image u7_ ON u6_.id = u7_.user_id AND (u7_.position = 1) LEFT JOIN listing_location l8_ ON l0_.location_id = l8_.id LEFT JOIN geo_coordinate g9_ ON l8_.coordinate_id = g9_.id WHERE l1_.locale = ? AND l0_.status = ? ORDER BY l5_.position asc, u7_.position asc) dctrn_result ORDER BY createdAt_5 DESC LIMIT 6' with params ["en", "en", 2]:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'cocorico.listing' doesn't exist

So I dediced check DB if exist that table, but it doesn't.

MariaDB [(none)]> use cocorico;
Database changed
MariaDB [cocorico]> show tables;
Empty set (0.000 sec)

Any suggestion?

Best regards

Roadmap? Docker image not working

Hello, we are experiencing multiple problems with the Docker image, including the app/console bug, mysql not working, among others.

So two questions:

  1. We found the docker image https://hub.docker.com/r/benoitcocolabs/cocorico-k8s is that perhaps supported? It seems to fail at the installation process, and there are no docs, but still it seems to be the most up-to-date image out there. Comments?

  2. There were numerous mentions about a new strategy for Docker, e.g. #12 (comment)
    Is there perhaps a roadmap for that release? Should we be expecting that, and if so, when?

docker: Error response from daemon: create `pwd`: "`pwd`" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.

Just insatalled the docker image, but when I try to run it using the command on the documentation:

docker run --name cocorico -ti -p 80:80 -p 3306:3306 -p 9001:9001 -p 27017:27017 -v pwd:/cocorico -v pwd/tmp/mysql:/var/lib/mysql -v pwd/tmp/mongo:/data/db -e HOST_UID=$UID cocolabs/cocorico

it fails.

I am running docker in a windows 10 desktop.

Crash docker install

Crash when docker install about SQL driver
`Generating autoload files

ComponentInstaller\Installer::postAutoloadDump
Compiling component files
ocramius/package-versions: Generating version class...
ocramius/package-versions: ...done generating version class
Incenteev\ParameterHandler\ScriptHandler::buildParameters
Updating the "app/config/parameters.yml" file
Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap
Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache

In AbstractMySQLDriver.php line 108:

An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or dir
ectory

In PDOConnection.php line 47:

SQLSTATE[HY000] [2002] No such file or directory

In PDOConnection.php line 43:

SQLSTATE[HY000] [2002] No such file or directory

Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the symfony-scripts event terminated with an exception

[RuntimeException]
An error occurred when executing the "'cache:clear --no-warmup'" command:

In AbstractMySQLDriver.php line 108:

An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or dir
ectory

In PDOConnection.php line 47:

SQLSTATE[HY000] [2002] No such file or directory

In PDOConnection.php line 43:

SQLSTATE[HY000] [2002] No such file or directory

install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] []...
`

Favourites Tab not working with docker setup

Why is the "Favorites" tab not working with the docker setup, but in your online demo its working?
Is the GitHub code different to your online demo code?

I get the following exception:

Variable "form" does not exist in @CocoricoCore/Frontend/ListingResult/result.html.twig at line 55

File Not Found Issues

    Hi,

I have a similar error, have you found a fix?

I am running it on my workstation (Ubuntu 16.04) and the terminal show the following warnings:

giancos@PC-KW-60110:~/git/cocorico-docker$ sudo docker run --name cocorico -ti -p 80:80 -p 3306:3306 -p 9001:9001 -p 27017:27017  -v `pwd`:/cocorico -v `pwd`/tmp/mysql:/var/lib/mysql -v `pwd`/tmp/mongo:/data/db -e HOST_UID=$UID cocolabs/cocorico
Unable to find image 'cocolabs/cocorico:latest' locally
latest: Pulling from cocolabs/cocorico
c87736221ed0: Pull complete 
c4510e94c06d: Pull complete 
261ce2f932b8: Pull complete 
422711fe38cd: Pull complete 
Digest: sha256:d06978f5684eba820ca9d20277bc0779ea5a854c57be67f61a96cfd90488ec15
Status: Downloaded newer image for cocolabs/cocorico:latest
PHP Warning:  Version warning: Imagick was compiled against Image Magick version 1799 but version 1800 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
Composer could not find a composer.json file in /cocorico
To initialize a project, please create a composer.json file as described in the https://getcomposer.org/ "Getting Started" section
PHP Warning:  Version warning: Imagick was compiled against Image Magick version 1799 but version 1800 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
Could not open input file: bin/console
PHP Warning:  Version warning: Imagick was compiled against Image Magick version 1799 but version 1800 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
Could not open input file: bin/console
PHP Warning:  Version warning: Imagick was compiled against Image Magick version 1799 but version 1800 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
Could not open input file: bin/console
cocorico is alive

Same here, the Supervisor is working, but bootstrap is in "exited" state.

image

Thanks for letting me know if you find a fix.

Cheers

Originally posted by @SilvioGiancola in #25 (comment)

Same issues here. I m using Ubuntu 20.04 LTS

switch to php 7.1

Hello

How do you switch the version of PHP-fpm in this docker, my version compatible with php 7.1 running on windows vm. The php version used in this docker is 7.2 and I am having issue on user login.

thanks

Broken Page

I installed Cocorico with Docker (the newest version) but i got a broken page. There is only HTML on my page. -> http://13.81.68.138/en/

How can i change it?

Bootstrap error

When checking the latest docker release i get an error in Supervisor ERROR: Process bootstrap: spawn error
and the site looks all wrong, any way to fix this?

ubuntu@ip-xxxxxxxxxxxxx:~$` docker run -it cocolabs/cocorico
23/171: https://codeload.github.com/minkphp/MinkSelenium2Driver/legacy.zip/473a9f3ebe0c134ee1e623ce8a9c852832020288
24/171: https://codeload.github.com/MangoPay/mangopay2-php-sdk/legacy.zip/37f62d14a98ac93d427bb857b62e9ce3ad30d5fc
25/171: https://codeload.github.com/minkphp/MinkGoutteDriver/legacy.zip/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca
26/171: https://codeload.github.com/minkphp/MinkBrowserKitDriver/legacy.zip/10e67fb4a295efcd62ea0bf16025a85ea19534fb
27/171: https://codeload.github.com/sebastianbergmann/phpunit-mock-objects/legacy.zip/16b50f4167e5e85e81ca8a3dd105d0a5fd32009a
28/171: https://codeload.github.com/sebastianbergmann/php-code-coverage/legacy.zip/033ec97498cf530cc1be4199264cad568b19be26
29/171: https://codeload.github.com/instaclick/php-webdriver/legacy.zip/6fa959452e774dcaed543faad3a9d1a37d803327
30/171: https://codeload.github.com/FriendsOfPHP/Goutte/legacy.zip/395f61d7c2e15a813839769553a4de16fa3b3c96
31/171: https://codeload.github.com/Behat/Gherkin/legacy.zip/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a
32/171: https://codeload.github.com/FriendsOfSymfony/FOSElasticaBundle/legacy.zip/40cb2852fb3c0a4cf9de60eb6f1c5245ec84a1c9
33/171: https://codeload.github.com/minkphp/Mink/legacy.zip/e6930b9c74693dff7f4e58577e1b1743399f3ff9
34/171: https://codeload.github.com/Behat/MinkExtension/legacy.zip/badc565b7a1d05c4a4bf49c789045bcf7af6c6de
35/171: https://codeload.github.com/geocoder-php/plugin/legacy.zip/8a0d58dafabd8550214883e8de68bb6bc6b1d3b1
36/171: https://codeload.github.com/whiteoctober/BreadcrumbsBundle/legacy.zip/a4a7bbc8295b40c92cd91599a5c863cad003ac69
37/171: https://codeload.github.com/ruflin/Elastica/legacy.zip/0df1d7b513960ba11d3075652dcd71fcab8dd37a
38/171: https://codeload.github.com/symfony/assetic-bundle/legacy.zip/2e0a23a4874838e26de6f025e02fc63328921a4c
39/171: https://codeload.github.com/symfony/swiftmailer-bundle/legacy.zip/9728097df87e76e2db71fc41fd7d211c06daea3e
40/171: https://codeload.github.com/Behat/Behat/legacy.zip/d60b161bff1b95ec4bb80bb8cb210ccf890314c2
41/171: https://codeload.github.com/symfony/monolog-bundle/legacy.zip/2b41b8b6d2c6edb1a5494f02f8e4129be2a44784
42/171: https://codeload.github.com/geocoder-php/BazingaGeocoderBundle/legacy.zip/8c9a025e7057ec76e3eef77980cdfba13dba45e4
43/171: https://codeload.github.com/stof/StofDoctrineExtensionsBundle/legacy.zip/4e7499d25dc5d0862da09fa8e336164948a29a25
44/171: https://codeload.github.com/sonata-project/sonata-doctrine-extensions/legacy.zip/4c6e9bd3ac9ef4c2f19e552a63d4926db5a9400f
45/171: https://codeload.github.com/sonata-project/SonataEasyExtendsBundle/legacy.zip/890fdf161a88bba07c6044f87609a6b8c97b8960
46/171: https://codeload.github.com/Cocolabs-SAS/SonataUserBundle/legacy.zip/b12bb75f4eb6e892facdd022fa5932390c6dd494
47/171: https://codeload.github.com/FriendsOfSymfony/FOSUserBundle/legacy.zip/2fc8a023d7ab482321cf7ec810ed49eab40eb50f
48/171: https://codeload.github.com/sonata-project/SonataIntlBundle/legacy.zip/82d3e586b30aeea31c5a93c673f0b4b4eebbf7b8
49/171: https://codeload.github.com/minkphp/MinkZombieDriver/legacy.zip/e98cd02630976cf5ad9db2a17bb4f4ff7bd546d0
50/171: https://codeload.github.com/sonata-project/SonataDoctrineORMAdminBundle/legacy.zip/230d4e8c26d4dbddb72d6cccff1838652584ff04
51/171: https://codeload.github.com/symfony/security-acl/legacy.zip/053b49bf4aa333a392c83296855989bcf88ddad1
52/171: https://codeload.github.com/sonata-project/exporter/legacy.zip/f8bc03c2da72deeafd5d27f7cb558faeef8620d9
53/171: https://codeload.github.com/swiftmailer/swiftmailer/legacy.zip/412333372fb6c8ffb65496a2bbd7321af75733fc
54/171: https://codeload.github.com/sonata-project/SonataBlockBundle/legacy.zip/6e07d8df8fd493cd4f5b0fbc7e3b0a6a0c36ac6d
55/171: https://codeload.github.com/Atlantic18/DoctrineExtensions/legacy.zip/79cd1d49898a21ede9a5dfad41c021abd9a14339
56/171: https://codeload.github.com/twigphp/Twig-extensions/legacy.zip/d188c76168b853481cc75879ea045bf93d718e9c
57/171: https://codeload.github.com/sonata-project/SonataDatagridBundle/legacy.zip/754bd359d9414d2eb81b39d6354dd6ca82310f5b
58/171: https://codeload.github.com/sonata-project/cache/legacy.zip/be02f44e8958127ca223bf6cdc185b95f2c29958
59/171: https://codeload.github.com/simplethings/EntityAuditBundle/legacy.zip/ee71ea62735797f5b6562590e15cd237edce6489
60/171: https://codeload.github.com/sensiolabs/SensioFrameworkExtraBundle/legacy.zip/0696496cb3e2d23add645d424699e5c723238aad
61/171: https://codeload.github.com/sensiolabs/SensioDistributionBundle/legacy.zip/eb6266b3b472e4002538610b28a0a04bcf94891a
62/171: https://codeload.github.com/fzaninotto/Faker/legacy.zip/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d
63/171: https://codeload.github.com/composer/ca-bundle/legacy.zip/943b2c4fcad1ef178d16a713c2468bf7e579c288
64/171: https://codeload.github.com/ramsey/array_column/legacy.zip/f8e52eb28e67eb50e613b451dd916abcf783c1db
65/171: https://codeload.github.com/php-http/message/legacy.zip/2edd63bae5f52f79363c5f18904b05ce3a4b7253
66/171: https://codeload.github.com/doctrine/orm/legacy.zip/93103f44a3e36e7b48165b6e6b736833f33b18ef
67/171: https://codeload.github.com/sensiolabs/security-checker/legacy.zip/387b6a3b723ba35588b33d5f8d14e28ed608bd30
68/171: https://codeload.github.com/clue/php-stream-filter/legacy.zip/d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0
69/171: https://codeload.github.com/tchwork/jsqueeze/legacy.zip/693d64850eab2ce6a7c8f7cf547e1ab46e69d542
70/171: https://codeload.github.com/Seldaek/monolog/legacy.zip/fd8c787753b3a2ad11bc60c063cff1358a32a3b4
71/171: https://codeload.github.com/Intervention/httpauth/legacy.zip/69d4627c398c2d74b1c70aae7de7121e0b627c17
72/171: https://codeload.github.com/mrclay/minify/legacy.zip/404664509c3d2b3a745e091c86c968a13cba3efc
73/171: https://codeload.github.com/container-interop/container-interop/legacy.zip/79cbf1341c22ec75643d841642dd5d6acd83bdb8
74/171: https://codeload.github.com/1up-lab/OneupUploaderBundle/legacy.zip/03231b8e00cee33658243ec2071a1576280e86f5
75/171: https://codeload.github.com/mrclay/Props/legacy.zip/9ed6cf3a027f1eab03abdd134ec209467cf9c77e
76/171: https://codeload.github.com/silexphp/Pimple/legacy.zip/4d45fb62d96418396ec58ba76e6f065bca16e10a
77/171: https://codeload.github.com/mrclay/jsmin-php/legacy.zip/932c9633c35b390beb2cfdea69a41ea7dbc8d759
78/171: https://codeload.github.com/KnpLabs/KnpMenu/legacy.zip/655630a1db0b72108262d1a844de3b1ba0885be5
79/171: https://codeload.github.com/tubalmartin/YUI-CSS-compressor-PHP-port/legacy.zip/1c7ae93cf6b392d4dae5c4ae18979918413af16e
80/171: https://codeload.github.com/KnpLabs/KnpMenuBundle/legacy.zip/80c765d729fcc7e3fcb096ea678f62684b53cbe6
81/171: https://codeload.github.com/Behat/Transliterator/legacy.zip/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c
82/171: https://codeload.github.com/KnpLabs/DoctrineBehaviors/legacy.zip/d27e25ff9bab8f6c0b88a2115e7fdd2d74b08fbb
83/171: https://codeload.github.com/sonata-project/SonataAdminBundle/legacy.zip/5dacb8cdfde62aad88aaaddfdcf00b82fca44d97
84/171: https://codeload.github.com/lexik/LexikCurrencyBundle/legacy.zip/b8cad62b722a0cc4c4959dd3a80ccd2ddf35d9fd
85/171: https://codeload.github.com/schmittjoh/cg-library/legacy.zip/2152ea2c48f746a676debb841644ae64cae27835
86/171: https://codeload.github.com/schmittjoh/JMSI18nRoutingBundle/legacy.zip/08b3bc04c102c18d1ab60057fa46f406f93c4859
87/171: https://codeload.github.com/schmittjoh/JMSTranslationBundle/legacy.zip/08b8db92aa376b8e50ce4e779e849916abffd805
88/171: https://codeload.github.com/nikic/PHP-Parser/legacy.zip/08131e7ff29de6bb9f12275c7d35df71f25f4d89
89/171: https://codeload.github.com/schmittjoh/metadata/legacy.zip/6a06970a10e0a532fb52d3959547123b84a3b3ab
90/171: https://codeload.github.com/schmittjoh/JMSAopBundle/legacy.zip/78000d007e74283cc564a58e184d7f62548ad394
91/171: https://codeload.github.com/Incenteev/ParameterHandler/legacy.zip/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc
92/171: https://codeload.github.com/schmittjoh/JMSDiExtraBundle/legacy.zip/1e5edb14dc95d4f94e08764a62b71731d74d1ac0
93/171: https://codeload.github.com/hwi/HWIOAuthBundle/legacy.zip/50f4bcbe5c217cfdf0f7f40a174b87199b76d1e1
94/171: https://codeload.github.com/helios-ag/FMElfinderBundle/legacy.zip/c8e483a8c5710bb7104e016a94b1c3f95793698a
95/171: https://codeload.github.com/Intervention/image/legacy.zip/3603dbcc9a17d307533473246a6c58c31cf17919
96/171: https://codeload.github.com/kriswallsmith/Buzz/legacy.zip/d0b82d8a6169276f91f445c26792ff4a2b11e831
97/171: https://codeload.github.com/helios-ag/ElFinderPHP/legacy.zip/46b2d9b9797f04d1a354ca7cf7e9d9ad2add9482
98/171: https://codeload.github.com/kriswallsmith/assetic/legacy.zip/e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1
99/171: https://codeload.github.com/geocoder-php/google-maps-provider/legacy.zip/5df14e623127026e621260e1909548628342e174
100/171: https://codeload.github.com/RobLoach/component-installer/legacy.zip/908a859aa7c4949ba9ad67091e67bac10b66d3d7
101/171: https://codeload.github.com/php-http/guzzle6-adapter/legacy.zip/a56941f9dc6110409cfcddc91546ee97039277ab
102/171: https://codeload.github.com/guzzle/promises/legacy.zip/a59da6cf61d80060647ff4d3eb2c03a2bc694646
103/171: https://codeload.github.com/helios-ag/elfinder-component/legacy.zip/be24b2d2ab46fdc5d572b51f58a8c705fb136323
104/171: https://codeload.github.com/guzzle/guzzle/legacy.zip/f4db5a78a5ea468d4831de7f0bf9d9415e348699
105/171: https://codeload.github.com/geocoder-php/php-common-http/legacy.zip/a469c06658e4aadf034f793cf6e398d44482491e
106/171: https://codeload.github.com/php-http/promise/legacy.zip/dc494cdc9d7160b9a09bd5573272195242ce7980
107/171: https://codeload.github.com/php-http/message-factory/legacy.zip/a478cb11f66a6ac48d8954216cfed9aa06a501a1
108/171: https://codeload.github.com/php-http/httplug/legacy.zip/1c6381726c18579c4ca2ef1ec1498fdae8bdf018
109/171: https://codeload.github.com/guzzle/psr7/legacy.zip/f5b8a8512e2b58b0071a7280e39f14f72e05d87c
110/171: https://codeload.github.com/php-http/discovery/legacy.zip/7b50ab4d6c9fdaa1ed53ae310c955900af6e3372
111/171: https://codeload.github.com/php-fig/http-message/legacy.zip/f6561bf28d520154e4b0ec72be95418abe6d9363
112/171: https://codeload.github.com/geocoder-php/php-common/legacy.zip/6ea4b6da439d3483f6e18fcd4d18ea5f510f4b9b
113/171: https://codeload.github.com/egulias/EmailValidator/legacy.zip/1bec00a10039b823cc94eef4eddd47dcd3b2ca04
114/171: https://codeload.github.com/FriendsOfSymfony/FOSMessageBundle/legacy.zip/801398b08d02e9eb75a424b90d3a8268f607ae81
115/171: https://codeload.github.com/egeloen/ivory-json-builder/legacy.zip/3e70bc681891d8aca88dd72164caea659739f284
116/171: https://codeload.github.com/egeloen/IvoryCKEditorBundle/legacy.zip/9c9926918d3ae4b4d89ca2db578766ab9829ee7a
117/171: https://codeload.github.com/sonata-project/SonataCoreBundle/legacy.zip/ab26c4f11d6d7def076d2cb24da02b53ccdeb1de
118/171: https://codeload.github.com/doctrine/instantiator/legacy.zip/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda
119/171: https://codeload.github.com/doctrine/DoctrineMongoDBBundle/legacy.zip/a18b75b6e48a13c070df14364349d9920fbfee72
120/171: https://codeload.github.com/doctrine/DoctrineMigrationsBundle/legacy.zip/a9e506369f931351a2a6dd2aef588a822802b1b7
121/171: https://codeload.github.com/zendframework/zend-code/legacy.zip/6b1059db5b368db769e4392c6cb6cc139e56640d
122/171: https://codeload.github.com/Ocramius/PackageVersions/legacy.zip/ad8a245decad4897cc6b432743913dad0d69753c
123/171: https://codeload.github.com/Ocramius/ProxyManager/legacy.zip/e18ac876b2e4819c76349de8f78ccc8ef1554cd7
124/171: https://codeload.github.com/doctrine/migrations/legacy.zip/e3faf7c96b8a6084045dedcaf51f74c7834644d4
125/171: https://codeload.github.com/doctrine/mongodb/legacy.zip/2872db09403d6aa3d6913c1ba210f5f32e9e4e55
126/171: https://codeload.github.com/doctrine/mongodb-odm/legacy.zip/8d8ff7745073aa29aeef479d6ee514a2193cf416
127/171: https://codeload.github.com/zendframework/zend-eventmanager/legacy.zip/9d72db10ceb6e42fb92350c0cb54460da61bd79c
128/171: https://codeload.github.com/doctrine/DoctrineFixturesBundle/legacy.zip/7fc29d2b18c61ed99826b21fbfd1ff9969cc2e7f
129/171: https://codeload.github.com/jdorn/sql-formatter/legacy.zip/64990d96e0959dff8e059dfcdc1af130728d92bc
130/171: https://codeload.github.com/doctrine/data-fixtures/legacy.zip/7b76ccc8e648c4502aad7f61347326c8a072bd3b
131/171: https://codeload.github.com/doctrine/DoctrineCacheBundle/legacy.zip/9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1
132/171: https://codeload.github.com/doctrine/DoctrineBundle/legacy.zip/eb6e4fb904a459be28872765ab6e2d246aac7c87
133/171: https://codeload.github.com/components/jquery/legacy.zip/e5534d4ab8e80c159553d507e358ed20a806d3bf
134/171: https://codeload.github.com/cocur/slugify/legacy.zip/1fdf2b1219a199301db3d7c60c16d895bba6ccde
135/171: https://codeload.github.com/alcaeus/mongo-php-adapter/legacy.zip/9f42213a51e12c0fc1ce4773840c34d8ab3afd6f
136/171: https://codeload.github.com/doctrine/common/legacy.zip/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66
137/171: https://codeload.github.com/a2lix/TranslationFormBundle/legacy.zip/a04a8db282caabc084cf9fcccd82d2fcfbee36af
138/171: https://codeload.github.com/doctrine/dbal/legacy.zip/e3eed9b1facbb0ced3a0995244843a189e7d1b13
139/171: https://codeload.github.com/doctrine/cache/legacy.zip/b3217d58609e9c8e661cd41357a54d926c4a2a1a
140/171: https://codeload.github.com/mongodb/mongo-php-library/legacy.zip/5cffeb33b893b6bb04195b99ddc3955a29252339
141/171: https://codeload.github.com/doctrine/annotations/legacy.zip/5beebb01b025c94e93686b7a0ed3edae81fe3e7f
142/171: https://codeload.github.com/doctrine/collections/legacy.zip/a01ee38fcd999f34d9bfbcee59dbda5105449cbf
143/171: https://codeload.github.com/doctrine/lexer/legacy.zip/83893c552fd2045dd78aef794c31e694c37c0b8c
144/171: https://codeload.github.com/php-fig/cache/legacy.zip/d11b50ad223250cf17b86e38383413f5a6764bf8
145/171: https://codeload.github.com/php-fig/link-util/legacy.zip/1a07821801a148be4add11ab0603e4af55a72fac
146/171: https://codeload.github.com/doctrine/inflector/legacy.zip/e11d84c6e018beedd929cff5220969a3c6d1d462
147/171: https://codeload.github.com/php-fig/container/legacy.zip/b7ce3b176482dbbc1245ebf52b181af44c2cf55f
148/171: https://codeload.github.com/php-fig/link/legacy.zip/eea8e8662d5cd3ae4517c9b864493f59fca95562
149/171: https://codeload.github.com/php-fig/log/legacy.zip/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d
150/171: https://codeload.github.com/php-fig/simple-cache/legacy.zip/753fa598e8f3b9966c886fe13f370baa45ef0e24
151/171: https://codeload.github.com/paragonie/random_compat/legacy.zip/5da4d3c796c275c55f057af5a643ae297d96b4d8
152/171: https://codeload.github.com/symfony/polyfill-apcu/legacy.zip/04f62674339602def515bff4bc6901fc1d4951e8
153/171: https://codeload.github.com/symfony/polyfill-php56/legacy.zip/265fc96795492430762c29be291a371494ba3a5b
154/171: https://codeload.github.com/symfony/polyfill-intl-icu/legacy.zip/d2bb2ef00dd8605d6fbd4db53ed4af1395953497
155/171: https://codeload.github.com/symfony/polyfill-php70/legacy.zip/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff
156/171: https://codeload.github.com/symfony/polyfill-util/legacy.zip/6e719200c8e540e0c0effeb31f96bdb344b94176
157/171: https://codeload.github.com/symfony/polyfill-mbstring/legacy.zip/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296
158/171: https://codeload.github.com/twigphp/Twig/legacy.zip/eddb97148ad779f27e670e1e3f19fb323aedafeb
159/171: https://codeload.github.com/components/jqueryui/legacy.zip/44ecf3794cc56b65954cc19737234a3119d036cc
160/171: https://codeload.github.com/avalanche123/Imagine/legacy.zip/149041d2a1b517107bfe270ca2b1a17aa341715d
161/171: https://codeload.github.com/symfony/symfony/legacy.zip/46d4a9027c752ce425f67c94e89e3e3098f3a488
162/171: https://codeload.github.com/liip/LiipImagineBundle/legacy.zip/0a7932e7ad53f38916dd346e1f5d9c298d65c6f3
Finished: success: 162, skipped: 0, failure: 9, total: 171
Package operations: 171 installs, 0 updates, 0 removals

  • Installing ocramius/package-versions (1.2.0): Loading from cache
  • Installing wikimedia/composer-merge-plugin (v1.4.1): Downloading (100%)
  • Installing symfony/polyfill-mbstring (v1.6.0): Loading from cache
  • Installing twig/twig (v2.4.4): Loading from cache
  • Installing symfony/polyfill-util (v1.6.0): Loading from cache
  • Installing paragonie/random_compat (v2.0.11): Loading from cache
  • Installing symfony/polyfill-php70 (v1.6.0): Loading from cache
  • Installing symfony/polyfill-php56 (v1.6.0): Loading from cache
  • Installing symfony/symfony (v3.4.1): Loading from cache
  • Installing kriswallsmith/assetic (v1.4.0): Loading from cache
  • Installing robloach/component-installer (0.2.3): Loading from cache
  • Installing symfony/polyfill-intl-icu (v1.6.0): Loading from cache
  • Installing symfony/polyfill-apcu (v1.6.0): Loading from cache
  • Installing psr/simple-cache (1.0.0): Loading from cache
  • Installing psr/log (1.0.2): Loading from cache
  • Installing psr/link (1.0.0): Loading from cache
  • Installing psr/container (1.0.0): Loading from cache
  • Installing psr/cache (1.0.1): Loading from cache
  • Installing fig/link-util (1.0.0): Loading from cache
  • Installing doctrine/lexer (v1.0.1): Loading from cache
  • Installing doctrine/inflector (v1.2.0): Loading from cache
  • Installing doctrine/collections (v1.5.0): Loading from cache
  • Installing doctrine/cache (v1.7.1): Loading from cache
  • Installing doctrine/annotations (v1.5.0): Loading from cache
  • Installing doctrine/common (v2.8.1): Loading from cache
  • Installing a2lix/translation-form-bundle (2.1.2): Loading from cache
  • Installing mongodb/mongodb (1.2.0): Loading from cache
  • Installing alcaeus/mongo-php-adapter (1.1.3): Loading from cache
  • Installing cocur/slugify (v3.0.1): Loading from cache
  • Installing components/jquery (3.2.1): Loading from cache
  • Installing components/jqueryui (1.12.1): Loading from cache
  • Installing doctrine/doctrine-cache-bundle (1.3.2): Loading from cache
  • Installing jdorn/sql-formatter (v1.2.17): Loading from cache
  • Installing doctrine/dbal (v2.6.3): Loading from cache
    Skipped installation of bin bin/doctrine-dbal for package doctrine/dbal: name conflicts with an existing file
  • Installing doctrine/doctrine-bundle (1.8.1): Loading from cache
  • Installing doctrine/data-fixtures (v1.3.0): Loading from cache
  • Installing doctrine/doctrine-fixtures-bundle (3.0.2): Loading from cache
  • Installing zendframework/zend-eventmanager (3.2.0): Loading from cache
  • Installing zendframework/zend-code (3.3.0): Loading from cache
  • Installing ocramius/proxy-manager (2.1.1): Loading from cache
  • Installing doctrine/migrations (v1.6.2): Loading from cache
    Skipped installation of bin bin/doctrine-migrations for package doctrine/migrations: name conflicts with an existing file
  • Installing doctrine/doctrine-migrations-bundle (v1.3.1): Loading from cache
  • Installing doctrine/mongodb (1.6.1): Loading from cache
  • Installing doctrine/instantiator (1.1.0): Loading from cache
  • Installing doctrine/mongodb-odm (1.2.0): Loading from cache
  • Installing doctrine/mongodb-odm-bundle (3.4.1): Loading from cache
  • Installing egeloen/json-builder (3.0.0): Loading from cache
  • Installing egeloen/ckeditor-bundle (6.0.1): Loading from cache
  • Installing egulias/email-validator (2.1.3): Loading from cache
  • Installing friendsofsymfony/message-bundle (v1.3.0): Loading from cache
  • Installing willdurand/geocoder (4.1.0): Loading from cache
  • Installing psr/http-message (1.0.1): Loading from cache
  • Installing guzzlehttp/psr7 (1.4.2): Loading from cache
  • Installing php-http/message-factory (v1.0.2): Loading from cache
  • Installing php-http/promise (v1.0.0): Loading from cache
  • Installing php-http/httplug (v1.1.0): Loading from cache
  • Installing php-http/discovery (1.3.0): Loading from cache
  • Installing guzzlehttp/promises (v1.3.1): Loading from cache
  • Installing guzzlehttp/guzzle (6.3.0): Loading from cache
  • Installing php-http/guzzle6-adapter (v1.1.1): Loading from cache
  • Installing geocoder-php/common-http (4.0.0): Loading from cache
  • Installing geocoder-php/google-maps-provider (4.1.0): Loading from cache
  • Installing intervention/image (2.4.1): Loading from cache
  • Installing helios-ag/fm-elfinder-php-connector (2.5.7): Loading from cache
  • Installing components/elfinder (2.2): Loading from cache
  • Installing helios-ag/fm-elfinder-bundle (6.2.1): Loading from cache
  • Installing kriswallsmith/buzz (v0.15.2): Loading from cache
  • Installing hwi/oauth-bundle (0.5.3): Loading from cache
  • Installing incenteev/composer-parameter-handler (v2.1.2): Loading from cache
  • Installing jms/cg (1.2.0): Loading from cache
  • Installing jms/metadata (1.6.0): Loading from cache
  • Installing jms/aop-bundle (1.2.0): Loading from cache
  • Installing jms/di-extra-bundle (1.9.0): Loading from cache
  • Installing jms/i18n-routing-bundle (2.0.2): Loading from cache
  • Installing nikic/php-parser (v3.1.2): Loading from cache
    Skipped installation of bin bin/php-parse for package nikic/php-parser: name conflicts with an existing file
  • Installing jms/translation-bundle (1.3.2): Loading from cache
  • Installing behat/transliterator (v1.2.0): Loading from cache
  • Installing knplabs/doctrine-behaviors (1.5.0): Loading from cache
  • Installing knplabs/knp-menu (2.3.0): Loading from cache
  • Installing knplabs/knp-menu-bundle (v2.2.0): Loading from cache
  • Installing lexik/currency-bundle (v2.1.0): Loading from cache
  • Installing imagine/imagine (v0.6.3): Loading from cache
  • Installing liip/imagine-bundle (dev-master 0a7932e): Loading from cache
  • Installing tubalmartin/cssmin (v4.1.0): Loading from cache
    Skipped installation of bin cssmin for package tubalmartin/cssmin: name conflicts with an existing file
  • Installing pimple/pimple (v3.2.2): Loading from cache
  • Installing container-interop/container-interop (1.2.0): Loading from cache
  • Installing mrclay/props-dic (2.2.0): Loading from cache
  • Installing mrclay/jsmin-php (2.3.2): Loading from cache
  • Installing monolog/monolog (1.23.0): Loading from cache
  • Installing intervention/httpauth (2.0.3): Loading from cache
  • Installing mrclay/minify (3.0.3): Loading from cache
  • Installing oneup/uploader-bundle (1.9.1): Loading from cache
  • Installing patchwork/jsqueeze (v2.0.5): Loading from cache
  • Installing clue/stream-filter (v1.4.0): Loading from cache
  • Installing php-http/message (1.6.0): Loading from cache
  • Installing ramsey/array_column (1.1.3): Loading from cache
  • Installing composer/ca-bundle (1.1.0): Loading from cache
  • Installing sensiolabs/security-checker (v4.1.6): Loading from cache
  • Installing sensio/distribution-bundle (v5.0.21): Loading from cache
  • Installing sensio/framework-extra-bundle (v5.1.3): Loading from cache
  • Installing doctrine/orm (v2.5.13): Loading from cache
  • Installing simplethings/entity-audit-bundle (v1.0.6): Loading from cache
  • Installing twig/extensions (v1.5.1): Loading from cache
  • Installing sonata-project/datagrid-bundle (2.3.0): Loading from cache
  • Installing sonata-project/core-bundle (3.7.1): Loading from cache
  • Installing sonata-project/cache (2.0.0): Loading from cache
  • Installing sonata-project/block-bundle (3.8.0): Loading from cache
  • Installing symfony/security-acl (v3.0.0): Loading from cache
  • Installing sonata-project/exporter (1.8.0): Loading from cache
  • Installing sonata-project/admin-bundle (3.28.0): Loading from cache
  • Installing sonata-project/doctrine-orm-admin-bundle (3.2.0): Loading from cache
  • Installing sonata-project/intl-bundle (2.4.0): Loading from cache
  • Installing swiftmailer/swiftmailer (v6.0.2): Loading from cache
  • Installing sonata-project/easy-extends-bundle (2.3.0): Loading from cache
  • Installing sonata-project/doctrine-extensions (1.0.2): Loading from cache
  • Installing friendsofsymfony/user-bundle (v2.0.2): Loading from cache
  • Installing sonata-project/user-bundle (4.x-dev b12bb75): Loading from cache
  • Installing gedmo/doctrine-extensions (v2.4.31): Loading from cache
  • Installing stof/doctrine-extensions-bundle (v1.2.2): Loading from cache
  • Installing symfony/assetic-bundle (v2.8.2): Loading from cache
  • Installing symfony/monolog-bundle (v3.1.2): Loading from cache
  • Installing symfony/swiftmailer-bundle (v3.1.6): Loading from cache
  • Installing whiteoctober/breadcrumbs-bundle (1.2.3): Loading from cache
  • Installing geocoder-php/plugin (1.0.0): Loading from cache
  • Installing willdurand/geocoder-bundle (5.0.0): Loading from cache
  • Installing behat/gherkin (v4.5.1): Loading from cache
  • Installing behat/mink (v1.7.1): Loading from cache
  • Installing behat/behat (v3.4.3): Loading from cache
    Skipped installation of bin bin/behat for package behat/behat: name conflicts with an existing file
  • Installing behat/mink-extension (2.3.0): Loading from cache
  • Installing fabpot/goutte (v3.2.2): Loading from cache
  • Installing behat/mink-browserkit-driver (v1.3.2): Loading from cache
  • Installing behat/mink-goutte-driver (v1.2.1): Loading from cache
  • Installing instaclick/php-webdriver (1.4.5): Loading from cache
  • Installing behat/mink-selenium2-driver (v1.3.1): Loading from cache
  • Installing behat/mink-zombie-driver (v1.4.0): Loading from cache
  • Installing ruflin/elastica (2.3.1): Loading from cache
  • Installing friendsofsymfony/elastica-bundle (v3.2.0): Loading from cache
  • Installing fzaninotto/faker (v1.7.1): Loading from cache
  • Installing hpatoio/deploy-bundle (1.5.3): Loading from cache
  • Installing mangopay/php-sdk-v2 (v1.4.3): Loading from cache
  • Installing webmozart/assert (1.2.0): Loading from cache
  • Installing phpdocumentor/reflection-common (1.0.1): Loading from cache
  • Installing phpdocumentor/type-resolver (0.4.0): Loading from cache
  • Installing phpdocumentor/reflection-docblock (4.2.0): Loading from cache
  • Installing phpunit/php-token-stream (2.0.2): Loading from cache
  • Installing sebastian/version (2.0.1): Loading from cache
  • Installing sebastian/resource-operations (1.0.0): Loading from cache
  • Installing sebastian/recursion-context (3.0.0): Loading from cache
  • Installing sebastian/object-reflector (1.1.1): Loading from cache
  • Installing sebastian/object-enumerator (3.0.3): Loading from cache
  • Installing sebastian/global-state (2.0.0): Loading from cache
  • Installing sebastian/exporter (3.1.0): Loading from cache
  • Installing sebastian/environment (3.1.0): Loading from cache
  • Installing sebastian/diff (2.0.1): Loading from cache
  • Installing sebastian/comparator (2.1.0): Loading from cache
  • Installing phpunit/php-text-template (1.2.1): Loading from cache
  • Installing phpunit/phpunit-mock-objects (5.0.4): Loading from cache
  • Installing phpunit/php-timer (1.0.9): Loading from cache
  • Installing phpunit/php-file-iterator (1.4.5): Loading from cache
  • Installing theseer/tokenizer (1.1.0): Loading from cache
  • Installing sebastian/code-unit-reverse-lookup (1.0.1): Loading from cache
  • Installing phpunit/php-code-coverage (5.2.4): Loading from cache
  • Installing phpspec/prophecy (1.7.3): Downloading (100%)
  • Installing phar-io/version (1.0.1): Downloading (100%)
  • Installing phar-io/manifest (1.0.1): Downloading (100%)
  • Installing myclabs/deep-copy (1.7.0): Downloading (100%)
  • Installing phpunit/phpunit (6.5.2): Loading from cache
    Skipped installation of bin phpunit for package phpunit/phpunit: name conflicts with an existing file
  • Installing sensio/generator-bundle (v3.1.6): Downloading (100%)
  • Installing symfony/phpunit-bridge (v3.4.1): Downloading (100%)
    Skipped installation of bin bin/simple-phpunit for package symfony/phpunit-bridge: name conflicts with an existing file
  • Installing behat/symfony2-extension (2.1.2): Downloading (100%)
  • Installing vipsoft/doctrine-data-fixtures-extension (3.3): Downloading (100%)
    paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
    kriswallsmith/assetic suggests installing leafo/lessphp (Assetic provides the integration with the lessphp LESS compiler)
    kriswallsmith/assetic suggests installing leafo/scssphp (Assetic provides the integration with the scssphp SCSS compiler)
    kriswallsmith/assetic suggests installing leafo/scssphp-compass (Assetic provides the integration with the SCSS compass plugin)
    kriswallsmith/assetic suggests installing ptachoire/cssembed (Assetic provides the integration with phpcssembed to embed data uris)
    a2lix/translation-form-bundle suggests installing a2lix/i18n-doctrine-bundle (For A2lix strategy)
    a2lix/translation-form-bundle suggests installing prezent/doctrine-translatable-bundle (For Prezent strategy)
    doctrine/data-fixtures suggests installing doctrine/phpcr-odm (For loading PHPCR ODM fixtures)
    zendframework/zend-eventmanager suggests installing zendframework/zend-stdlib (^2.7.3 || ^3.0, to use the FilterChain feature)
    zendframework/zend-code suggests installing zendframework/zend-stdlib (Zend\Stdlib component)
    ocramius/proxy-manager suggests installing ocramius/generated-hydrator (To have very fast object to array to object conversion for ghost objects)
    ocramius/proxy-manager suggests installing zendframework/zend-json (To have the JsonRpc adapter (Remote Object feature))
    ocramius/proxy-manager suggests installing zendframework/zend-soap (To have the Soap adapter (Remote Object feature))
    ocramius/proxy-manager suggests installing zendframework/zend-xmlrpc (To have the XmlRpc adapter (Remote Object feature))
    doctrine/mongodb suggests installing jmikola/geojson (Support GeoJSON geometry objects in 2dsphere queries)
    egeloen/ckeditor-bundle suggests installing egeloen/form-extra-bundle (Allows to load CKEditor asynchronously)
    php-http/discovery suggests installing puli/composer-plugin (Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details.)
    intervention/image suggests installing intervention/imagecache (Caching extension for the Intervention Image library)
    helios-ag/fm-elfinder-php-connector suggests installing aws/aws-sdk-php (Allows you to use AWS S3 storage)
    helios-ag/fm-elfinder-php-connector suggests installing dropbox-php/dropbox-php (Allows you to use Dropbox storage)
    helios-ag/fm-elfinder-bundle suggests installing helios-ag/fm-summernote-bundle (Summernote Bundle by me)
    helios-ag/fm-elfinder-bundle suggests installing helios-ag/fm-tinymce-bundle (TinyMCE Bundle by me)
    imagine/imagine suggests installing ext-gmagick (to use the Gmagick implementation)
    liip/imagine-bundle suggests installing amazonwebservices/aws-sdk-for-php (Add it if you'd like to use aws v1 resolver)
    liip/imagine-bundle suggests installing aws/aws-sdk-php (Add it if you'd like to use aws v2 or v3 resolver)
    liip/imagine-bundle suggests installing league/flysystem (If you'd want to use Flysystem binary loader)
    monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
    monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
    monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
    monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
    monolog/monolog suggests installing php-amqplib/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
    monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome)
    monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
    monolog/monolog suggests installing sentry/sentry (Allow sending log messages to a Sentry server)
    mrclay/minify suggests installing firephp/firephp-core (Use FirePHP for Log messages)
    mrclay/minify suggests installing marcusschwarz/lesserphp (LESS support)
    mrclay/minify suggests installing meenie/javascript-packer (Keep track of the Packer PHP port using Composer)
    oneup/uploader-bundle suggests installing knplabs/knp-gaufrette-bundle (0.1.)
    oneup/uploader-bundle suggests installing oneup/flysystem-bundle (^1.2)
    oneup/uploader-bundle suggests installing twistor/flysystem-stream-wrapper (^1.0 (Required when using Flysystem))
    php-http/message suggests installing slim/slim (Used with Slim Framework PSR-7 implementation)
    php-http/message suggests installing zendframework/zend-diactoros (Used with Diactoros Factories)
    sensio/framework-extra-bundle suggests installing symfony/psr-http-message-bridge (To use the PSR-7 converters)
    sonata-project/cache suggests installing doctrine/phpcr-odm (PHPCR ODM support)
    sonata-project/cache suggests installing ext-apc (Caching with ext/apc)
    sonata-project/cache suggests installing ext-memcached (Caching with ext/memcached)
    sonata-project/cache suggests installing predis/predis (Install redis php)
    sonata-project/block-bundle suggests installing sonata-project/cache-bundle (^3.0)
    sonata-project/exporter suggests installing propel/propel1 (^1.6)
    sonata-project/user-bundle suggests installing friendsofsymfony/rest-bundle (For using the public API methods.)
    sonata-project/user-bundle suggests installing jms/serializer (For using the public API methods.)
    sonata-project/user-bundle suggests installing nelmio/api-doc-bundle (For using the public API methods.)
    sonata-project/user-bundle suggests installing sonata-project/google-authenticator (For google auth user login)
    sonata-project/user-bundle suggests installing sonata-project/seo-bundle (For SEO breadcrumb block service usage)
    symfony/assetic-bundle suggests installing kriswallsmith/spork (to be able to dump assets in parallel)
    behat/behat suggests installing behat/yii-extension (for integration with Yii web framework)
    ruflin/elastica suggests installing egeloen/http-adapter (Allow using httpadapter transport)
    ruflin/elastica suggests installing munkie/elasticsearch-thrift-php (Allow using thrift transport)
    sebastian/global-state suggests installing ext-uopz (
    )
    phpunit/php-code-coverage suggests installing ext-xdebug (^2.5.5)
    phpunit/phpunit suggests installing ext-xdebug (*)
    phpunit/phpunit suggests installing phpunit/php-invoker (^1.1)
    Package helios-ag/fm-elfinder-php-connector is abandoned, you should avoid using it. No replacement was suggested.
    Package ramsey/array_column is abandoned, you should avoid using it. No replacement was suggested.
    Package symfony/assetic-bundle is abandoned, you should avoid using it. Use symfony/webpack-encore-pack instead.
    Generating autoload files

ComponentInstaller\Installer::postAutoloadDump
Compiling component files
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Package helios-ag/fm-elfinder-php-connector is abandoned, you should avoid using it. No replacement was suggested.
Package ramsey/array_column is abandoned, you should avoid using it. No replacement was suggested.
Package symfony/assetic-bundle is abandoned, you should avoid using it. Use symfony/webpack-encore-pack instead.
Generating autoload files
ComponentInstaller\Installer::postAutoloadDump
Compiling component files
ocramius/package-versions: Generating version class...
ocramius/package-versions: ...done generating version class
Incenteev\ParameterHandler\ScriptHandler::buildParameters
Updating the "app/config/parameters.yml" file
Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap
Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache

// Clearing the cache for the dev environment with debug
// true

[OK] Cache for the "dev" environment (debug=true) was successfully cleared.

Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installAssets

Trying to install assets as relative symbolic links.


  Bundle                       Method / Error

✔ JMSTranslationBundle relative symlink
✔ SonataAdminBundle relative symlink
✔ SonataCoreBundle relative symlink
✔ SonataUserBundle relative symlink
✔ A2lixTranslationFormBundle relative symlink


[OK] All assets were successfully installed.

Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installRequirementsFile
Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::prepareDeploymentTarget
ocramius/package-versions: Generating version class...
ocramius/package-versions: ...done generating version class
Incenteev\ParameterHandler\ScriptHandler::buildParameters
Updating the "app/config/parameters.yml" file
Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap
Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache

// Clearing the cache for the dev environment with debug
// true

[OK] Cache for the "dev" environment (debug=true) was successfully cleared.

Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installAssets

Trying to install assets as relative symbolic links.


  Bundle                       Method / Error

✔ JMSTranslationBundle relative symlink
✔ SonataAdminBundle relative symlink
✔ SonataCoreBundle relative symlink
✔ SonataUserBundle relative symlink
✔ A2lixTranslationFormBundle relative symlink


[OK] All assets were successfully installed.

Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installRequirementsFile
Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::prepareDeploymentTarget
Updating database schema...
Database schema updated successfully! "118" queries were executed
purging database
loading Cocorico\CoreBundle\DataFixtures\ORM\CurrencyFixtures
loading Cocorico\CoreBundle\DataFixtures\ORM\ListingCategoryFixtures
loading Cocorico\CoreBundle\DataFixtures\ORM\ListingCharacteristicTypeFixtures
loading Cocorico\CoreBundle\DataFixtures\ORM\ListingCharacteristicGroupFixtures
loading Cocorico\CoreBundle\DataFixtures\ORM\UserFixtures
loading Cocorico\CoreBundle\DataFixtures\ORM\PageFixtures
loading Cocorico\CoreBundle\DataFixtures\ORM\ListingCharacteristicFixtures
loading Cocorico\CoreBundle\DataFixtures\ORM\ListingCharacteristicValueFixtures
loading Cocorico\CoreBundle\DataFixtures\ORM\ListingFixtures
Update: EUR = 1
Update: USD = 1.1268
Update: JPY = 125.12
Update: GBP = 0.87945
Add: CHF = 1.137
Add: RUB = 75.4522
Add: AUD = 1.5848
Add: CAD = 1.4949
Currencies updated
Dumping all dev assets.
Debug mode is on.

01:46:46 [dir+] /cocorico/app/../web/css/compiled
01:46:46 [file+] /cocorico/app/../web/css/compiled/fullcalendar.css
01:46:46 [file+] /cocorico/app/../web/css/compiled/fullcalendar_fullcalendar.min_1.css
01:46:46 [file+] /cocorico/app/../web/css/compiled/fullcalendar_fullcalendar-override_2.css
01:46:46 [dir+] /cocorico/app/../web/js/compiled
01:46:46 [file+] /cocorico/app/../web/js/compiled/calendar.js
01:46:48 [file+] /cocorico/app/../web/js/compiled/calendar_fullcalendar.min_1.js
01:46:48 [file+] /cocorico/app/../web/js/compiled/calendar_lang-all_2.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/upload.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/upload_tmpl.min_1.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/upload_load-image.all.min_2.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/upload_canvas-to-blob.min_3.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/upload_jquery.iframe-transport_4.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/upload_jquery.fileupload_5.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/upload_jquery.fileupload-process_6.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/upload_jquery.fileupload-image_7.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/upload_jquery.fileupload-validate_8.js
01:46:49 [file+] /cocorico/app/../web/css/compiled/all.css
01:46:49 [file+] /cocorico/app/../web/css/compiled/all_all_1.css
01:46:49 [file+] /cocorico/app/../web/css/compiled/all_bootstrap-datetimepicker_2.css
01:46:49 [file+] /cocorico/app/../web/css/compiled/all_bootstrap-multiselect_3.css
01:46:49 [file+] /cocorico/app/../web/css/compiled/all_unslider_4.css
01:46:49 [file+] /cocorico/app/../web/css/compiled/all_cookie-consent_5.css
01:46:49 [file+] /cocorico/app/../web/css/compiled/all_all-override_6.css
01:46:49 [file+] /cocorico/app/../web/js/compiled/all.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/all_moment_1.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/all_json2_2.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/all_jquery.cookie_3.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/all_jquery.touch-punch_4.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/all_hammer_5.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/all_bootstrap-multiselect_6.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/all_bootstrap-datetimepicker_7.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/all_parsley.min_8.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/all_jquery.unslider_9.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/all_jquery.caroufredsel.min_10.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/all_jquery.clearsearch_11.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/all_jquery.main_12.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/all_jquery.main-override_13.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/all_common_14.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/all_date-time_15.js
01:46:49 [file+] /cocorico/app/../web/js/compiled/all_cookie-consent_16.js
cocorico is alive

Unable to use https with docker

Q A
Bug report? [ ]
Feature request? [ ]
Support request? [ x ]

Hello.
We've installed the Cocorico platform with docker. Everything is working, unless we need to install the ssl certificates for https and we are unable to do that. As we've used docker we cannot set the VirtualHosts, and we don't know how to do it.

Could anybody help us? Thanks.

Sf3.4 - Warning: count(): Parameter must be an array or an object that implements Countable

This is happening for all coccorico ADMIN context menus - using cocorico with docker container

After correcting exception errors when accessing the admin area, as this commit:
https://github.com/Cocolabs-SAS/cocorico/commit/813dd0fdcecb133162a27e15efc2c2808607919a

I can connect in admin, but all admin pages are still incompatible with this error:

Logs below:

Warning: count(): Parameter must be an array or an object that implements Countable
500 Internal Server Error - ContextErrorException

Stack Trace

in vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php at line 740   + 
at ErrorHandler ->handleError ('2', 'count(): Parameter must be an array or an object that implements Countable', '/cocorico/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php', '740', array('value' => object(OrderedHashMap), 'object' => object(Form), 'cacheKey' => '0000000026ace9d7000000005ef9bc0d:children', 'metadata' => object(PropertyMetadata), 'propertyPath' => 'children', 'groups' => array('Default'), 'cascadedGroups' => null, 'traversalStrategy' => '1', 'context' => object(ExecutionContext), 'group' => 'Default', 'key' => '0', 'cascadingStrategy' => '2')) 
at count (null) 
in vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php at line 740   + 
at RecursiveContextualValidator ->validateGenericNode (object(OrderedHashMap), object(Form), '0000000026ace9d7000000005ef9bc0d:children', object(PropertyMetadata), 'children', array('Default'), null, '1', object(ExecutionContext)) 
in vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php at line 608   + 
at RecursiveContextualValidator ->validateClassNode (object(Form), '0000000026ace9d7000000005ef9bc0d', object(ClassMetadata), '', array('Default'), null, '1', object(ExecutionContext)) 
in vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php at line 364   + 
at RecursiveContextualValidator ->validateObject (object(Form), '', array('Default'), '1', object(ExecutionContext)) 
in vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php at line 154   + 
at RecursiveContextualValidator ->validate (object(Form), null, array('Default')) 
in vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveValidator.php at line 134   + 
at RecursiveValidator ->validate (object(Form)) 
in vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/EventListener/ValidationListener.php at line 68   + 
at ValidationListener ->validateForm (object(FormEvent), 'form.post_bind', object(EventDispatcher)) 
at call_user_func (array(object(ValidationListener), 'validateForm'), object(FormEvent), 'form.post_bind', object(EventDispatcher)) 
in app/cache/dev/classes.php at line 1853   + 
at EventDispatcher ->doDispatch (array(array(object(ValidationListener), 'validateForm'), array(object(DataCollectorListener), 'postSubmit')), 'form.post_bind', object(FormEvent)) 
in app/cache/dev/classes.php at line 1771   + 
at EventDispatcher ->dispatch ('form.post_bind', object(FormEvent)) 
in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php at line 43   + 
at ImmutableEventDispatcher ->dispatch ('form.post_bind', object(FormEvent)) 
in vendor/symfony/symfony/src/Symfony/Component/Form/Form.php at line 660   + 
at Form ->submit (array()) 
in app/cache/dev/classes.php at line 12154   + 
at Datagrid ->buildPager () 
in app/cache/dev/classes.php at line 12247   + 
at Datagrid ->getForm () 
in vendor/sonata-project/admin-bundle/Controller/CRUDController.php at line 217   + 
at CRUDController ->listAction () 
at call_user_func_array (array(object(CRUDController), 'listAction'), array()) 
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 139   + 
at HttpKernel ->handleRaw (object(Request), '1') 
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 62   + 
at HttpKernel ->handle (object(Request), '1', true) 
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php at line 69   + 
at ContainerAwareHttpKernel ->handle (object(Request), '1', true) 
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php at line 185   + 
at Kernel ->handle (object(Request)) 
in web/app_dev.php at line 30   + 

Logs - 1 error

INFO - The Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceList class is deprecated since version 2.7 and will be removed in 3.0. Use Symfony\Component\Form\ChoiceList\ArrayChoiceList instead. 
INFO - The Symfony\Component\Form\Extension\Core\ChoiceList\SimpleChoiceList class is deprecated since version 2.7 and will be removed in 3.0. Use Symfony\Component\Form\ChoiceList\ArrayChoiceList instead. 
INFO - Matched route "admin_cocorico_core_listing_list". 
DEBUG - Read existing security token from the session. 
DEBUG - SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.email AS email_3, t0.email_canonical AS email_canonical_4, t0.enabled AS enabled_5, t0.salt AS salt_6, t0.password AS password_7, t0.last_login AS last_login_8, t0.locked AS locked_9, t0.expired AS expired_10, t0.expires_at AS expires_at_11, t0.confirmation_token AS confirmation_token_12, t0.password_requested_at AS password_requested_at_13, t0.roles AS roles_14, t0.credentials_expired AS credentials_expired_15, t0.credentials_expire_at AS credentials_expire_at_16, t0.id AS id_17, t0.person_type AS person_type_18, t0.company_name AS company_name_19, t0.last_name AS last_name_20, t0.first_name AS first_name_21, t0.phone_prefix AS phone_prefix_22, t0.phone AS phone_23, t0.birthday AS birthday_24, t0.nationality AS nationality_25, t0.country_of_residence AS country_of_residence_26, t0.profession AS profession_27, t0.iban AS iban_28, t0.bic AS bic_29, t0.bank_owner_name AS bank_owner_name_30, t0.bank_owner_address AS bank_owner_address_31, t0.annual_income AS annual_income_32, t0.phone_verified AS phone_verified_33, t0.email_verified AS email_verified_34, t0.id_card_verified AS id_card_verified_35, t0.nb_bookings_offerer AS nb_bookings_offerer_36, t0.nb_bookings_asker AS nb_bookings_asker_37, t0.fee_as_asker AS fee_as_asker_38, t0.fee_as_offerer AS fee_as_offerer_39, t0.average_rating_as_asker AS average_rating_as_asker_40, t0.average_rating_as_offerer AS average_rating_as_offerer_41, t0.mother_tongue AS mother_tongue_42, t0.answer_delay AS answer_delay_43, t0.slug AS slug_44, t0.createdAt AS createdAt_45, t0.updatedAt AS updatedAt_46, t47.id AS id_48, t47.facebook_id AS facebook_id_49, t47.link AS link_50, t47.last_name AS last_name_51, t47.first_name AS first_name_52, t47.birthday AS birthday_53, t47.address AS address_54, t47.verified AS verified_55, t47.location AS location_56, t47.location_id AS location_id_57, t47.hometown AS hometown_58, t47.hometown_id AS hometown_id_59, t47.gender AS gender_60, t47.locale AS locale_61, t47.timezone AS timezone_62, t47.nb_friends AS nb_friends_63, t47.picture AS picture_64, t47.createdAt AS createdAt_65, t47.updatedAt AS updatedAt_66, t47.user_id AS user_id_67 FROM `user` t0 LEFT JOIN `user_facebook` t47 ON t47.user_id = t0.id WHERE t0.id = ? LIMIT 1 
DEBUG - SELECT t0.description AS description_1, t0.locale AS locale_2, t0.id AS id_3, t0.translatable_id AS translatable_id_4, t5.username AS username_6, t5.username_canonical AS username_canonical_7, t5.email AS email_8, t5.email_canonical AS email_canonical_9, t5.enabled AS enabled_10, t5.salt AS salt_11, t5.password AS password_12, t5.last_login AS last_login_13, t5.locked AS locked_14, t5.expired AS expired_15, t5.expires_at AS expires_at_16, t5.confirmation_token AS confirmation_token_17, t5.password_requested_at AS password_requested_at_18, t5.roles AS roles_19, t5.credentials_expired AS credentials_expired_20, t5.credentials_expire_at AS credentials_expire_at_21, t5.id AS id_22, t5.person_type AS person_type_23, t5.company_name AS company_name_24, t5.last_name AS last_name_25, t5.first_name AS first_name_26, t5.phone_prefix AS phone_prefix_27, t5.phone AS phone_28, t5.birthday AS birthday_29, t5.nationality AS nationality_30, t5.country_of_residence AS country_of_residence_31, t5.profession AS profession_32, t5.iban AS iban_33, t5.bic AS bic_34, t5.bank_owner_name AS bank_owner_name_35, t5.bank_owner_address AS bank_owner_address_36, t5.annual_income AS annual_income_37, t5.phone_verified AS phone_verified_38, t5.email_verified AS email_verified_39, t5.id_card_verified AS id_card_verified_40, t5.nb_bookings_offerer AS nb_bookings_offerer_41, t5.nb_bookings_asker AS nb_bookings_asker_42, t5.fee_as_asker AS fee_as_asker_43, t5.fee_as_offerer AS fee_as_offerer_44, t5.average_rating_as_asker AS average_rating_as_asker_45, t5.average_rating_as_offerer AS average_rating_as_offerer_46, t5.mother_tongue AS mother_tongue_47, t5.answer_delay AS answer_delay_48, t5.slug AS slug_49, t5.createdAt AS createdAt_50, t5.updatedAt AS updatedAt_51 FROM user_translation t0 LEFT JOIN `user` t5 ON t0.translatable_id = t5.id WHERE t0.translatable_id = ? 
DEBUG - User was reloaded from a user provider. 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Lexik\Bundle\CurrencyBundle\EventListener\LocaleListener::setCurrencyFormatterLocale". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Cocorico\CoreBundle\Listener\UserTypeCookieListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "SimpleThings\EntityAudit\Request\CurrentUserListener::handle". 
DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". 
DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". 
DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". 
DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". 
DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". 
DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController". 
DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". 
INFO - Returning a type name from Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension::getExtendedType() is deprecated since version 2.8 and will be removed in 3.0. Return the fully-qualified type class name instead. 
INFO - Accessing type "form" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\FormType" instead. 
INFO - Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension: The FormTypeExtensionInterface::setDefaultOptions() method is deprecated since version 2.7 and will be removed in 3.0. Use configureOptions() instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0. 
INFO - Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension: The FormTypeExtensionInterface::setDefaultOptions() method is deprecated since version 2.7 and will be removed in 3.0. Use configureOptions() instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0. 
INFO - Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension: The FormTypeExtensionInterface::setDefaultOptions() method is deprecated since version 2.7 and will be removed in 3.0. Use configureOptions() instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0. 
INFO - Accessing type "hidden" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\HiddenType" instead. 
INFO - Sonata\AdminBundle\Form\Type\Filter\DefaultType: The FormTypeInterface::getName() method is deprecated since version 2.8 and will be removed in 3.0. Remove it from your classes. Use getBlockPrefix() if you want to customize the template block prefix. This method will be added to the FormTypeInterface with Symfony 3.0. 
INFO - Accessing type "sonata_type_filter_default" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Sonata\AdminBundle\Form\Type\Filter\DefaultType" instead. 
INFO - Sonata\AdminBundle\Form\Type\Filter\DefaultType: The FormTypeInterface::setDefaultOptions() method is deprecated since version 2.7 and will be removed in 3.0. Use configureOptions() instead. This method will be added to the FormTypeInterface with Symfony 3.0. 
INFO - Sonata\AdminBundle\Form\Type\Filter\ChoiceType: The FormTypeInterface::getName() method is deprecated since version 2.8 and will be removed in 3.0. Remove it from your classes. Use getBlockPrefix() if you want to customize the template block prefix. This method will be added to the FormTypeInterface with Symfony 3.0. 
INFO - Accessing type "sonata_type_filter_choice" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Sonata\AdminBundle\Form\Type\Filter\ChoiceType" instead. 
INFO - Sonata\AdminBundle\Form\Type\Filter\ChoiceType: The FormTypeInterface::setDefaultOptions() method is deprecated since version 2.7 and will be removed in 3.0. Use configureOptions() instead. This method will be added to the FormTypeInterface with Symfony 3.0. 
INFO - Accessing type "sonata_type_filter_choice" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Sonata\AdminBundle\Form\Type\Filter\ChoiceType" instead. 
INFO - Accessing type "sonata_type_filter_default" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Sonata\AdminBundle\Form\Type\Filter\DefaultType" instead. 
INFO - Accessing type "sonata_type_filter_choice" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Sonata\AdminBundle\Form\Type\Filter\ChoiceType" instead. 
INFO - Accessing type "sonata_type_filter_default" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Sonata\AdminBundle\Form\Type\Filter\DefaultType" instead. 
INFO - Accessing type "sonata_type_filter_default" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Sonata\AdminBundle\Form\Type\Filter\DefaultType" instead. 
INFO - Accessing type "sonata_type_filter_default" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Sonata\AdminBundle\Form\Type\Filter\DefaultType" instead. 
INFO - Accessing type "sonata_type_filter_default" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Sonata\AdminBundle\Form\Type\Filter\DefaultType" instead. 
INFO - Accessing type "sonata_type_filter_default" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Sonata\AdminBundle\Form\Type\Filter\DefaultType" instead. 
INFO - Accessing type "sonata_type_filter_default" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Sonata\AdminBundle\Form\Type\Filter\DefaultType" instead. 
INFO - Accessing type "hidden" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\HiddenType" instead. 
INFO - Accessing type "hidden" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\HiddenType" instead. 
INFO - Accessing type "hidden" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\HiddenType" instead. 
INFO - Accessing type "hidden" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\HiddenType" instead. 
INFO - Accessing type "text" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\TextType" instead. 
INFO - Accessing type "choice" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\ChoiceType" instead. 
INFO - The value "false" for the "choices_as_values" option of the "choice" form type (Symfony\Component\Form\Extension\Core\Type\ChoiceType) is deprecated since version 2.8 and will not be supported anymore in 3.0. Set this option to "true" and flip the contents of the "choices" option instead. 
INFO - The Symfony\Component\Form\ChoiceList\ArrayKeyChoiceList class is deprecated since version 2.8 and will be removed in 3.0. Use Symfony\Component\Form\ChoiceList\ArrayChoiceList instead. 
INFO - Accessing type "text" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\TextType" instead. 
INFO - Accessing type "choice" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\ChoiceType" instead. 
INFO - The value "false" for the "choices_as_values" option of the "choice" form type (Symfony\Component\Form\Extension\Core\Type\ChoiceType) is deprecated since version 2.8 and will not be supported anymore in 3.0. Set this option to "true" and flip the contents of the "choices" option instead. 
INFO - Accessing type "text" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\TextType" instead. 
INFO - Accessing type "choice" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\ChoiceType" instead. 
INFO - Accessing type "sonata_type_equal" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Sonata\CoreBundle\Form\Type\EqualType" instead. 
INFO - The value "false" for the "choices_as_values" option of the "choice" form type (Symfony\Component\Form\Extension\Core\Type\ChoiceType) is deprecated since version 2.8 and will not be supported anymore in 3.0. Set this option to "true" and flip the contents of the "choices" option instead. 
INFO - Accessing type "entity" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Bridge\Doctrine\Form\Type\EntityType" instead. 
INFO - Accessing type "choice" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\ChoiceType" instead. 
INFO - The value "false" for the "choices_as_values" option of the "choice" form type (Symfony\Component\Form\Extension\Core\Type\ChoiceType) is deprecated since version 2.8 and will not be supported anymore in 3.0. Set this option to "true" and flip the contents of the "choices" option instead. 
INFO - Accessing type "choice" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\ChoiceType" instead. 
INFO - Accessing type "hidden" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\HiddenType" instead. 
INFO - Accessing type "date" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\DateType" instead. 
INFO - Accessing type "sonata_type_date_picker" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Sonata\CoreBundle\Form\Type\DatePickerType" instead. 
INFO - Accessing type "hidden" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\HiddenType" instead. 
INFO - Accessing type "sonata_type_date_picker" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Sonata\CoreBundle\Form\Type\DatePickerType" instead. 
INFO - Accessing type "choice" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\ChoiceType" instead. 
INFO - The value "false" for the "choices_as_values" option of the "choice" form type (Symfony\Component\Form\Extension\Core\Type\ChoiceType) is deprecated since version 2.8 and will not be supported anymore in 3.0. Set this option to "true" and flip the contents of the "choices" option instead. 
INFO - Accessing type "text" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\TextType" instead. 
INFO - Accessing type "choice" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\ChoiceType" instead. 
INFO - The value "false" for the "choices_as_values" option of the "choice" form type (Symfony\Component\Form\Extension\Core\Type\ChoiceType) is deprecated since version 2.8 and will not be supported anymore in 3.0. Set this option to "true" and flip the contents of the "choices" option instead. 
INFO - Accessing type "text" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\TextType" instead. 
INFO - Accessing type "sonata_type_equal" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Sonata\CoreBundle\Form\Type\EqualType" instead. 
INFO - The value "false" for the "choices_as_values" option of the "choice" form type (Symfony\Component\Form\Extension\Core\Type\ChoiceType) is deprecated since version 2.8 and will not be supported anymore in 3.0. Set this option to "true" and flip the contents of the "choices" option instead. 
INFO - Accessing type "entity" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Bridge\Doctrine\Form\Type\EntityType" instead. 
INFO - Accessing type "sonata_type_equal" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Sonata\CoreBundle\Form\Type\EqualType" instead. 
INFO - The value "false" for the "choices_as_values" option of the "choice" form type (Symfony\Component\Form\Extension\Core\Type\ChoiceType) is deprecated since version 2.8 and will not be supported anymore in 3.0. Set this option to "true" and flip the contents of the "choices" option instead. 
INFO - Accessing type "entity" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Bridge\Doctrine\Form\Type\EntityType" instead. 
CRITICAL - Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: count(): Parameter must be an array or an object that implements Countable" at /cocorico/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php line 740 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Lexik\Bundle\CurrencyBundle\EventListener\LocaleListener::setCurrencyFormatterLocale". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Cocorico\CoreBundle\Listener\UserTypeCookieListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "Knp\Bundle\MenuBundle\EventListener\VoterInitializerListener::onKernelRequest". 
DEBUG - Notified event "kernel.request" to listener "SimpleThings\EntityAudit\Request\CurrentUserListener::handle". 
INFO - The possibility to register the same extension twice ("Text") is deprecated since version 1.23 and will be removed in Twig 2.0. Use proper PHP inheritance instead. 
INFO - The "security.context" service is deprecated since Symfony 2.6 and will be removed in 3.0. 
INFO - The Symfony\Component\Security\Core\SecurityContext class is deprecated since version 2.6 and will be removed in 3.0. Use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage or Symfony\Component\Security\Core\Authorization\AuthorizationChecker instead. 
DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". 
DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". 
DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". 
DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". 
DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". 
DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController". 
DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". 

Stack Trace (Plain Text) -

[1] Symfony\Component\Debug\Exception\ContextErrorException: Warning: count(): Parameter must be an array or an object that implements Countable
    at n/a
        in /cocorico/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php line 740

    at Symfony\Component\Debug\ErrorHandler->handleError('2', 'count(): Parameter must be an array or an object that implements Countable', '/cocorico/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php', '740', array('value' => object(OrderedHashMap), 'object' => object(Form), 'cacheKey' => '0000000026ace9d7000000005ef9bc0d:children', 'metadata' => object(PropertyMetadata), 'propertyPath' => 'children', 'groups' => array('Default'), 'cascadedGroups' => null, 'traversalStrategy' => '1', 'context' => object(ExecutionContext), 'group' => 'Default', 'key' => '0', 'cascadingStrategy' => '2'))
        in  line 

    at count(null)
        in /cocorico/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php line 740

    at Symfony\Component\Validator\Validator\RecursiveContextualValidator->validateGenericNode(object(OrderedHashMap), object(Form), '0000000026ace9d7000000005ef9bc0d:children', object(PropertyMetadata), 'children', array('Default'), null, '1', object(ExecutionContext))
        in /cocorico/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php line 608

    at Symfony\Component\Validator\Validator\RecursiveContextualValidator->validateClassNode(object(Form), '0000000026ace9d7000000005ef9bc0d', object(ClassMetadata), '', array('Default'), null, '1', object(ExecutionContext))
        in /cocorico/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php line 364

    at Symfony\Component\Validator\Validator\RecursiveContextualValidator->validateObject(object(Form), '', array('Default'), '1', object(ExecutionContext))
        in /cocorico/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php line 154

    at Symfony\Component\Validator\Validator\RecursiveContextualValidator->validate(object(Form), null, array('Default'))
        in /cocorico/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/RecursiveValidator.php line 134

    at Symfony\Component\Validator\Validator\RecursiveValidator->validate(object(Form))
        in /cocorico/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/EventListener/ValidationListener.php line 68

    at Symfony\Component\Form\Extension\Validator\EventListener\ValidationListener->validateForm(object(FormEvent), 'form.post_bind', object(EventDispatcher))
        in  line 

    at call_user_func(array(object(ValidationListener), 'validateForm'), object(FormEvent), 'form.post_bind', object(EventDispatcher))
        in /cocorico/app/cache/dev/classes.php line 1853

    at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(array(object(ValidationListener), 'validateForm'), array(object(DataCollectorListener), 'postSubmit')), 'form.post_bind', object(FormEvent))
        in /cocorico/app/cache/dev/classes.php line 1771

    at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('form.post_bind', object(FormEvent))
        in /cocorico/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php line 43

    at Symfony\Component\EventDispatcher\ImmutableEventDispatcher->dispatch('form.post_bind', object(FormEvent))
        in /cocorico/vendor/symfony/symfony/src/Symfony/Component/Form/Form.php line 660

    at Symfony\Component\Form\Form->submit(array())
        in /cocorico/app/cache/dev/classes.php line 12154

    at Sonata\AdminBundle\Datagrid\Datagrid->buildPager()
        in /cocorico/app/cache/dev/classes.php line 12247

    at Sonata\AdminBundle\Datagrid\Datagrid->getForm()
        in /cocorico/vendor/sonata-project/admin-bundle/Controller/CRUDController.php line 217

    at Sonata\AdminBundle\Controller\CRUDController->listAction()
        in  line 

    at call_user_func_array(array(object(CRUDController), 'listAction'), array())
        in /cocorico/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php line 139

    at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), '1')
        in /cocorico/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php line 62

    at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), '1', true)
        in /cocorico/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php line 69

    at Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle(object(Request), '1', true)
        in /cocorico/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php line 185

    at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
        in /cocorico/web/app_dev.php line 30

Please help me
My project is stopped because of these errors, I need a lot of progress in my project.

Unfortunately I still do not have enough knowledge in the cocorico to be able to solve this problem alone.

Thanks again!

Questions about how it works

Hi !

We use cocorico for a school project and we have some questions about how it works.

We installed cocorico with docker and everything went well but we are technically limited. Can you help us by answering these questions :

  • How to access the Mongodb database ?
  • Is there a configuration for sending mail ? Forgotten password for example.
  • Can we connect COCORICO to a mobile application via a webservice or other means ?

Your help would be very precious for us.

Thanks !

Change config files

I had to change the following in folder supervisord.d:

stdout_logfile = tmp/cocorico.log
to
stdout_logfile = /tmp/cocorico.log

stdout_logfile = tmp/mongo.log
to
stdout_logfile = /tmp/mongo.log

stdout_logfile = tmp/mysql.log
to
stdout_logfile = /tmp/mysql.log

"File not found" revisited

I refer to the former issue posted here: #25

We installed Cocorico through Docker on a brand new CentOS virtual server. All installations seem to work perfectly without any error messages. We also tried changing cocorico_core.assets_base_urls: in the app/config/parameters.yml but this does not seem to help at all.

Does anybody have any other ideas on how to fix this issue? Or is it required to install other things on the clean Linux OS before even trying to install Cocorico with the docker package?

parameters:
database_host: 217.19.239.128
database_port: null
database_name: cocorico
database_user: cocorico
database_password: cocorico
mongodb_server: 'mongodb://localhost:27017'
mongodb_database_name: cocorico
mailer_transport: smtp
mailer_host: localhost
mailer_user: null
mailer_password: null
mailer_port: null
secret: d69958a4fff6ba8f0f4fc4fc2657366ccf9dd0f3
use_assetic_controller: false
cocorico.assets_base_urls: 'http://217.19.239.128'
router.request_context.host: 217.19.239.128

Mysql connection error

Hello +1 for @wasbhs issue.
I'm running docker on Mac too. And i'm having the same error

SQLSTATE[HY000] [2002] No such file or directory

Thank you for your support and gr8 job

how to delete a language in a cocorico installation with deocker

Bug report? | [ ]
Feature request? | [ ]
Support request? | [ X ]

Hello, I need to leave only one language in my copy of cocorico for now. So I need to delete one of the application's default languages. How can I do this?

I have an installation with the docker on Ubuntu 18.04

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.