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
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
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.