• I always used the code below in a snippet, and now I am getting a weird error
    $URL = “http://www.catolicoorante.com.br/liturgia_diaria.php”;readfile($URL);

    the error is:
    Warning: readfile(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in shortcodes.php(66) : eval()’d code on line 1

    I already attempt adding allow_url_fopen=1 to php.ini and php5.ini, but still same error. Any help?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author webcraftic

    (@webcraftic)

    Hi,
    If the error repeats after changing php.ini, then you need either to reboot your server, or to edit another configuration file.

    Did you ask this question to the hosting administrator or your server?

    Best regards, Alex

Viewing 1 replies (of 1 total)

The topic ‘error using url’ is closed to new replies.