Thread: error login
View Single Post
  #1  
Old 20th June 2009, 19:52
CSK CSK is offline
Member
 
Join Date: Mar 2009
P2P
Posts: 8
Default error login
Code:
Fatal error:  Call to a member function set_filenames() on a non-object in C:\xampp\htdocs\include\global.php on line 202
Pretty please tell me how to solve this problem

will give the codes and global.php in the folder includes the 202 line

Give a beer that I help

PHP Code:
                }
                else {
                    
$template->set_filenames(array(
                            
'body' => 'stderr.html')
                    );
                    
stdhead($msg_title);
                }
            } 
I think the problem comes from the codes or the stderr.html
Reply With Quote