I am attempting to grab information from an outside API and am getting this error:
file_get_contents(): Unable to find the wrapper “https” - did you forget to enable it when you configured PHP?
I have curl and opensll comiled in the exe,
I have both allow_url_fopen = on & allow_url_include = on.
Any thoughts?