I must show thousands of errors
example of 1
Notice: Use of undefined constant layout - assumed 'layout' in C:\server\www\member\inc\pic.inc.php on line 16
here is line 16 of that file
if($line_user[layout]!=1){
so I dont understand what is wrong with it
Another example
Notice: Undefined variable: newfriendcomment in C:\server\www\member\inc\notifications.inc.php on line 80
here is line 80
<?PHP
if($newfriendcomment == 1){
?>
and here is where it is set
if(newfriendcomment()){
$notifications = 1;
$newfriendcomment = 1;
}
1 more for now
Notice: Undefined index: action in C:\server\www\index.php on line 8
//here is line 8
$page = $_GET['action'];