Help resolving a Warning, please

Discussion in 'PHP' started by chrisj, Sep 12, 2007.

  1. #1
    I get this warning below. In the content_example file, line 26 is: include("upload1.php"); Help please. thank you.



    Warning: include(upload1.php) [function.include]: failed to open stream: No such file or directory in C:\Inetpub\website.com\httpdocs\home\content_example.php on line 26

    Warning: include() [function.include]: Failed opening 'upload1.php' for inclusion (include_path='.;./includes;./pear') in C:\Inetpub\website.com\httpdocs\home\content_example.php on line 26
     
    chrisj, Sep 12, 2007 IP
  2. DopeDomains

    DopeDomains Guest

    Messages:
    207
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Um.. It can't find the file C:\Inetpub\website.com\httpdocs\home\upload1.php

    -Jason
     
    DopeDomains, Sep 12, 2007 IP
  3. gibex

    gibex Active Member

    Messages:
    1,060
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    95
    #3
    check your included file path.
     
    gibex, Sep 13, 2007 IP
  4. youscript

    youscript Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Are you sure the file is exist?
     
    youscript, Sep 13, 2007 IP