tzunghaor / settings-bundle

Symfony bundle for storing settings in database with editor GUI
MIT License
4 stars 1 forks source link

Non-existent service while installing bundle #11

Open scannerGT opened 9 months ago

scannerGT commented 9 months ago

Hi. I just found this bundle - looks interesting, but when I try to install it, I have error:

Configuring tzunghaor/settings-bundle (>=0.13): From auto-generated recipe Executing script cache:clear [KO] [KO] Script cache:clear returned with error code 1 !!
!! In CheckExceptionOnInvalidReferenceBehaviorPass.php line 88: !!
!! The service "doctrine.orm.default_annotation_metadata_driver" has a depende
!! ncy on a non-existent service "doctrine.orm.metadata.annotation_reader".
!!
!!
!!
Script @auto-scripts was called via post-update-cmd

tzunghaor commented 9 months ago

Hi. I'm planning to drop php 7 and annotation support, hopefully that will solve this issue. But I won't have time for that this year.

scannerGT commented 9 months ago

Thanks for the answer. In that case I'll wait for the new release, because so far I haven't caught anything more suited to my needs than this package :)

tzunghaor commented 9 months ago

I've just made made a new release 0.14 - I converted doctrine annotations to attributes in it, I hope this will solve this issue.