Quote:
	
	
		
			
				
					Originally Posted by  IntoRain
					 
				 
				If your index.php file is inside the folder public_html folder, your scriptpath in config.php should be like 
	PHP Code: 
	
		
			
define('SCRIPTPATH', ''); 
 
		
	 
 If it's inside a folder like home/kyandii/public_html/adoptables/index.php, it should be like:
 
	PHP Code: 
	
		
			
define('SCRIPTPATH', '/adoptables'); 
 
		
	 
  
			
		 | 
	
	
 It is in the public_html folder and looks like the first one.