ansonyuen Posted February 18, 2014 Share Posted February 18, 2014 (edited) I am using the web storage at smallbusiness.yahoo.com How can I enable "Allow_url_fopen"? If you want to be able to fully use the AdminModules panel and have free modules available,you should enable the following configuration on your server: Edited February 18, 2014 by ansonyuen (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted February 18, 2014 Share Posted February 18, 2014 How to enable and disable the PHP allow_url_fopen directiveT This article assumes that you have already set up a custom php.ini file on your web site. If you have not already set up a custom php.ini file, please read this article first. Table of Contents Using the allow_url_fopen directiveThe allow_url_fopen directive is disabled by default. You should be aware of the security implications of enabling the allow_url_fopen directive. PHP scripts that can access remote files are potentially vulnerable to arbitrary code injection. When the allow_url_fopen directive is enabled, you can write scripts that open remote files as if they are local files. To enable this functionality, use a text editor to modify theallow_url_fopen directive in the php.ini file as follows:allow_url_fopen = onTo disable this functionality, modify the allow_url_fopen directive in the php.ini file as follows:allow_url_fopen = off 1 Link to comment Share on other sites More sharing options...
Puriom Posted May 26, 2014 Share Posted May 26, 2014 Hello, does anyone knows what EXCACTLY (copy-paste) we should add to php.in forallow_url_fopen = on ? Thank you Link to comment Share on other sites More sharing options...
Puriom Posted May 26, 2014 Share Posted May 26, 2014 Ι added it to my php.ini as written above, but I still have the relavant message. Link to comment Share on other sites More sharing options...
vekia Posted May 26, 2014 Share Posted May 26, 2014 hello your hoster allows to change php configuraiton via php.ini file? this is the most important question, if not - you will not be able to change this option in custom php.ini 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now