| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		DarkFiraga -
 
  Joined: 16 Oct 2003 Posts: 10
 
  | 
		
			
				 Posted: Sat Nov 08, 2003 1:54 am    Post subject: I admis it, I'm a total php n00b.... | 
				      | 
			 
			
				
  | 
			 
			
				I have really no clue here....It seems everything is going downhill. I've been trying to get a site on abyss gor some time, but, something always ****s up. Like, for instance, I had a problem with my invision board, but, I solved that. Now, it seems I have a php problem. I am installing cutenews and It says installed properly, and I make news, then when I go to the page, I get PHP errors....can soomeone give me some help here?
 
http://68.107.110.247:8475/UltimaStar/News/news.php
 
It seems everything is going bad for me...... | 
			 
		  | 
	
	
		| Back to top | 
		
			            | 
		
	
	
		  | 
	
	
		some random person -
 
  Joined: 06 Oct 2003 Posts: 128 Location: I live here! At my house!
  | 
		
			
				 Posted: Sat Nov 08, 2003 6:24 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				Hmm, I really don't know much about PHP either but... You need to change the path of the show_news.php file to your cutenews folder. 
 
 	  | Code: | 	 		  
 
<?PHP
 
include('CuteNews/show_news.php')
 
?>  | 	   is what it should look like in your case. It should work fine if you replace it with you exsiting code. | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		DarkFiraga -
 
  Joined: 16 Oct 2003 Posts: 10
 
  | 
		
			
				 Posted: Sun Nov 09, 2003 4:29 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				| oh...thanks...very much. :) | 
			 
		  | 
	
	
		| Back to top | 
		
			            | 
		
	
	
		  | 
	
	
		 |