| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		Jgonick -
 
  Joined: 06 Apr 2004 Posts: 2
 
  | 
		
			
				 Posted: Thu May 27, 2004 7:37 pm    Post subject: ../   ?? | 
				      | 
			 
			
				
  | 
			 
			
				I'm having problems with "../" in some of my scripts.  The server doesn't seem to know to go up a directory.  Is there a setting I'm missing.  example ( ../images/filename)
 
 
 
 
Thanks for the help. | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		TRUSTAbyss -
 
  Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
  | 
		
			
				 Posted: Thu May 27, 2004 10:26 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				Some operating systems don't read the ../ like that
 
use regular paths when developing scripts and stuff. | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Fri May 28, 2004 1:23 pm    Post subject: Re: ../   ?? | 
				      | 
			 
			
				
  | 
			 
			
				Jgonick,
 
 
You're posting your question in the PHP section so we assume that your problems comes from a PHP script (and not from the server.)
 
Can you please post more information here? What is the script you're using? What is the exact problem with ../ _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		Jgonick -
 
  Joined: 06 Apr 2004 Posts: 2
 
  | 
		
			
				 Posted: Fri May 28, 2004 3:09 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				I'm not sure if it is a server problem or php.  I noticed it when I started using (learning) php. I never had a problem with html files doing this.   However, now that you mentioned it, it probably has to do with the server or OS, because when I upload the php files to a host they work fine.  So I'm confused ;-0  
 
 
Where do I need to post this question?
 
 
Usually it just can't find the file (wrong path)
 
I'll try to find an example and get the error message.
 
  
 
I also need to see if it has to do with the OS. (I know I have more trouble with the 98se machine.--randomly getting error200 and 500, I'll hit refresh and it will load fine)
 
 
thanks for the help
 
 
my OS is Win2000 also on a 98SE
 
Latest versions on Abyss, PHP | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Sun May 30, 2004 2:27 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				 	  | Jgonick wrote: | 	 		  I'll try to find an example and get the error message.
 
 | 	  
 
An example will help us understand the problem. _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		 |