-
Hi,
Perhaps you already have a solution for this, or could guide me into the right direction. In our application some entities can be cloned. At the moment when we clone an object the fileName proper…
-
### Environment
Windows 7 with wamp64
#### Sonata packages
sonata-project/admin-bundle 3.10.0 The missing Symfony Admin Generator
sonata-project/block-bundle …
-
I have a weird error. I use SonataAdmin and SonataMedia Bundles on 2 sites (with Symfony 2.1 and Sonata master branches). In one of these pages SonataMedia works well.
In the other one I get this err…
-
For reasons that I'm still not able to determine, certain users (a minority) of my system using SonataAdminBundle and SonataMediaBundle aren't able to work with the newest versions after I upgraded to…
-
Hi,
I get an issue with generating media public URL.
$media->setContext('comment');
$provider = $this->get($media->getProviderName());
$provider->generatePublicUrl($media, 'smallthumbnail'); => '/u…
-
I just install the bundle and follow the doc.
But while executing `php app/console as:du --env=prod`
I get `Application\Sonata\ClassificationBundle not found ...`
I fixed it by following the`#step-4-s…
-
Hi there, I just included the SonataFormatterBundle in one of our projects and I noticed that there is a hard dependency on the SonataMediaBundle. Is there any way around this by changing the configur…
-
please fix... issue is line 499
_/vendor/sonata-project/medi
a-bundle/Resources/translations/SonataMediaBundle.en.xliff": Premature end of data in tag
xliff line 2_
**Left/target>**
-
Resources/config/gaufrette.xml does not validate against symfony service schema vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd in XmlUtils…
-
I'm using sonata_type_collection to create multiple inline photos for page:
```
$formMapper
->add('title', 'text', array('label' => 'Page title'))
->add('images','sonata_type_collection', array('labe…