Error Message
ALLOW_URL_FOPEN Extension : Must open
FOPEN is disabled for security reasons in free hosting. Upgrade to premium or use the CURL library
FOPEN is enabled. I was basing my answer off of inaccurate information. See Admin’s post below
what is CURL library
allow_url_fopen
is enabled on our hosting. The setting is set to on
in our PHP configuration.
People often confuse this setting with allow_url_include
, which is disabled (for good reason).
If your website says that the setting is disabled, that’s probably a bug in your website code.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.