Results 260 comments of webDEVILopers

I have the same problem after deploying with Capifony too. I get a blank page and the `prod.log` says: ``` The directory ".../app/cache/prod/jms_serializer" is not writable. at .../shared/vendor/jms/metadata/src/Metadata/Cache/FileCache.php:17 ``` The...

This is still a problem when deploying the app with Capistrano v3, v3 or Capifony and Symfony **2.7**. Any fixes @schmittjoh? Unfortunately I can not use `acl` that's why this...

In the end - since I cannot use `acl` on @freeBSD and `chmod` did not solve this issue - I had to do worst practice: http://symfony.com/doc/current/book/installation.html#checking-symfony-application-configuration-and-setup ``` php #!/usr/bin/env php

:+1: Nice catch @Lughino !

I'm thinking about a location search where you choose your country and then type a postal code or city name. This could then easily be achieved by using your bundles...

I had the same error message "Misuse of shell builtins" in #36 @markitosgv . It means that you could be using to many relative path infos e.g. "../". Could you...

:+1: Fixes https://github.com/ddeboer/data-import/issues/188.

As mentioned in https://github.com/ddeboer/data-import/issues/188#issuecomment-93343799 I was wondering why the fix worked. My issue looked more like a reading - not writing - issue in https://github.com/ddeboer/data-import/issues/188. I will try the same...

I played around with the `xlsx` file. I removed some lines and tried again. After some attempts it looks like my script will break every 20 items. Is there a...

I'm currently not working on that project but this looks like the main issue, thanks @Baachi . Is this behaviour documented anywhere? Is it a real use case regarding my...