• It looks like Emma plugin is trying to use file_get_contents in a lazy and non-standard manner to load files from a URL. This is often disabled for security reasons, please update the plugin as file_get_contents is for loading local files only, not as a shortcut to load remote files.

    Version 1.3.3

    [20-Jun-2022 21:26:40 UTC] PHP Warning:  file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/REDACTED/public_html/content/plugins/emma-emarketing-plugin/emma-for-wordpress.php on line 171
    [20-Jun-2022 21:26:40 UTC] PHP Warning:  file_get_contents(https://www.google.com/recaptcha/api/siteverify?secret=REDACTED): failed to open stream: no suitable wrapper could be found in /home/REDACTED/public_html/content/plugins/emma-emarketing-plugin/emma-for-wordpress.php on line 171
  • The topic ‘Unable to function if allow_url_fopen is disabled’ is closed to new replies.