Skip to main content

PHP Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0

Comments

3 comments

  • andrew.n
    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
  • cPanelLauren
    They give some more detail on the deprecation here: PHP: rfc:deprecations_php_7_4 and here PHP: Deprecated Features - Manual
    0
  • WorkinOnIt
    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.