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

Login Facebook error #779

Closed
datnq201088 opened this issue Apr 18, 2017 · 2 comments
Closed

Login Facebook error #779

datnq201088 opened this issue Apr 18, 2017 · 2 comments

Comments

@datnq201088
Copy link

datnq201088 commented Apr 18, 2017

I had the error when I installed verion 2.9.2.

Error: require_once(): Failed opening required '/www/html/project/app/Vendor/hybridauth/hybridauth/hybridauth/Hybrid/thirdparty/Facebook/autoload.php' 

I have read #760 but I've NOT fixed it. I installed by composer. Here are project paths:

-- app/Vendor/hybridauth/hybridauth/hybridauth/
-- app/Vendor/facebook/graph-sdk/src/Facebook/autoload.php
-- app/Vendor/autoload.php
-- app/composer.json
-- app/composer.lock

When I had set path_vendor for config. But I see path_vendor has overwrite on Line 76 file Auth.php. So it does not use my path_vendor config.

	$config["path_vendor"] = realpath(dirname(__FILE__) . "/../../vendor");

=> How can I config path_vendor right way?

@ApacheEx
Copy link
Member

ApacheEx commented Apr 18, 2017

First of all, I see Vendor, should be vendor. You can read installation guide here.
#776, this PR should fix your problem, so path_vedor is unnecessary.

right now all fixes in v2.9.3-dev

@StorytellerCZ StorytellerCZ added this to the 2.x milestone Apr 18, 2017
@datnq201088
Copy link
Author

@ApacheEx
Thank you so much. I see. I wait the new realease.

aWuttig added a commit to portrino/px_hybrid_auth that referenced this issue Apr 18, 2017
…age to "2.9.1" instead of "~2.9.1" to prevent the bug described in hybridauth/hybridauth#779
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants