| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		goku112 -
 
  Joined: 22 Apr 2004 Posts: 16
 
  | 
		
			
				 Posted: Mon May 17, 2004 4:33 pm    Post subject: php include issues | 
				      | 
			 
			
				
  | 
			 
			
				ok, hey everyone,
 
 
i dunno whats going on with php, but its been messing up a lot on my server lately, i mean its weird, for instance, i installed this shoutbox script, and it is giving me errors like this:
 
 
Notice: Undefined index: submit in C:\Program Files\Abyss Web Server\htdocs\shoutbox.php on line 24
 
 
can someone help me plz | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		TRUSTAbyss -
 
  Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
  | 
		
			
				 Posted: Mon May 17, 2004 8:48 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				Go to your php.ini file  and change the following 
 
line to the below settings , its just a Notice , nothing
 
wrong with the php script at all , to turn off notices , do
 
the following and they will be gone.
 
 
error_reporting = E_ALL;
 
 
To
 
 
error_reporting = E_ALL & ~E_NOTICE; | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		goku112 -
 
  Joined: 22 Apr 2004 Posts: 16
 
  | 
		
			
				 Posted: Tue May 18, 2004 12:04 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				| yo thanks man!!!!! | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		 |