Smarty Errors

Forum
Last Post
Threads / Messages

Aysxax

Member
Member
Joined
May 16, 2016
Messages
3
Points
0
Mysidian Dollar
0
I get these errors after installation:

Warning: require(/usr/local/apache/htdocs/inc/smarty/Smarty.class.php): failed to open stream: No such file or directory in /home/aerienx2/public_html/classes/class_mysidia.php on line 326

Warning: require(/usr/local/apache/htdocs/inc/smarty/Smarty.class.php): failed to open stream: No such file or directory in /home/aerienx2/public_html/classes/class_mysidia.php on line 326

Fatal error: require(): Failed opening required '/usr/local/apache/htdocs/inc/smarty/Smarty.class.php' (include_path='.:/opt/alt/php55/usr/share/pear:/opt/alt/php55/usr/share/php') in /home/aerienx2/public_html/classes/class_mysidia.php on line 326
 
Smarty error means you have specified incorrect domain or scriptpath information upon site installation. To fix this, open your /inc/config.php file, and change the values for domain and scriptpath. If you don't know how to do this, copy/paste the contents in your config.php file and I will point out where the problem is for you. Also make sure to censor The database password info.
 
<?php
//Mysidia Adoptables Site Configuration File

define('DBHOST', 'localhost'); //DB Hostname
define('DBUSER', 'aerienx2_adoptin'); //DB Username
define('DBPASS', '***************'); //DB Password
define('DBNAME', 'aerienx2_adopts'); //Your database name
define('DOMAIN', 'aerien.x10host.com'); //Your domain name (No http, www or . )
define('SCRIPTPATH', ''); //The folder you installed this script in
define('PREFIX', 'adopts_');
?>
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,274
Messages
33,115
Members
1,602
Latest member
BerrieMilk
BETA

Latest Threads

Latest Posts

Top