| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		Freekstyle -
 
  Joined: 12 Jul 2003 Posts: 8
 
  | 
		
			
				 Posted: Sun Jul 13, 2003 5:29 pm    Post subject: Notice: Undefined index: QUERY_STRING in C:\root\class2.php | 
				      | 
			 
			
				
  | 
			 
			
				Notice: Undefined index: QUERY_STRING in C:\root\class2.php on line 530 
 
 
what is this googaly crap i dont want. How do i get rid of this notice that shows up on my soon to be site.
 
 
http://127.0.0.1 that is my site. :( _________________
   | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		os17fan -
 
  Joined: 21 Mar 2003 Posts: 531 Location: USA
  | 
		
			
				 Posted: Sun Jul 13, 2003 5:50 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				That http://127.0.0.1/ is not your site, its a local address that takes me to my site , to find out your site please click here for the proper IP Address check http://www.aprelium.com/ip/  8) _________________ This web server is the best ! | 
			 
		  | 
	
	
		| Back to top | 
		
			             | 
		
	
	
		  | 
	
	
		Freekstyle -
 
  Joined: 12 Jul 2003 Posts: 8
 
  | 
		
			
				 Posted: Sun Jul 13, 2003 6:47 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				24.59.30.170
 
 
i knew that  :roll: .....lol _________________
   | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		os17fan -
 
  Joined: 21 Mar 2003 Posts: 531 Location: USA
  | 
		
			
				 Posted: Sun Jul 13, 2003 7:49 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				I know a way to get rid of this googly crap , open your php.ini file with a text editor like Note pad , find the varible
 
 
; Print out errors (as a part of the output).  For production web sites,
 
; you're strongly encouraged to turn this feature off, and use error logging
 
; instead (see below).  Keeping display_errors enabled on a production web site
 
; may reveal security information to end users, such as file paths on your Web
 
; server, your database schema or other information.
 
display_errors = On 
 
 
put On to Off
 
 
THIS SHOULD SOLVE YOUR PROBLEM ! AND YOUR e107 should look like this
 
http://www.offspringvideos.com/e107/ _________________ This web server is the best ! | 
			 
		  | 
	
	
		| Back to top | 
		
			             | 
		
	
	
		  | 
	
	
		Freekstyle -
 
  Joined: 12 Jul 2003 Posts: 8
 
  | 
		
			
				 Posted: Sun Jul 13, 2003 9:21 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				Yes i have created a e107 site before.
 
 
The notices still show up. Why? i have changed the php.ini-dinst and it wont work. _________________
   | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Mon Jul 14, 2003 4:09 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				 	  | Freekstyle wrote: | 	 		  Yes i have created a e107 site before.
 
 
The notices still show up. Why? i have changed the php.ini-dinst and it wont work. | 	  
 
Open PHP.ini, locate the line starting by error_reporting and replace it with:
 
 	  | Code: | 	 		  
 
error_reporting = E_ALL E_& ~E_NOTICE;
 
 | 	 
  _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		Freekstyle -
 
  Joined: 12 Jul 2003 Posts: 8
 
  | 
		
			
				 Posted: Mon Jul 14, 2003 10:19 pm    Post subject: Re: | 
				      | 
			 
			
				
  | 
			 
			
				yes that was it. and i also think it was i was changeing the text in the wrong file i put it in the php.ini file name but i did it to the windows php config file. 
 
 
Thank you _________________
   | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		 |