file_get_contents() not working in Simply Hired plugin
Whenever a search is made with the Simply Hired plugin, the following error is returned:
"Warning: file_get_contents() [function.file-get-contents]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /.../.../.../.../.../.../plugins/simply-hired-publisher/includes/at-simply-hired-pub.php on line 523
Warning: file_get_contents(
http://maps.googleapis.com/maps/api/...C+ny®ion=US) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /.../.../.../.../.../.../plugins/simply-hired-publisher/includes/at-simply-hired-pub.php on line 523"
I realize that I can change allow_url_fopen to "on" but would prefer another way of going about it for security reasons, as indicated in this
thread. Will there be an update to this plugin in accordance with the changes made in JobRoller for this matter?