PHP Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
Hello - as the subject suggests - my query relates to an multiple error messages after upgrading to php 7.4.
[19-Jul-2020 01:06:11 UTC] PHP Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
Can you offer some suggestion as to how to resolve this ?
-
As it shows the function your script is using (allow_url_include) has been removed from PHP 7.4 so you have to either - downgrade PHP version or - upgrade the script showing this error or - get a developer to re-write the script 0 -
They give some more detail on the deprecation here: PHP: rfc:deprecations_php_7_4 and here PHP: Deprecated Features - Manual 0 -
It appears the error is coming from custom .ini files - in each case, users will need to remove that directive ? Or is there a server wide setting that can disable that ini directive? For example, should the setting in "Home "Software "MultiPHP Manager" >> "allow_url_include " be set to disabled? 0
Please sign in to leave a comment.
Comments
3 comments