| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		codewarrior3k -
 
  Joined: 10 Jul 2003 Posts: 20
 
  | 
		
			
				 Posted: Fri Jul 11, 2003 7:28 am    Post subject: Problem with running php.. | 
				      | 
			 
			
				
  | 
			 
			
				| ok i did what the installation document said about installing php on abyss and it still doesnt work.. i used the 4.3 version of php and it didnt work.. i tried 4.3.2 and it still didnt work.. now i tried 5.0 and it at least gives me an error of whats wrong.. it asks for a file called iconv.dll.. it said this program failed to start because the file was not found.. any i dea where i can get this file and where to put it?? if any can help it will be kool.. thanks | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		codewarrior3k -
 
  Joined: 10 Jul 2003 Posts: 20
 
  | 
		
			
				 Posted: Fri Jul 11, 2003 7:30 am    Post subject: errr | 
				      | 
			 
			
				
  | 
			 
			
				| o and on the script that im trying to run is saying an error that is.. [SSI Error in directive include in line 377: Internal Server Error] | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Fri Jul 11, 2003 3:35 pm    Post subject: Re: Problem with running php.. | 
				      | 
			 
			
				
  | 
			 
			
				 	  | codewarrior3k wrote: | 	 		  | ok i did what the installation document said about installing php on abyss and it still doesnt work.. i used the 4.3 version of php and it didnt work.. i tried 4.3.2 and it still didnt work.. now i tried 5.0 and it at least gives me an error of whats wrong.. it asks for a file called iconv.dll.. it said this program failed to start because the file was not found.. any i dea where i can get this file and where to put it?? if any can help it will be kool.. thanks | 	  
 
Please install PHP 4.3.0 as described in http://www.aprelium.com/abyssws/php.html . Then copy and paste the follwing code in a file called phpinfo.php :
 
 	  | Code: | 	 		  <?php
 
  phpinfo();
 
?> | 	  
 
Put that file in your documents path (usually /htdocs subdirectory) and browse http://127.0.0.1/phpinfo.php . If the page shows PHP installation details, PHP works correctly. If this is the case, check the problem with the script you use. _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		codewarrior3k -
 
  Joined: 10 Jul 2003 Posts: 20
 
  | 
		
			
				 Posted: Fri Jul 11, 2003 8:00 pm    Post subject: lol | 
				      | 
			 
			
				
  | 
			 
			
				| humm thats prolly my problem i dont have this file.. lol where do i get it?? | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		codewarrior3k -
 
  Joined: 10 Jul 2003 Posts: 20
 
  | 
		
			
				 Posted: Fri Jul 11, 2003 8:36 pm    Post subject: ohhh | 
				      | 
			 
			
				
  | 
			 
			
				| ohhh u wanted me to make this file?? well i did and it did show up the setup stuff.. so im guessing it works :) kool!! | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		codewarrior3k -
 
  Joined: 10 Jul 2003 Posts: 20
 
  | 
		
			
				 Posted: Fri Jul 11, 2003 8:46 pm    Post subject: btw | 
				      | 
			 
			
				
  | 
			 
			
				| btw i was told that mysql is already installed on abyss or the extension are?? how do i install this? or turn on mysql... i also downloaded/installed the one from their official website.. what should i do? | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		datwig -
 
  Joined: 26 Jan 2003 Posts: 85
 
  | 
		
			
				 Posted: Sat Jul 12, 2003 3:31 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				Abyss web server does not come with MySQL, although abyss can support it.
 
 
www.mysql.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Mon Jul 14, 2003 3:33 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				Please read the tutorials section in these forums about how toi install MySQL and how to use it in conjunction with Abyss Web Server. _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		SonnyB -
 
  Joined: 19 Jun 2003 Posts: 42 Location: New York USA
  | 
		 | 
	
	
		| Back to top | 
		
			             | 
		
	
	
		  | 
	
	
		 |