Closed saymouMb closed 4 years ago
Same here on a LAMP with php 7.2. Symfony 4.2 and Sonata Admin " The file "api_form_no_driver.xml" does not exist (in: /var/www/app/vendor/sonata-project/media-bundle/src/DependencyInjection/../Resources/config). "
For now I've made it work, making an empty api_form_no_driver.xml under:
vendor/sonata-project/media-bundle/src/Resources/config
`<?xml version="1.0" encoding="UTF-8"?>
@simonberton fresh install too, or did you upgrade?
Fresh install. Removed this bundle and used the vich uploaded instead
One has to choose a db_driver:
# config/packages/sonata.yaml
sonata_media:
db_driver: doctrine_orm # or doctrine_mongodb, doctrine_phpcr it is mandatory to choose one here
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Environment
LAMP
Sonata packages
$ php -v