Skip to content
New issue

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

Class 'Raven_Client' not found #3

Open
MunirajM opened this issue Jan 6, 2018 · 2 comments
Open

Class 'Raven_Client' not found #3

MunirajM opened this issue Jan 6, 2018 · 2 comments

Comments

@MunirajM
Copy link

MunirajM commented Jan 6, 2018

Hi,

I have installed the extension without composer method and added 'raven_dns' to app/etc/env.php file. When I run the php bin/magento setup:upgrade command, I am getting the below error,

Class 'Raven_Client' not found in /var/www/html/M2/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php on line 93

Could you please let me know if I missing something?

Thanks

@laoliu13
Copy link

@MunirajM

  1. composer require "sentry/sentry", php bin/magento setup:upgrade
  2. namespace not found : require_once '/path/to/Raven/library/Raven/Autoloader.php'; Raven_Autoloader::register();

@muhkuh2005
Copy link

muhkuh2005 commented Feb 20, 2019

This Repository does not seem to be maintained anymore.
"Raven" has been renamed to "Sentry" and therefore the class calls do fail for the old name usage.
Edit: Most classes are still named raven for the time being... :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants