Please HELP - getting "allow_url_include" is ON

Hello,

I have installed D7 RC.

I am suddenly getting this error. My site was fine up and running till today. Suddenly i am getting

allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)

I called my web hosting and they say they can't help.

I tried to create a php.ini in my root folder (currently dolphin seems to be using webserver php.ini) but the problem did not go away.

I seriously have spend lots of time trying to bring this site and it is so sad that i can go away like this in no reason.

Will applyin R13237 and R13238 will make any difference?

Please help,

Regard

Quote · 19 Nov 2009

i had this same problem, the only fix that worked for me was


you open inc/header.inc.php and comment mentioned line

change:

$aErrors[] = (ini_get('allow_url_include') == 0) ? '' : '<font color="red">allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)</font>';

to:

//    $aErrors[] = (ini_get('allow_url_include') == 0) ? '' : '<font color="red">allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)</font>';

After making this change i stopped getting constant emails from my cronjob, videos started processing correctly and playing, i was able to import data from the old site and yeah give it a shot.

Quote · 19 Nov 2009

Thank You, it worked. But did not work in conjuction with trouble ticket R13237 and R13238. So i had to pulled both ticket and made change you suggested.

It worked after i pulled of ticket changes R13237 and R13238 and changes you mentioned above.

Regards,

Goopchoop

Quote · 20 Nov 2009
 
 
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.