Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2008
    Posts
    535
    Tokens
    75

    Default URL file access/No suitable warpper

    Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/x/public_html/index.php on line 1

    Warning: include(http://x/site/global.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/kolzy/public_html/index.php on line 1

    Warning: include() [function.include]: Failed opening 'http://x/site/global.php' for inclusion (include_path='.:/usr/lib/php') in /home/kolzy/public_html/index.php on line 1

    What do those error codes even mean?

  2. #2
    Join Date
    Mar 2008
    Posts
    5,108
    Tokens
    3,780

    Latest Awards:

    Default

    You're trying to include something by a URL, (http://x.com/bla.php) instead of a directory (/x/bla.php)

    Try doing that ;P

  3. #3
    Join Date
    Dec 2006
    Posts
    3,970
    Tokens
    0

    Latest Awards:

    Default

    Your host has disabled including/opening/writing to urls.
    Lets set the stage on fire, and hollywood will be jealous.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •