-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
handler dependent on social plugin #4199
Comments
|
@Deltik A new social login handler in |
|
Never mind. Upon reviewing the code I wrote, I violated the Law of Demeter by making |
e107/e107_handlers/user_handler.php
Line 1113 in 94dbbb0
This line requires a file from social plugin. This means that even if you are not using this plugin, you cannot delete it from the plugins folder or the system will crash.
Error shown when deleting social plugin:
Fatal error: require_once(): Failed opening required '../e107_plugins/social/includes/social_login_config.php' (include_path='.;C:/*/php/pear') in C:*\e107_handlers\user_handler.php on line 1113
The text was updated successfully, but these errors were encountered: