Jump to content

url_fopen


junnecito

Recommended Posts

  • 2 weeks later...

Hi,
I would help you if I could, but what is your issue?
You just asked how to set the allow_url_fopen option in php.ini.
What problem do you encounter?
By the way, I do not have anymore server at 1and1, ... but a server is a server.

See you

Big Titou.

Link to comment
Share on other sites

  • 3 years later...

for 1and1 shared hosting :

 

you can activate allow_url_fopen with that line in the php.ini :

allow_url_fopen = 1

The tricky part is where to put it for the module or code you want to allow this for.

Just add

phpinfo(); in the php code concerned and put php.ini in the folders likely to call your code then test until your code (trhough phpinfo) finds allow_url_fopen to be 1 or On meaning activated, allowed.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...