Quote:
	
	
		
			
				
					Originally Posted by  MeinKat
					 
				 
				I checked it, it's all correct   
I tried changing the scriptpath to home/kyandii/public_html, but it doesn't change anything. Is that correct?  
			
		 | 
	
	
 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');