Active
Project:
Janrain Social Login
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2011 at 18:38 UTC
Updated:
1 Mar 2011 at 01:18 UTC
I researched this error message a bit, and tried to modify my php.ini file to allow url file-access, but still get this error msg? I am anxious to try this out...
Thanks
warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/clients/websites/w_gifts/public_html/gifts/sites/all/modules/rpx/rpx.class.php on line 68.
warning: file_get_contents(https://easy-join.rpxnow.com/openid/ui_config) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/clients/websites/w_gifts/public_html/gifts/sites/all/modules/rpx/rpx.class.php on line 68.
Comments
Comment #1
arthurcoulston commentedSubscribing. Same error for me. I'll let you know if I figure it out.
Comment #2
arthurcoulston commentedI believe this is caused by having php's allow_url_fopen setting disabled on your server. This prevents the https wrapper from being available, or something like that.
You can enable allow_url_fopen in your php.ini file and this should error should go away. Not sure of other repercussions of this so know what you are changing before you change it.