• 
    Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /wp-content/plugins/simple-icons/simple-icons.php on line 99
    
    Warning: file_get_contents(https://...@latest/_data/simple-icons.json): failed to open stream: no suitable wrapper could be found in /wp-content/plugins/simple-icons/simple-icons.php on line 99
    
    Notice: Trying to get property of non-object in /wp-content/plugins/simple-icons/simple-icons.php on line 123
    
    Warning: Invalid argument supplied for foreach() in /wp-content/plugins/simple-icons/simple-icons.php on line 123
    
    Warning: Cannot modify header information - headers already sent by (output started at /wp-content/plugins/simple-icons/simple-icons.php:99) in /wp-admin/includes/misc.php on line 1126
Viewing 1 replies (of 1 total)
  • Plugin Author Travis

    (@tjtaylor)

    hi @smhz101,

    Try editing your php.ini file and enable using the code below:

    allow_url_fopen = ON
    allow_url_include = ON
Viewing 1 replies (of 1 total)

The topic ‘Plugin is not working with php 7’ is closed to new replies.