Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Smarty Errors (http://www.mysidiaadoptables.com/forum/showthread.php?t=5120)

Aysxax 05-16-2016 11:53 AM

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

Hall of Famer 05-16-2016 12:01 PM

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.

Aysxax 05-16-2016 05:59 PM

<?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_');
?>

Hall of Famer 05-16-2016 06:16 PM

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

Aysxax 05-16-2016 06:27 PM

Worked, thank you!

Hall of Famer 05-16-2016 06:34 PM

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.