By jasonmcd on
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "entity.manager". in Drupal\Component\DependencyInjection\Container->get() (line 156 of /home/jasonmcd/public_html/core/lib/Drupal/Component/DependencyInjection/Container.php).
This seems to be an error with the EXIF module in Drupal 9.2. It's the exif 8.x-2.x-dev version. EXIF has some sort of a patch, but I have no idea how to apply that patch. I tried in Composer and there it asks for what file to patch, and I have no idea where the patch goes.
I just installed Composer and this is the first 24 hours of using it.
Thank you!
Comments
One patch is here: https:/
One patch is here: https://www.drupal.org/project/exif/issues/3172682 Here is the tutorial about applying patches via composer: "Apply Drupal 8 Patch by Composer without update Drupal Core". Also, you may try to apply the patch manually.
It worked, but new error
Thanks! I was able to patch the EXIF module. But now when I try to pull metadata from an image, I get this error:
You can search for how to
You can search for how to enable exec (), here are a couple of links:
https://www.namecheap.com/support/knowledgebase/article.aspx/9396/2219/h...
https://www.cyberciti.biz/faq/linux-unix-apache-lighttpd-phpini-disable-...
In php.ini, disable_functions isn't set to anything
Thanks!
Found Exec()
Okay my provider gave me the correct file to edit php.ini. I didn't realize there were so many possibilities for editing that code.