URL file-access is disabled

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mr Pheer
    So Fucking Banned
    • Dec 2002
    • 22082

    #1

    URL file-access is disabled

    can someone tell me how to fix this PHP error?
    Warning: include() [function.include]: URL file-access is disabled in the server configuration

    I went to php.ini and set this this:
    ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
    allow_url_fopen = On

    ; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
    allow_url_include = On

    And then restarted Apache... didnt seem to do anything.

    Help? My new blogs arent working
  • 2012
    So Fucking What
    • Jul 2006
    • 17189

    #2
    is it possible your host has it disabled ?
    best host: Webair | best sponsor: Kink | best coder: 688218966 | Go Fuck Yourself

    Comment

    • Mr Pheer
      So Fucking Banned
      • Dec 2002
      • 22082

      #3
      I guess it would be possible but since I have 5 dedicated servers why couldnt I change it myself?

      I rarely ask my hosts to fix anything... unless a box crashes and I cant get to it at all.

      Comment

      • Mr Pheer
        So Fucking Banned
        • Dec 2002
        • 22082

        #4
        I fixed it.

        Comment

        Working...