MyBB Community Forums

Full Version: Extended Useradmininfo plugin error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am getting this error when I have the Extended Useradmininfo plugin activated:
[Image: mYGiP2D.png]

Quote:The following warnings occurred:
Warning [2] file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? - Line: 111 - File: inc/functions_extendeduseradmininfos.php PHP 5.5.35 (Linux)

/inc/functions_extendeduseradmininfos.php --line-> 111 --error-> file_get_contents
/inc/plugins/extendeduseradmininfos.php --line-> 275 --error-> getGeoInformations
/inc/class_plugins.php --line-> 139 --error-> extendeduseradmininfos_get_info
/member.php --line-> 1905 --error-> pluginSystem->run_hooks

Warning [2] file_get_contents(https://geoip.florian-berger.info/api.ph....56.17.248): failed to open stream: No such file or directory - Line: 111 - File: inc/functions_extendeduseradmininfos.php PHP 5.5.35 (Linux)

/inc/functions_extendeduseradmininfos.php --line-> 111 --error-> file_get_contents
/inc/plugins/extendeduseradmininfos.php --line-> 275 --error-> getGeoInformations
/inc/class_plugins.php --line-> 139 --error-> extendeduseradmininfos_get_info
/member.php --line-> 1905 --error-> pluginSystem->run_hooks

EDIT: Regarding the second warning: the URL does work and that page does exist, so I don't know why that error is even happening.

Any ideas on how to fix this?
are you using its latest version ? see this reply
Yes, I just updated it using the method that is described on the plugin's mod page.
looks like required api is not working again! plugin coder has to fix it again ..
It seems to be working for me when I go to the URL that's included in the error: https://geoip.florian-berger.info/api.ph....56.17.248
when I checked it few minutes ago it was redirecting to geoip subfolder. now it seems working.
may be plugin coder is working on it ..
For me the mentioned url wont work https://geoip.florian-berger.info/geoip/api.php
[Image: cbd6396e88c34175a669f5a2f7affd5c.png]
(2016-05-06, 06:45 PM)Donald_Duck Wrote: [ -> ]For me the mentioned url wont work https://geoip.florian-berger.info/geoip/api.php
[Image: cbd6396e88c34175a669f5a2f7affd5c.png]

That's because the API URL is https://geoip.florian-berger.info/api.php
(2016-05-06, 07:18 PM)MI-6 Wrote: [ -> ]
(2016-05-06, 06:45 PM)Donald_Duck Wrote: [ -> ]For me the mentioned url wont work https://geoip.florian-berger.info/geoip/api.php
[Image: cbd6396e88c34175a669f5a2f7affd5c.png]

That's because the API URL is https://geoip.florian-berger.info/api.php

Yes, i guess author needs to update his plugin download page with above url instead the one i posted.
Hello,

when I am testing the plugin it works without any problems on different servers. The problem on the thread starters board is occurring because your server does not support calls to https pages.

Maybe I am providing an update soon which contains the full API and GEO data. That would solve all the problems of this kind.

(2016-05-06, 06:45 PM)Donald_Duck Wrote: [ -> ]For me the mentioned url wont work https://geoip.florian-berger.info/geoip/api.php
How do you get this url? This url construct was never used.