Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2006
    Posts
    2,185
    Tokens
    0

    Latest Awards:

    Default [PHP] Code Error.

    Warning: main(/include/session.php): failed to open stream: No such file or directory in /home/th/public_html/home/tester.php on line 2

    Warning: main(/include/session.php): failed to open stream: No such file or directory in /home/th/public_html/home/tester.php on line 2

    Warning: main(): Failed opening '/include/session.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/th/public_html/home/tester.php on line 2


    My Code:
    PHP Code:
    <?
    include("/include/session.php");
    if(!
    $session->logged_in){
    ?>

    <span class="page_title"><b><center>No Permission&nbsp;</center></span></b></font><br>
    <img border="0" src="images/confused.gif" align="left" width="39" height="108">Sorry,
    but you currently do not have permission to view this page,
    <p>This may be due to the following reasons:</p>
    <ul>
      <li>You need to be logged in to view the content</li>
      <li>Your account is not activated</li>
      <li>This page is currently not available towards public</li>
      <li>This page is not viewable unless your Staff</li>
    </ul>


    <?
    }
    /* User is logged in */
    else{
    ?>

    Hello admins - content will come here after this damn thing works ;]


    <?
    }
    ?>
    Thanks. :]

  2. #2
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    ... you read dont understand that error message?

    Warning: main(/include/session.php): failed to open stream: No such file or directory in /home/th/public_html/home/tester.php on line 2

    or even simpler. The file session.php in the include diredory isnt there. You ether need to upload it, or correct the url.

  3. #3
    Join Date
    Feb 2006
    Posts
    2,185
    Tokens
    0

    Latest Awards:

    Default

    i've tried and didint wish to work ;l

Posting Permissions

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