![]() |
Smarty Errors
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_'); ?> |
Oh you are on x10hosting, then you need to modify a script in Mysidia for it to work. Read this thread for information:
http://mysidiaadoptables.com/forum/s...ead.php?t=4763 |
Worked, thank you!
|
You are very welcome, enjoy
|
All times are GMT -5. The time now is 05:59 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.