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

arthurcoulston’s picture

Subscribing. Same error for me. I'll let you know if I figure it out.

arthurcoulston’s picture

I 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.