We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed version 2.0.4 and every time I call method convert I get following exception:
Attempted to load class "MetadataFactory" from namespace "Metadata". Did you forget a "use" statement for another namespace?
In version 2.0.3 it worked.
While debugging I noticed that in your service.yml you refer to classes (FileCache, MetadataFactory), which do not exist in your code:
snowcap_im.metadata.cache: class: Metadata\Cache\FileCache public: false arguments: - {} snowcap_im.metadata.mogrify_factory: class: Metadata\MetadataFactory public: false arguments: [@snowcap_im.metadata.mogrify_driver] calls: - [setCache, ["@snowcap_im.metadata.cache"]]
The text was updated successfully, but these errors were encountered:
same problem, but exception called everywhere. Im downgrade to 2.0.3 version and have no problem.
Sorry, something went wrong.
They are missing the Metadata library library in the composer file (https://github.com/schmittjoh/metadata/).
No branches or pull requests
I installed version 2.0.4 and every time I call method convert I get following exception:
In version 2.0.3 it worked.
While debugging I noticed that in your service.yml you refer to classes (FileCache, MetadataFactory), which do not exist in your code:
The text was updated successfully, but these errors were encountered: