please need some help with my site

Discussion in 'PHP' started by dh86, Jun 8, 2012.

  1. #1
    when i visit my site i get this message and the rest of site shows but all mulfuctioned.

    Warning: file_get_contents(/home/mystatu3/public_html/inc/VERSION.NS): failed to open stream: No such file or directory in /home/mystatu3/public_html/inc/const.inc.php on line 22 Warning: mysql_fetch_assoc() expects parameter 1 to be resource, integer given in /home/mystatu3/public_html/inc/database.class.php on line 59 Warning: mysql_free_result() expects parameter 1 to be resource, integer given in /home/mystatu3/public_html/inc/database.class.php on line 147 Notice: Undefined index: UID in /home/mystatu3/public_html/global.php on line 30 Notice: Use of undefined constant SITE_PAGE_TITLE - assumed 'SITE_PAGE_TITLE' in /home/mystatu3/public_html/global.php on line 34
    Notice: Undefined index: atype in /home/mystatu3/public_html/inc/user.class.php on line 33 Notice: Undefined index: atype in /home/mystatu3/public_html/inc/user.class.php on line 33 Notice: Undefined index: atype in /home/mystatu3/public_html/inc/user.class.php on line 33
     
    dh86, Jun 8, 2012 IP
  2. dh86

    dh86 Active Member

    Messages:
    52
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #2
    UPDATE NOW I GET:

    Warning: file_get_contents(/home/mystatu3/public_html/inc/VERSION.NS): failed to open stream: No such file or directory in /home/mystatu3/public_html/inc/const.inc.php on line 22 Notice: Undefined index: UID in /home/mystatu3/public_html/global.php on line 30 Notice: Undefined index: atype in /home/mystatu3/public_html/inc/user.class.php on line 33 Notice: Undefined index: atype in /home/mystatu3/public_html/inc/user.class.php on line 33 Notice: Undefined index: atype in /home/mystatu3/public_html/inc/user.class.php on line 33 Notice: Undefined index: atype in /home/mystatu3/public_html/inc/user.class.php on line 33
    Notice: Undefined index: atype in /home/mystatu3/public_html/inc/user.class.php on line 33 Notice: Undefined index: atype in /home/mystatu3/public_html/inc/user.class.php on line 33
     
    dh86, Jun 8, 2012 IP
  3. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #3
    They are PHP Warning messages... They aren't fatal errors since since the code can execute. The warnings tell you exactly what the problems are and even tell you the exact line number the problem resolves on. Start with the first warning... You are trying to fetch the contents of a file that doesn't exist on line 22 of const.inc.php. Open const.inc.php and go to line #22 and trouble shoot the problem.
     
    NetStar, Jun 8, 2012 IP