• jeremyers1

    (@jeremyers1)


    My error_log has thousands of these errors in it from the last couple days:

    [AMP SUPREMACY] – Please change your PHP INI settings from ‘allow_url_fopen=Off’ to ‘allow_url_fopen=On’

    I get dozens of them every single minute.

    I checked my php ini settings, and it has these settings:

    
    ;;;;;;;;;;;;;;;;;;
    ; Fopen wrappers ;
    ;;;;;;;;;;;;;;;;;;
    
    ; Whether to allow the treatment of URLs (like https:// or ftp://) as files.
    ; https://php.net/allow-url-fopen
    allow_url_fopen = On
    
    ; Whether to allow include/require to open URLs (like https:// or ftp://) as files.
    ; https://php.net/allow-url-include
    allow_url_include = Off
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘error allow_url_fopen=off’ is closed to new replies.