View Single Post
  #16  
Old 12-30-2014, 09:35 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,378
IntoRain is on a distinguished road
Default

Quote:
Originally Posted by MeinKat View Post
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'); 
__________________


asp.net stole my soul.
Reply With Quote