PDA

View Full Version : Help setting up my site


Taogoat
03-08-2014, 09:38 AM
I went through the installation process, did everything here (http://puu.sh/7nwxQ.png), and I got this error:
Warning: require(/home/pkmntm/public_html/inc/smarty/Smarty.class.php) [function.require]: failed to open stream: No such file or directory in /home/pkmntm/public_html/adopt/classes/class_mysidia.php on line 326

Fatal error: require() [function.require]: Failed opening required '/home/pkmntm/public_html/inc/smarty/Smarty.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pkmntm/public_html/adopt/classes/class_mysidia.php on line 326

My site is at http://pkmntriadmaster.tk/adopt/index.php
Any help please?

IntoRain
03-08-2014, 10:37 AM
Seems to be an error in the path in your config.php file. If your path to the classes folder is /public_html/adopt/ then for the smarty it should be /public_html/adopt/inc/smarty and not /public_html/inc/smarty. What path did you put in the config.php?

Taogoat
03-08-2014, 10:46 AM
http://pastebin.com/4PhH1fQa
This is my config.php
EDIT: Never mind I fixed it =)