Should allow_url_fopen be on or off?

Hi,

 

In admin tools says:

 

PHP: 5.6.29 - OK

  • allow_url_fopen = Off -FAIL(must be = On)

 

And when I set it to on the script wont run with a message that allow_url_fopen should be disabled...

 

Any known explanation for this?

 

Thanks

Quote · 28 Dec 2016

what script specifically are you trying to run?

caredesign.net
Quote · 28 Dec 2016

You may be turning on url_include by mistake. Check for the following (note, Boonex has removed short tags in Dolphin code but you might still want to allow short codes just in case):

register_globals must be Off
safe_mode must be Off
exec() (executable files) must be allowed
short_open_tag must be On
allow_url_fopen should be On
allow_url_include should be Off
open_basedir should not have any value
memory_limit should be 128M or higher

Geeks, making the world a better place
Quote · 28 Dec 2016

yes, something was wrong at first. Everything looks good now.

- boonex script,  Professor -

Quote · 28 Dec 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.