-
When I try to update schema then I got this error. When I look inside my vendors Sylius folder I did not find any component folder there. It seem that composer did not download this because I searched…
-
Hello,
Composer throws a warning during update:
> Warning: Ambiguous class resolution, "Sonata\MediaBundle\PHPCR\GalleryHasMediaRepository"
> was found in both "/home/evodev/apps/shared/vendor/sona…
-
I install Sonata admin Bundle, create controller extends Admin. In another controller for image I use
```
$url = sprintf(
'%s%s',
$this->container->getParameter('acme_storage…
-
On this job: https://travis-ci.org/sonata-project/SonataMediaBundle/jobs/66775118#L244
Can't figure out why and can't reproduce it on my local.
@rande any idea?
-
Hi,
I wanted to try your bundle doctrine and returns an error when I put the scheme to date, saying that the type "json" does not exist.
https://github.com/sonata-project/SonataMediaBundle/blob/mast…
-
Hiya,
is there already a working build for SoantaAdmin 2.4?
Unfortunately i can't get it to work because of the dependency to the classification Bundle.
```
"require": {
"php": ">=5.3.3",
…
-
For a YouTube input field, a user could input the following types of URLs:
Browser URL - http://www.youtube.com/watch?v=J---aiyznGQ
Share URL - http://youtu.be/J---aiyznGQ
When a media object is tra…
-
Seems like there's an issue with the 'sonata_type_collection' type. Let's imagine the following example (this is just a fictional example, but the scenario is exactly the same as what I have in my rea…
-
Hello everyone,
I'm trying to serialize a media by NOT using sonata api routing. I do not want to use the original api routing because I have made an "api generator" which uses a "/" syntax (like a "…
-
When I try to add a new video from youtube, form returns me two errors:
This value should not be null
This value should not be empty
This is a screenshot of the error: http://i.gyazo.com/776749c3f8a…