View Single Post
  #17  
Old 12-30-2014, 09:38 PM
MeinKat's Avatar
MeinKat MeinKat is offline
Candy King
 
Join Date: Dec 2014
Location: Mars.
Posts: 15
Gender: Female
Credits: 2,605
MeinKat is on a distinguished road
Default

Quote:
Originally Posted by IntoRain View Post
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.
Reply With Quote